Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2193-standardlibrary-chart-object-classes-obj-channels.md
T
2026-06-23 21:47:51 +08:00

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)