PureBytes Links
Trading Reference Links
|
Hi RK,
Thanks for repply, I belive you forget to add a c before <= on the second formula, is good for what I want to do, pick bottons eliminating signals until reach the target %.
I will try add the V botton together with the others formules.
Cheers
Tony
--- In equismetastock@xxxxxxxxxxxxxxx, "rk" <rk1235_mb@xxx> wrote:
>
> Cross(Mov(c,5,s), Mov(c,20,S)) and ( c<=0.75*hhv(h,150))
>
> But this will show all the stocks which are 25% (or more) below the highest
> high of 150 days.
>
> if you want in the range of 20 to 25 % band, then :
>
> Cross(Mov(c,5,s), Mov(c,20,S)) and ( c>0.75*hhv(h,150) and
> <=0.8*hhv(h,150) )
>
> I think you can modify it to your requirements.
>
> rk
>
> ----- Original Message -----
> From: "aserr_98" <no_reply@xxxxxxxxxxxxxxx>
> To: <equismetastock@xxxxxxxxxxxxxxx>
> Sent: Monday, September 21, 2009 12:31 AM
> Subject: [EquisMetaStock Group] Help with coding a formula
>
> 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
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
------------------------------------
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/
|