PureBytes Links
Trading Reference Links
|
Hi Rob,
The formula is good to get bottons or entries lower than certain %, eliminate a lot of signals. If used with V botton and 25% lower than last higher of 150 only show 2 signals, last march and the botton on 2003.
Thanks
Tony
--- In equismetastock@xxxxxxxxxxxxxxx, Rob Tinley <gazumped2@xxx> wrote:
>
> Hi Tony,
>
> This should do what you're chasing:-
>
> Cross(Mov(C,5,S),Mov(C,20,S)) AND C<=HHV(H,150)*0.75
>
> Cheers,
> Rob
>
> --- On Mon, 21/9/09, aserr_98 <no_reply@xxxxxxxxxxxxxxx> wrote:
>
>
> From: aserr_98 <no_reply@xxxxxxxxxxxxxxx>
> Subject: [EquisMetaStock Group] Help with coding a formula
> To: equismetastock@xxxxxxxxxxxxxxx
> Received: Monday, 21 September, 2009, 3:01 AM
>
>
>
>
>
>
> Hello
> I'm trying to create a formula for use on the symbol expert, simple moving average close 5 days crossing simple moving average 20 days but only show the symbol when the close is 25 % lower of the higtest high of last 150 days.
> Cross(Mov(c, 5,s),Mov( c,20,S)) and hhv(h,150)*100, 0.3)% < 25 the cross moving average works but the 25% don't,
>
> I have on the comments - Higher of 150 days WriteVal( HHV(h,150)) - Down from last 150 days High writeval((C/ HHV(H,150) -1)*100,0. 3)% - and show me the values, but on the symbols don't work
>
> Thanks for any help
> Tony
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> __________________________________________________________________________________
> Get more done like never before with Yahoo!7 Mail.
> Learn more: http://au.overview.mail.yahoo.com/
>
------------------------------------
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/
|