Seemingly simple problem.
Multiinstrument strategy theoretically allows 2 instrument to be traded "simultaneously" so an assumption is if i have 1 position of FDAX there is no issue to have at the same tome 1 position of ES.
Yet, not happening for me, probably some setting?
Log:
BarsInProgress account position is 2 has value Flat < have flat position
Enter Long bar in progress 2 instrument FDAX time 2/17/2022 8:45:00 AM <- enter FDAX
BarsInProgress account position is 4 has value Flat < different series flat
Enter Long bar in progress 4 instrument ES time 2/17/2022 9:33:00 AM < try 1
BarsInProgress account position is 4 has value Flat
Enter Long bar in progress 4 instrument ES time 2/17/2022 9:34:00 AM < try 2 and so on
While i have FDAX i cannot get ES. Using this: https://ninjatrader.com/support/help...l?position.htm This is for reference point.
Code:... if ( Positions[BarsInProgress].MarketPosition == MarketPosition.Flat) // no position for given BarSeries
Hm... ?
-PNF

Comment