IndicatorA is called by another indicator (IndicatorB). IndicatorB uses IndicatorA.Update(). Both indicators use Calculate.OnEachTick.
When I run IndicatorA on 2 computers, I always get the same value on each bar.
When I run IndicatorB on 2 computers, I occasionally get different values on a bar.
Can you give me any guidance for using Update() with a multi-instrument indicator, that might resolve this problem?
Thanks,
Greg

Comment