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