AnyChart / docs.anychart.com

AnyChart Documentation
http://docs.anychart.com
21 stars 6 forks source link

wrong indicator used #5

Open parvezshah opened 4 years ago

parvezshah commented 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');

Shestac92 commented 4 years ago

@parvezshah Thanks, we will fix the typo!