Hi Everyone,
I have an interesting question and have not found an answer to it.
I have a graph which is set to use / display 50 units via the (x) units. If I simply graph the BarIndex, on the very first opening of ProRealTime it indicates a number of 63 which means it has loaded 63 bars of which the last 50 are displayed. If I then select 100 units via (x) units, it displays the last 100 bars but seems to load in excess of 500 bars as the BarIndex now reflects more than 500.
My question is whether it is possible to preload a specific number of bars e.g. 100 bars when (x) units is set to 50? The reason being that my indicators use around 80 bars to calculate but I only want to display the last 50 bars. I have tried DefParam PreLoadBars = 100 but it still only returns a BarIndex of 63 on startup.
Any help here would be greatly appreciated.