PureBytes Links
Trading Reference Links
|
Hi
Can any one help me how do read this
formula?
<FONT face=Arial
size=2>HLd:=If(CLOSE>Ref(Mov(H,3,E),-1),{then}1,{else}If(CLOSE<Ref(Mov(L,3,E),-1),{then}-1,{else}0));HLv:=ValueWhen(1,HLd<>0,HLd);HiLo:=If(HLv=-1,{then}Mov(H,3,E),{else}Mov(L,3,E));HiLo;
HLd:=If(CLOSE>Ref(Mov(H,3,E),-1), {then}1,
{else}If(CLOSE<Ref(Mov(L,3,E),-1) , {then}-1, {else}0));
I can't understand the (-1) and (1)
reference.
Then we have
If HLv = -1 ????
I would apreciate any help
Thank's
Regards
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/equismetastock/
To unsubscribe from this group, send an email to:equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|