RegressionChannel
Definition
Represents an interface that exposes information regarding a Regression Channel IDrawingTool.
Methods and Properties
-
Parameter
-
Description
-
StartAnchor
-
An IDrawingTool’s ChartAnchor representing the starting point of the drawing object
-
EndAnchor
-
An IDrawingTool’s ChartAnchor representing the starting point of the drawing object
-
RegressionStroke
-
The Stroke object used to draw the middle line of the object
-
LowerChannelStroke
-
The Stroke object used to draw the lower line of the object
-
UpperChannelStroke
-
The Stroke object used to draw the upper line of the object
-
PriceType
-
Possible values are:
-
PriceType.Close
-
PriceType.High
-
PriceType.Low
-
PriceType.Median
-
PriceType.Open
-
PriceType.Typical
-
-
ChannelType
-
An enum value representing if the object will use standard deviations calculations for the upper/lower lines. Possible values are:
Examples
To differentiate between DrawingTools.RegressionChannel and Indicators.RegressionChannel when assigning a RegressionChannel object, you will need to invoke the former path explicitly, as seen in the example above.

