problem:
every few restarts of the application (nt7) the bars are painted in a different order than before.
point:
if i have the 3min bars which tend to be longer in the back with the 1min painted over the top so i can see the action of the third 1min bar on top of the 3min bar. but because nt decides in which order to paint the bars i have to change the order of the time frame in the data series, which than means i have to change the indicators too.
solution:
let the users decide in which order the time frames are painted on the chart, so i could set as default, 3min to be painted first with 1min painted second, which would mean they would always be on top. and i would not have to change the the data series nor the indicators either.
thanks

Comment