shift and vertical line

 

how to clean that vertical line when i used shift?


MA[i] = iMA(NULL, 0, 12, -3, MODE_EMA, PRICE_CLOSE, i);

 
bt062 wrote >>

how to clean that vertical line when i used shift?

MA[i] = iMA(NULL, 0, 12, -3, MODE_EMA, PRICE_CLOSE, i);

try this function SetIndexEmptyValue()

Reason: