Settlement indicator specifies which trading hours and if i select diferent trading hours in strategy, it still pulls trading hours from settlment indicator.
In my state configure i enter this line . Is there a way to configure settlement indicator so there would not be a confilict?
AddDataSeries(InstrumName, new BarsPeriod { BarsPeriodType = BarsPeriodType.Day, Value = 1 }, "CME US Index Futures RTH", false);

Comment