AtmStrategyChangeStopTarget(0, Low[0] - 4 * TickSize, "STOP1", atmStrategyId);
I can see the RED stop move up and down.
However, neither of these lines move the GREEN target in the SuperDOM:
AtmStrategyChangeStopTarget(0, High[0] + 4 * TickSize, "TARGET2", atmStrategyId);
OR
AtmStrategyChangeStopTarget(High[0] + 4 * TickSize, 0, "TARGET2", atmStrategyId);
What am I missing?
Thanks!

Comment