I like to implement a strategy in unmanaged style because you told me that it is not possible to place 2 Orders simultaniously to trade a breakout idea. Normally I would place a sell and a buy limit order. If one gets filled the opposite order has to be canceled. I use the oco id to manage this.
If I have to implement this unmanaged, how should I implement the stop loss and target bracket? How to set an association to the entry order? Should I use the same oco id as I had set to the entry? Unfortunately there is no clear documentation for this kind of trading.
Please advice :-)
Sincerely
Markus

Comment