if a chart contains -300 to 0 bars on a 5 minute chart, will the following series (in the same chart's EFS) also contain the same number of bars?
var Xseries1 = sma(10,inv("D"))
var xSeries2 = close(inv("D"))
or in other words what determines series length ?
var Xseries1 = sma(10,inv("D"))
var xSeries2 = close(inv("D"))
or in other words what determines series length ?
Comment