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
- 与该指标值相接的时间。
属性
CrsiLineValue
public IIndicatorValue CrsiLineValue { get; }
value = connorsRSIValue.CrsiLineValue
获得复合RSI线.
RocRsiValue
public IIndicatorValue RocRsiValue { get; }
value = connorsRSIValue.RocRsiValue
获取 ROC 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.