BaseIndicatorValue
StockSharp.Algo.Indicators
The base class for the indicator value.
Implements: IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructors
BaseIndicatorValue(IIndicator, DateTime)
The base class for the indicator value.
- indicator
- Indicator.
- time
- Time
Properties
Indicator : IIndicator
Indicator.
Methods
GetValue``1(Level1Fields?)
To get the value by the data type.
- field
- Field specified value source.
Returns: Value.