Announcement

Collapse
No announcement yet.

Gann Hi Lo

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Gann Hi Lo

    Hi:

    Here's a formula I have used a lot on Metastock, the Gann Hi-Lo. I'd like a little help in translating this into EFS if someone is willing to lend a hand..

    Thanks,
    DrM

    HLd:=If(CLOSE>Ref(Mov(H,3,S),-1),
    {then}1,
    {else}If(CLOSE<Ref(Mov(L,3,S),-1),
    {then}-1,
    {else}0));
    HLv:=ValueWhen(1,HLd<>0,HLd);
    HiLo:=If(HLv=-1,
    {then}Mov(H,3,S),
    {else}Mov(L,3,S));
    HiLo;

  • #2
    Check out this thread here


    Fibbgann
    Excellent book on JavaScript for beginners

    Comment

    Working...
    X