ie.
Original order myLong quantity = 4.
ExitLong SL quantity = 2
ExitLong TP quantity = 2
Then once the first SL / TP order has filled, just submit another another couple to close out the remaining quantity from the original order signal name, but with different targets.
If myPosition = 2
ExitLong SL quantity = 2
ExitLong TP quantity = 2
Is this the best way to do it? and is this the same logic used in the main NT8 order strategy?

Comment