PriceChannelsValue

StockSharp.Algo.Indicators

価格チャネルインジケータ値の実装.

継承元: ComplexIndicatorValue<PriceChannels>

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

コンストラクター

PriceChannelsValue
public PriceChannelsValue(PriceChannels indicator, DateTime time)
priceChannelsValue = PriceChannelsValue(indicator, time)

価格チャネルインジケータ値の実装.

indicator
親価格チャネルインジケータ.
time
このインジケータ値に関連付けられた時間。

プロパティ

LowerChannel
public decimal? LowerChannel { get; }
value = priceChannelsValue.LowerChannel

チャネル値が下がります。

LowerChannelValue
public IIndicatorValue LowerChannelValue { get; }
value = priceChannelsValue.LowerChannelValue

チャネル値が下がります。

UpperChannel
public decimal? UpperChannel { get; }
value = priceChannelsValue.UpperChannel

上位チャンネル値を取得します。

UpperChannelValue
public IIndicatorValue UpperChannelValue { get; }
value = priceChannelsValue.UpperChannelValue

上位チャンネル値を取得します。

メソッド

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

ライン表現に換算します。

戻り値: 弦のパフォーマンス。