So profit_target1 < profit_target2 < profit_target3.
If EntriesPerDirection = 3 does this mean that at any one time a maxiumum of 3 contract positions can be opened?
So in the example above we are fine as each order has <=3 contracts.
But if for the first profit target we open a long position for 5 contracts then the order engine will split this up into 2 and 3 if EntriesPerDirection = 3? Does this cause any problems in real time trading or should I increase the EntriesPerDirection value?

Comment