I have developed a strategy to place and manage a trade using AtmStrategyCreate command. This command leaves a lot of flexibility to the user. The strategy manages the stop loss order automatically but the user can still move it around as he pleases.
So my question is if the user attaches the stop loss order to an indicator, can we detect it via a Ninjascript command? And if yes, is it possible to reassign the Stop loss attachement property to another indicator via a Ninjascript command?

Comment