The calculation frequency of the calling script takes precedence when calling an indicator (or other external) script, correct?
So, if I have a Strategy script where Calculate = Calculate.OnPriceChange which calls an Indicator script, the calculation frequency will be OnPriceChange (per the calling Strategy script) regardless of the hardcoded value in the Indicator script (i.e. Calculate.OnBarClose), yes?
Thanks for confirming.

Comment