Login Page - Create Account

Support Board


Date/Time: Sat, 10 May 2025 09:14:37 +0000



Post From: auto looping question

[2016-01-28 05:20:45]
onnb - Posts: 663
I have a study that has AutoLoop = 1;

In real time, chart update interval is 500ms.
We have range chart with study applied.
Say current last bar is index 100 and within the current update interval, I get many new ticks so that some of them are within index 100 and some of them cause a new bar to form so I now have index 101.

When the next update interval is over and the study function gets called, will it get called twice at that time? Once for index 100 and once for index 101?