Can anyone tell me why I get a type error on this ... plotted on a 233tick charts with 24 hour data ok but not on other charts
var n8MA = offsetSeries( ema(8, sym("ES #F,5")), 0);
var n8MAPlot = n8MA.getValue(-1).toFixed(2);
Thanks Very Much
var n8MA = offsetSeries( ema(8, sym("ES #F,5")), 0);
var n8MAPlot = n8MA.getValue(-1).toFixed(2);
Thanks Very Much
Comment