17 lines
681 B
Markdown
17 lines
681 B
Markdown
# Channel Objects
|
|
|
|
A group of "Channels" graphical objects.
|
|
|
|
This section contains the technical details of working with a group of classes of "Channels" graphical objects and a description of the relevant components of the MQL5 Standard Library.
|
|
|
|
| Class name | Object |
|
|
| --- | --- |
|
|
| CChartObjectChannel | "Equidistant Channel" graphical object |
|
|
| CChartObjectRegression | "Linear Regression Channel" graphical object |
|
|
| CChartObjectStdDevChannel | "Standard deviations Channel" graphical object |
|
|
| CChartObjectPitchfork | "Andrew's Pitchfork" graphical object |
|
|
|
|
See also
|
|
|
|
[Object types](/en/docs/constants/objectconstants/enum_object), [Graphic objects](/en/docs/objects)
|