docs.anychart.com
docs.anychart.com copied to clipboard
wrong indicator used
// create EMA indicators with period 20 var ema20 = plot.sma(mapping, 20).series(); should be var ema20 = plot.ema(mapping, 20).series();
ema20.stroke('#bf360c');
@parvezshah Thanks, we will fix the typo!