– 3.16.11 core
– IMarketDepthMigration interface has renamed to IBarLiquidity
– Added SortedDictionary<int, IBarLiquidity> OverallLiquidity { get; } to IMarketDepthIndicator interface
– Added Trading Times feature. The strategy doesn’t make entries outside trading times. Working orders outside trading times will be closed, pending orders will be canceled.
See TradingTimes property, User Guide, and TradingTimes sample strategy
– Added RiskManagementclass. See User Guide and RiskManagement sample strategy