I'd like to know what happens in the following sequence of events :
1. A programmed strategy is running
2. The strategy executes a EnterShortLimit() order
3. The short order is filled.
4. After a few bars..
5. The strategy executes a EnterLongLimit() order
6. The Long Limit order is NOT filled.
Question:
What happens to the existing short position? Is it closed or does it remain open?

Comment