| StrategyTradingTimes Property |
Trading times. The strategy doesn't make entries outside trading times. Working orders outside trading times will be closed, pending orders will be canceled.
TradingTimes doesn't affect on a strategy in Manual operating mode.
Namespace:
MZpack.NT8.Algo
Assembly:
MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax public List<TradingTime> TradingTimes { get; protected set; }
Property Value
Type:
ListTradingTimeSee Also