TimeFrameStrategy

StockSharp.Algo.Strategies

The timeframe based trade strategy.

Наследует: Strategy

Конструкторы

TimeFrameStrategy(TimeSpan)

Initialize TimeFrameStrategy.

timeFrame
The strategy timeframe.

Свойства

Interval : TimeSpan

The strategy start-up interval. By default, it equals to TimeFrame.

TimeFrame : TimeSpan

The strategy timeframe.

Методы

OnProcess() : ProcessResults

The implementation of the trade algorithm.

Возвращает: The result of trade algorithm one iteration operation.

OnStarted2(DateTime)

The method is called when the Start method has been called and the ProcessState state has been taken the Started value.