just wondering about when a Strategy has to make repeated calls to Indicator(s). Does it make a difference in CPU efficiency if the indicator is Added in Initialise(), rather than just called?
I presume Indicators (some of them at least) need to calculate all the way from bar 0 to know what the current value is. If Indicators had to start fresh each time, rather than being retained in memory, that would be a lot of work.
If there is a way of avoiding that, please let me know.
Cheers,
saltminer

Comment