PureBytes Links
Trading Reference Links
|
Right
you are Terry. I have not looked at this indicator in several years and have no
clue where it originated.....
Regards,Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: Terry
[mailto:MagicTH@xxxxxxxxxxx]Sent: Tuesday, July 06, 2004 10:03
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: Re: [amibroker]
Re: Gann Hi-Low Activator<SPAN
>Jayson,I am a bit confused. <FONT
color=#0000ff>HLv is used below, but never defined. <FONT
color=#ff0000>HLd instead of <FONT
color=#0000ff>HLv?Terry--
Mark,I have
seen several variations of GHL, here is one monitoring the
spread... Regards,Jayson
spds=Param("Periods",10,1,50,1);<FONT
color=#ff0000>HLd=IIf(Close>Ref(MA(H,spds),-1),1,IIf(Close<Ref(MA(L,spds),-1),-1,0));sHLv=ValueWhen(<FONT
color=#ff0000>HLd !=0,1);sHiLo=IIf(<FONT
color=#0000ff>HLv=-1,MA(H,spds),MA(L,spds));lpds=20;//Optimize("pds",7,3,50,2);lHLd=IIf(Close>Ref(MA(H,lpds),-1),1,IIf(Close<Ref(MA(L,lpds),-1),-1,0));lHLv=ValueWhen(<FONT
color=#ff0000>HLd !=0,1);lHiLo=IIf(<FONT
color=#0000ff>HLv=-1,MA(H,lpds),MA(L,lpds));Hilospread=shilo-Lhilo;Plot(Hilospread,"Hilo
Spread",IIf(Hilospread>Ref(Hilospread,-1),5,4),2);
Check AmiBroker web page at:<A
href="">http://www.amibroker.com/Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|