Is there a way to have NT ignore orders that add to a position once a certain position size has been reached?
I'm using my own logic to fill partially filled orders that involves canceling existing partially filled orders and entering new orders for the balance of the unfilled position. I believe this prevents me from limiting the position size via the EntriesPerDirection property. i.e. If I limit my EntriesPerDirection to 1 (which, in theory, is fine because I never want to pyramid in my strategy), but my desired position size is 6 contracts and I only get filled on 4, how do I add the other 2 contracts after I've already cancelled the open partially-filled order?
What I'm trying to avoid is some undiscovered bug in my logic putting me into many more contracts than I'd like. Any suggestions are greatly appreciated.
Ken

Comment