Tomacz,
I think that variable periods are not allowed in some indicators like
stocchastic or Rsi.
I am right?
is there a way to plot this stochK(var)?
Stephane
Var= int(3*ATR(10));
Graph1= Var;
Graph1Style=1;
Graph1Color=3;
Graph2= StochK(Var);
Graph2Style=1;
Graph2Color=5;
|