PureBytes Links
Trading Reference Links
|
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@xxxxxxxxxxxxxxx, 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@xxxxxxxxxxxxxxx
> From: no_reply@xxxxxxxxxxxxxxx
> 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
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|