I'm trying to build a strategy that builds up to 5 positions (Entries per direction = 5) and then holds each positions for a fixed number of bars.
Let's say I want to hold a 2 lot short position for 10 bars, but after 3 bars a long order is triggered. My position then would go from -2 to -1, but instead NT flattens all my shorts and goes long 1 lot.
How can I avoid that?

Comment