ConnorsRSIValue
StockSharp.Algo.Indicators
ConnorsRSI indicator value implementation.
Hereda de: ComplexIndicatorValue<ConnorsRSI>
Implementa: IConnorsRSIValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructores
ConnorsRSIValue(ConnorsRSI, DateTime)
ConnorsRSI indicator value implementation.
- indicator
- The parent ConnorsRSI indicator.
- time
- Time associated with this indicator value.
Propiedades
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.