Hello,
I have this
if (SKA == null) SKA = (middleDonchian(9)+ middleDonchian(26));
I then try debugPrintln("skb="+ SKA.getValue(0)); and I get an error that SKA.getValue is not defined.....
What am I doing wrong?
I have this
if (SKA == null) SKA = (middleDonchian(9)+ middleDonchian(26));
I then try debugPrintln("skb="+ SKA.getValue(0)); and I get an error that SKA.getValue is not defined.....
What am I doing wrong?