I have a question relating to plots in a chart.
When using Plots , for example using line style, it happens that a line is drawn between sessions if calculation mode is OnEachTick. If I use OnBarClose it dowsn't happen.
.
Is is possible to avoid such lines when changing sessions with using OnEachTick? Or I should use the OnRender method ?
Thanks

Comment