ConnorsRSIValue
StockSharp.Algo.Indicators
ConnorsRSI indicator value implementation.
Erbt von: ComplexIndicatorValue<ConnorsRSI>
Implementiert: IConnorsRSIValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Konstruktoren
ConnorsRSIValue(ConnorsRSI, DateTime)
ConnorsRSI indicator value implementation.
- indicator
- The parent ConnorsRSI indicator.
- time
- Time associated with this indicator value.
Eigenschaften
CrsiLineValue : IIndicatorValue
Gets the composite RSI line.
RocRsiValue : IIndicatorValue
Gets the ROC RSI component.
RsiValue : IIndicatorValue
Gets the RSI component.
UpDownRsiValue : IIndicatorValue
Gets the UpDown RSI component.