PureBytes Links
Trading Reference Links
|
Dear All,
Can anybody help me to convert the indicator code below to an explorer code, i have tried i for days without any success.
Thanks in advance to whom that willing to help.
The explorer should produce a buy signal for value >0 and sell singnal for value 0<
EWpk:=PeakBars(1,H,2)=0;
EWtr:=TroughBars(1,L,2)=0;
zz:=Zig(C,2,%);
zzHi:=Zig(H,2,%);
zzLo:=Zig(L,2,%);
avg:=(zzHi+zzLo)/2;
RetroSuccessSecret:=If(EWpk,zzHi, If(EWtr,zzLo,If(avg>Ref(avg,-1),H,L)));
EW:=Zig(RetroSuccessSecret,2,%);
EWbuy:=TroughBars(1,EW,2)=0;
EWsell:=PeakBars(1,EW,2)=0;
EWbuy-EWsell
____________________________________________________________________________________
Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out.
http://answers.yahoo.com/dir/?link=list&sid=396545469
[Non-text portions of this message have been removed]
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/
|