4.2.20 перестал работать GetCandleBounds()
Версия 4.2.20, перестал работать метод GetCandleBounds()
Вот кусов кода из стратегии (на .16 все работает):
Код
var time = timeFrame.GetCandleBounds(Security).Min - timeFrame;
Начиная с .19 выдает следующие ошибки:
Цитата:
Error 1 'System.TimeSpan' does not contain a definition for 'GetCandleBounds' and the best extension method overload 'StockSharp.Algo.Candles.CandleHelper.GetCandleBounds(System.TimeSpan, System.DateTime)' has some invalid arguments
Error 2 Argument 2: cannot convert from 'StockSharp.BusinessEntities.Security' to 'System.DateTime'