When I try to tweak the custmoStoch.efs by adding 0.5 to the following line, there are no syntax erros but when I add the study to a symbol, I only see "Pending.": It never display anything. When I take away the 0.5, then I see the plots of the study. What am I doing wrong?
xStochK = stochK(KLength,KSmoothing,DLength,sym(vSymbol));
xStochK = stochK(KLength,KSmoothing,DLength,sym(vSymbol));
Comment