I have a question concerning modifying orders placed within a strategy.
I have developed a strategy that sends buy and sell orders through buy and sell buttons.
I am using the unmanaged orders placing strategy using IOrder etc...
Now to enter trades and placing the initial stop after the entry fill as well as bringing the stop to breakeven is well managed by the strategy.
BUT I would like to manage the profit taking portion manually modifying orders through the DOM manually.
Is it possible ?
If yes it means that the position managed by the strategy will reflect the orders placed manually ?
Is that right ?

Comment