parvezshah

Results 2 issues of parvezshah

I Have a requirement to create grid system in which I can have a class of Item say class "A" which can overlap item from class "B" is there any...

// 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');