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)
|
This is a binary formula that plots +1 for a new high and -1 for a new low
nh:=H>Ref(HHV(H,60),-1);
nl:=L<Ref(LLV(L,60),-1);
DV:=V>Ref(V,-1)*2;
If(nh AND DV,1,If(nl AND DV,-1,0));
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.