ConnorsRSIValue

StockSharp.Algo.Indicators

ConnorsRSI指标值执行情况。

继承自: ComplexIndicatorValue<ConnorsRSI>

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

构造函数

ConnorsRSIValue
public ConnorsRSIValue(ConnorsRSI indicator, DateTime time)
connorsRSIValue = ConnorsRSIValue(indicator, time)

ConnorsRSI指标值执行情况。

indicator
The parent ConnorsRSI indicator.
time
与该指标值相接的时间。

属性

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

获得复合RSI线.

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

获得复合RSI线.

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

获取 ROC RSI 组件 。

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

获取 ROC RSI 组件 。

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

获取 RSI 组件 。

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

获取 RSI 组件 。

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

Gets the UpDown RSI component.

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

Gets the UpDown RSI component.

方法

ToString
public override string ToString()
result = connorsRSIValue.ToString()

转换为行代表.

返回值: 弦乐表演.