How are entry and exit orders matched by NT?
Assume I have placed a long order:
A: 1 @ 100.00
It got filled and I placed its legs (Position: Long)
A: PT @ 120.00, STP @ 80.00
Now price goes 105.00 and I place a short order
B: 1 @ 105.00
It gets filled and I place its legs (Position: Flat)
B: PT @ 100.00, STP @ 110.00
Then prices goes to 110.00 and B.STP gets filled, position becomes Long again.
Then price goes to 120.00 and A.PT gets filled, position becomes Flat.
Since NT defines a trade as "a completed buy/sell or sell/buy transaction. It consists of an entry and exit execution" then strategy should now have 2 Trades.
The first trade should have Entry == A
The questions:
1) What would be the Exit for this first Trade object?
2) What would be Entry and Exit for the second (last) Trade object?
Thank you


Comment