Open parvezshah opened 4 years ago
// 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!
// 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');