I developped an inidactor that uses OnBarClose and use it in a strategy that use OnPriceChange to have a more precise entry. Ive been testing it on the playback function and the problem seems that the indicator does not update once the strategy is enabled. If a run a separate instance of the indicator by it's own, it works as intended.
Im guessing that the problem is with the calculation methods being different for the strategy and the indicator. Ive read the documentation and it's stated that the strategy forces it's calculation method upon the indicator.
Thanks,

Comment