This is driving me nuts. I know all about the start behaviors of the strategies and the difference between account position and strategy position, but I cannot identify what is causing this behavior.
I have a strategy that initiates, at most, 5 entries in a direction and only operates in one direction at a time. All of the entries have unique names because I include a 5-digit random number with every signal I send the strategy. This strategy develops no signals of its own and instead simply operates as a landing platform for the signals sent from a Python script that is running on the same PC locally. So a message is sent to it, it figures out what the message wants it to do, and then it places the order with the information in the message.
Here's the thing... when I look at the Orders tab in NinjaTrader, and there's a column that shows which strategy each action is "from" - sometimes the actions coming from the strategy do not have the name of the strategy in that column, sometimes it's blank. I have no clue why.
Also, there is no pattern that I can identify from this behavior. There's not an entry that this happens with or doesn't happen with all the time. The strategy always starts out in-sync with account, and has the value of "True" for that.
Below are my starting settings - I have changed Entry Handling, but both settings have the same effect. Can anyone point me in the right direction to make sure things stay in-sync? I can also provide more information if-needed.

Comment