Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 10/29/2004(UTC) Posts: 1,394 Location: Glastonbury, CT
Was thanked: 2 time(s) in 2 post(s)
|
Nhl:=If(H > Ref(HHV(h,20),-1),1,If(L < Ref(LLV(L,20),-1),-1,0));
now open an expert, click on the highlight tab,create a new highlight call it new highs
paste this formula
Nhl:=If(H > Ref(HHV(h,20),-1),1,If(L < Ref(LLV(L,20),-1),-1,0)); Nhl=1
create another highlight,call it new lows
Paste this formula
Nhl:=If(H > Ref(HHV(h,20),-1),1,If(L < Ref(LLV(L,20),-1),-1,0)); Nhl=-1
|