PureBytes Links
Trading Reference Links
|
Wallace,
Its questionable!
Here's the code less the ?'s.
Days:=Input("?:",1,50,3);
Var1:=If(CLOSE>Ref(Mov(H,Days,S),-1),
1,If(CLOSE<Ref(Mov(L,Days,S),-1),
-1,0));
Var2:=ValueWhen(1,Var1<>0,Var1);
Var3:=If(Var2=-1,Mov(H,Days,S),
Mov(L,Days,S));
Var3;
Looks like its just MA's of the high or low.
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, "murusprimus" <sace@xxx>
wrote:
>
> can you tell me from the code: is this indicator dynamic ?
> wondering if it'll act like the Gann hilo etc indicators
>
> http://web.archive.org/web/20070421041825/trader.online.pl/MSZ/e-w-
> Stop-Loss_Formula.html
>
>
{?? ????????? ????? ??? ????? ??? ??????????????? ??? ?????????? ???
?
> ????? ??? 1 ??? 50 ??? ???????? ?? default ??? 3 ??????}
> Days:=Input("???????? ??? ????????? ?????? ?????? : ",1,50,3);
> {???? ?? ???????? ??? ????????? ???}
> {????? ????????} Var1:=If(CLOSE>Ref(Mov(H,Days,S),-1),
> {????} 1,
> {??????} If(CLOSE<Ref(Mov(L,Days,S),-1),
> {????} -1,
> {??????} 0));
> {??????? ????????} Var2:=ValueWhen(1,Var1<>0,Var1);
> {????? ????????} Var3:=If(Var2=-1,
> {????} Mov(H,Days,S),
> {??????} Mov(L,Days,S));
> Var3;
>
>
> Wallace
>
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/
|