Thank you for quick help, the second c<=HHV(H,50)-1)*0.90 don't
work
ask for "Extra or invalid use of ',' or ')' character(s)." after
the -1
--- In equismetastock@yahoogroups.com,
Pete Lieber <plieber@xxx>
wrote:
>
>
>
Try
>
> Buy Signal
> c>=Mov(c,50,s)*1.07
>
> and the sell signal
>
>
c<=HHV(H,50)-1)*0.90
>
> To: equismetastock@yahoogroups.com
>
From: no_reply@xxxxxxxxxxs.com
>
Date: Mon, 23 Feb 2009 02:13:17 +0000
> Subject: [EquisMetaStock Group]
Help creating a simple formula
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Hi
>
> I'm trying build the folowing formula.
>
>
>
> Buy signal when close is 7% above the 50 simple
moving average.
>
>
>
> Sell signal when close is
10 % down from the High of 50 days.
>
>
>
>
c>=Mov(c,50,s)*0.93
>
> and the sell signal
>
> c<=HHV(H,50)-1)*0.90 - I'm missing something because don't
work
>
>
>
> any help will be appreciated.
>
>
>
> Thanks Tony
>