I am trying to enter a trade and set only one Stop Loss and have multiple Targets using a managed approach. I know this is possible to do with an unmanaged approach but my coding level isn't quite up there yet.
Was wondering if there are any examples where this is possible with managed.
I was able to come up with a work around where I enter separate orders with the same Stop and different Profit Targets. This works for now because the Stop orders get merged and can be moved around as one order when they are at the same price. But I'm sure this will cause issues when it comes to commissions due to them being separate entries.
Any help with this would be greatly appreciated!

Comment