BaseIndicatorValue
StockSharp.Algo.Indicators
The base class for the indicator value.
Реализует: IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Конструкторы
BaseIndicatorValue(IIndicator, DateTime)
The base class for the indicator value.
- indicator
- Indicator.
- time
- Time
Свойства
Indicator : IIndicator
Indicator.
Методы
GetValue``1(Level1Fields?)
To get the value by the data type.
- field
- Field specified value source.
Возвращает: Value.