Table of Contents

Class PriceChannelsValue

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

Price Channels indicator value.

public class PriceChannelsValue : ComplexIndicatorValue<PriceChannels>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Inheritance
PriceChannelsValue
Implements
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the PriceChannelsValue.

Constructors

PriceChannelsValue(PriceChannels, DateTimeOffset)

Price Channels indicator value.

public PriceChannelsValue(PriceChannels indicator, DateTimeOffset time)

Parameters

indicator PriceChannels

The indicator.

time DateTimeOffset

The time.

Remarks

Initializes a new instance of the PriceChannelsValue.

Properties

LowerChannel

Gets the lower channel value.

[Browsable(false)]
public decimal? LowerChannel { get; }

Property Value

decimal?

LowerChannelValue

Gets the lower channel value.

public IIndicatorValue LowerChannelValue { get; }

Property Value

IIndicatorValue

UpperChannel

Gets the upper channel value.

[Browsable(false)]
public decimal? UpperChannel { get; }

Property Value

decimal?

UpperChannelValue

Gets the upper channel value.

public IIndicatorValue UpperChannelValue { get; }

Property Value

IIndicatorValue