If I have a sub-minute interval advanced chart, e.g. 1s chart, is there any way to limit the loading of historical ticks to a reasonable number?
What I have to do as a workaround is to require more than 1 tick in an interval before I allow my formulas to compute in streaming mode. This ensures that the formula is working in streaming mode, rather than while it is loading, since you never load anything but the end-of-bar tick.
Is there something I can do in a time template, with a 1s chart, to specify "last 100 bars", for example, or somehow limit the time interval prior to the current time, over which loading occurs?
I've already tried it, and can't see anyway to limit the number of historical ticks loaded.
TIA for any solutions or workarounds.
What I have to do as a workaround is to require more than 1 tick in an interval before I allow my formulas to compute in streaming mode. This ensures that the formula is working in streaming mode, rather than while it is loading, since you never load anything but the end-of-bar tick.
Is there something I can do in a time template, with a 1s chart, to specify "last 100 bars", for example, or somehow limit the time interval prior to the current time, over which loading occurs?
I've already tried it, and can't see anyway to limit the number of historical ticks loaded.
TIA for any solutions or workarounds.
Comment