I read the post regarding different strategies on the same instrument https://forum.ninjatrader.com/forum/...4xNzAyMjMyMjIx
But, I still can't understand, If I have tags for each of the order in the strategy, like:
1. Strategy1 with long orders with tag RegularLong1
2. Strategy2 with long orders with tag RegularLong2
and then I exit position with the specific tag orders which I mentioned ablove, like ExitLong(0, 1, RegularLong1), it'll not conflict with strategy2?
And one more question, if in Strategy2 I have open short posiiton with specific tag for order it will not help, because of conflict within 1 account for the same instrument?
Thank you!

Comment