MovingAverageRibbonValue
StockSharp.Algo.Indicators
MovingAverageRibbonインジケータ値の実装。
継承元: ComplexIndicatorValue<MovingAverageRibbon>
実装: IMovingAverageRibbonValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
コンストラクター
MovingAverageRibbonValue
public MovingAverageRibbonValue(MovingAverageRibbon indicator, DateTime time)
movingAverageRibbonValue = MovingAverageRibbonValue(indicator, time)
MovingAverageRibbonインジケータ値の実装。
- indicator
- 親MovingAverageRibbon@インジケーター。
- time
- このインジケータ値に関連付けられた時間。
プロパティ
Averages
public decimal?[] Averages { get; }
value = movingAverageRibbonValue.Averages
すべての移動平均値を取得します。
AveragesValues
public IIndicatorValue[] AveragesValues { get; }
value = movingAverageRibbonValue.AveragesValues
すべての移動平均値を取得します。
メソッド
ToString
public override string ToString()
result = movingAverageRibbonValue.ToString()
ライン表現に換算します。
戻り値: 弦のパフォーマンス。