I would prefer to assign slow stochastic values to mystochK and mystochD using following syntax, does not work, can anyone correct please:
StochStudy(14,3,3);
study.getValue(StochStudy.SLOW);
var mystochk = stochK(14, 3, 3);
var mystochd = stochD(14, 3, 3);
Thank you.
StochStudy(14,3,3);
study.getValue(StochStudy.SLOW);
var mystochk = stochK(14, 3, 3);
var mystochd = stochD(14, 3, 3);
Thank you.
Comment