Chart Script Code
Posted: Sun Jul 05, 2015 7:03 pm
Hi,
I am trying to code:
"Yesterdays Close is less than the High of two days ago"
I thought it rather simple and wrote
Cond1:= C,1 < H,2; but that does not work.
I then tried
Cond1:=REF (C,1) < REF ( H,2);
still with no success.
Does anyone have a suggestion?
Thanks,
Dan
I am trying to code:
"Yesterdays Close is less than the High of two days ago"
I thought it rather simple and wrote
Cond1:= C,1 < H,2; but that does not work.
I then tried
Cond1:=REF (C,1) < REF ( H,2);
still with no success.
Does anyone have a suggestion?
Thanks,
Dan