Login Page - Create Account

Support Board


Date/Time: Fri, 07 Nov 2025 03:51:38 +0000



Post From: Sequence of evaluation of interdependent studies during chart load?

[2025-10-10 11:32:55]
User431178 - Posts: 806
I dont think you are understanding the problem i am stating.

You are correct, there seems to be some misunderstanding.
The SC team already confirmed how it is calculated - all bars for study x, then all bars for study y etc, and definitely not all studies at bar 1, all studies at bar 2 etc.


Is it possible to complete calculations for all studies for a bar before proceeding to the next bar during initial load? This then mimics as closely as possible to what happens live/replay mode.

My guess, that would be a no - it would be completely incompatible with manual looping.
Many studies use manual looping, whereby they loop from sc.UpdateStartIndex (e.g. 0 initially) to sc.ArraySize - 1 in a single function call, how would you reconcile that with calculating every study at every bar in sequence?
Maybe you need to reconsider how your study is written, bearing in mind how the studies are calculated.