Now given this I was puzzled that the executions are different until I noticed that I had set CalculateOnBarClose to false in the init methods of both strategies. However, both strategies on the chart had CalculateOnBarClose set to true. So I wonder - which one has priority? If I programatically set it to false and then set it to true in strategy configuration, which one overrides which?
Any input would be appreciated.

Comment