Is there a way to define the trading hours template in my NinjaScript code for my strategy?
When I want to apply the strategy to the instrument I have to define the trading hours every time and also each time I use the strategy in the StrategyAnalyser.
I use the same trading hours in all of my strategies so it would be convenient to remove this step from the strategy configuration process with it being hard coded into my strategy.
Thanks,
Neil

Comment