correct it...

#1
Dear Alls,

I write this afl bt this is not working

can any one correct it...

C = (Close);

a = Ref(C,-1);
b = Ref(C,-2);


r = RSI(14);
s = Ref(RSI(14),-1);
w = Ref(RSI(14),-2);


k = ((C < b) AND (a > b));
f = ((r > w) AND (r < s ));


AddColumn(k,"K",1.0);
AddColumn(f,"F",1.0);
 

Shikamaru

What a drag!!!
#2
if you are writing it for exploration add "filter= K and R" above addcolume(k...),
 

Similar threads