My multi symbol strategy executes trades on the MNQ but uses NQ for handling logic.
In the backtest everything runs as expected and the trades are placed on MNQ.
But when i run the strategy live with the same settings, the trades are placed on NQ.
I use "AddDataSeries("MNQ JUN24",Data.BarsPeriodType.Minute, 1);" and "EnterLong(1,....)" to make sure the trades are placed on the MNQ.
Thank you in advance.
Greetings,
Kreztmok

Comment