I have long and short strategies that I want to run against the same market (SPY and/or E-mini).
The problem is that the time these strategies are in the market is not entirely mutually exclusive.
I could separate things and make 2 strategies - one long and one short only, but that will result in performance curves that need to be combined for "total" performance.
What I'm thinking of is an "executive strategy that knows what the net position should be and sends in orders to make it so.
In that sort of situation, I can see that if I am long 200 and want to be short 100 (-100), then I would need to ExitLong(200) followed by an immediate EnterShort(100).
At IB, this would be a simple sell order for 300 shares. Is there any way to do this in NT?
If I put in two orders (a simultaneous ExitLong and SellShort), will NT deconflict these and only perform one of the desired trades?
Note that I'd really like to be able to just do this in one order not two....
John

Comment