IMovingAverageRibbonValue

StockSharp.Algo.Indicators

MovingAverageRibbonインジケータ値.

実装: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

プロパティ

Averages
public decimal?[] Averages { get; }
value = iMovingAverageRibbonValue.Averages

平均値の移動を全て取得します。

AveragesValues
public IIndicatorValue[] AveragesValues { get; }
value = iMovingAverageRibbonValue.AveragesValues

平均値の移動を全て取得します。