I have few questions regarding the order of execution when you are running multiple strategies on different stocks. I am using NT with IB.
Lets say that I am running 2 strategies, each on different stock. Each of them is following certain position sizing rules as to prevent the order execution when you have under X$ AccountItem.CashValue.
Situation 1: What happens when both of the strategies trigger based on their rules? Is there some logic in what order they execute? If yes, what it is based on?
Situation 2: What happens when both of the strategies trigger, but due to position sizing rules, there is enough cash only for one execution. Example: You have 52 000$ on account, position sizing minimum is 50 000$. The previous bar closes and both strategie are set to trigger after bar close. I presume that first strategy executes as usual and the second one does not since you have only 2k left on account. Could you please confirm this logic?
Thank you in advance for answer
Comment