IConnorsRSIValue

StockSharp.Algo.Indicators

ConnorsRSI指标值.

实现: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

属性

CrsiLine
public decimal? CrsiLine { get; }
value = iConnorsRSIValue.CrsiLine

获得复合RSI线.

CrsiLineValue
public IIndicatorValue CrsiLineValue { get; }
value = iConnorsRSIValue.CrsiLineValue

获得复合RSI线.

RocRsi
public decimal? RocRsi { get; }
value = iConnorsRSIValue.RocRsi

获取 ROC RSI 组件 。

RocRsiValue
public IIndicatorValue RocRsiValue { get; }
value = iConnorsRSIValue.RocRsiValue

获取 ROC RSI 组件 。

Rsi
public decimal? Rsi { get; }
value = iConnorsRSIValue.Rsi

获取 RSI 组件 。

RsiValue
public IIndicatorValue RsiValue { get; }
value = iConnorsRSIValue.RsiValue

获取 RSI 组件 。

UpDownRsi
public decimal? UpDownRsi { get; }
value = iConnorsRSIValue.UpDownRsi

Gets the UpDown RSI component.

UpDownRsiValue
public IIndicatorValue UpDownRsiValue { get; }
value = iConnorsRSIValue.UpDownRsiValue

Gets the UpDown RSI component.