Hello
I have created a simple Stochastics.
I am trying to add upper and lower bands like this...
addBand( Upper, PS_SOLID, 2, Color.black,"Upper");
addBand( Lower, PS_SOLID, 2, Color.black,"Lower");
I would think it has to go into function main area.....but everywhere I add it in I get an error.
Can someone point me in the right direction?
Thanks
Pogman
I have created a simple Stochastics.
I am trying to add upper and lower bands like this...
addBand( Upper, PS_SOLID, 2, Color.black,"Upper");
addBand( Lower, PS_SOLID, 2, Color.black,"Lower");
I would think it has to go into function main area.....but everywhere I add it in I get an error.
Can someone point me in the right direction?
Thanks
Pogman
Comment