| 
 PureBytes Links 
Trading Reference Links 
 | 
Hi Raman,
		Whilst I certainly do not consider myself to be a senior
member, maybe I can help with the Gann Hi-Low Indicator.
		This is what I have for this indicator:
HLd:=If(CLOSE>Ref(Mov(H,3,S),-1),1,If(CLOSE<Ref(Mov(L,3,S),-1),-1,0));
HLv:=ValueWhen(1,HLd<>0,HLd);
HiLo:=If(HLv=-1,Mov(H,3,S),Mov(L,3,S));
HiLo;
		I hope it helps. There is also a Gann Hi-Low Oscillator.
Kevin
"A Society grows great when old men plant trees whose shade they know they
will never sit in."
-----Original Message-----
From: equismetastock@xxxxxxxxxxxxxxx [mailto:equismetastock@xxxxxxxxxxxxxxx]
On Behalf Of drk_411
Sent: Sunday, 5 February 2006 6:02 PM
To: equismetastock@xxxxxxxxxxxxxxx
Subject: [EquisMetaStock Group] Breakeven Sensitive Ema
Hi Folks,
Just had a hard disk crash and lost an indicator by the name of
Breakeven Sensitive EMA. Would some kind soul send it over to me ?
Also had one by the name of Gann Hi-Low. Would appreciate if one of
the senior members could help.
regards
Dr. Raman Kumar
 
Yahoo! Groups Links
 
------------------------ Yahoo! Groups Sponsor --------------------~--> 
Try Online Currency Trading with GFT. Free 50K Demo. Trade 
24 Hours. Commission-Free. 
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/BefplB/TM
--------------------------------------------------------------------~-> 
 
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:
    http://docs.yahoo.com/info/terms/
 
 |