PureBytes Links
Trading Reference Links
|
Hello MC,
Thank you for that. It works very nicely.
Thanks too, Roy, for your help.
Regards,
Kevin
At 07:53 PM 2/14/2009 Saturday, you wrote:
>Maybe this one could help:
>
>HLd:=If(CLOSE>Ref(Mov(H,3,S),-1),
>{then}1,
>{else}If(CLOSE<Ref(Mov(L,3,S),-1),
>{then}-1,
>{else}0));
>HLv:=ValueWhen(1,HLd<>0,HLd);
>HiLo:=If(HLv=-1,
>{then}Mov(H,3,S),
>{else}Mov(L,3,S));
>HiLo;
>break:=Cross(hlv,0)-Cross(0,hlv);
>If(break=1,Mov(H,3,S),If(break=-1,Mov(L,3,S),hilo))
>
>Regards,
>
>mc
------------------------------------
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/
|