I would like to use this value to know how many bars would be loaded, so that my indicator only starts to analyse the conditions to draw an object on the chart after X number of bars. For performance reasons, I would not want to start analysing and drawing from the first bar, especially when I have a lot of historical data loaded. For example, I only want to start drawing from the past 1000 bars onwards, while I may have 20,000 historical bars loaded.
Thanks.

Comment