| 
 PureBytes Links 
Trading Reference Links 
 | 
Hi Raman
Here's what I have for GANN-HiLo.
  {GANN-HiLo}
Prd:=Input("Periods",3,99,10);
Hld:=If(CLOSE>Ref(Mov(H,Prd,S),-1),1,
If(CLOSE<Ref(Mov(L,Prd,S),-1),-1,0));
Hlv:=ValueWhen(1,Hld<>0,Hld);
HiLo:=If(HLv=-1,Mov(H,Prd,S),Mov(L,Prd,S));
HiLo;
Regards
Roy
www.metastocktips.co.nz
 
----- Original Message ----- 
From: drk_411 
To: equismetastock@xxxxxxxxxxxxxxx 
Sent: Sunday, February 05, 2006 8:32 PM
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
SPONSORED LINKS Business finance course  Business to business finance  Small business finance  
      Business finance consultant  Business finance magazine  Business finance schools  
--------------------------------------------------------------------------------
YAHOO! GROUPS LINKS 
  a..  Visit your group "equismetastock" on the web.
    
  b..  To unsubscribe from this group, send an email to:
   equismetastock-unsubscribe@xxxxxxxxxxxxxxx
    
  c..  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
--------------------------------------------------------------------------------
[Non-text portions of this message have been removed]
------------------------ 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/
 
 |