Skip to content

Arrow Objects

Arrow Objects

Group for Arrows graphical objects.

This section contains the technical details of working with a group of classes of “Arrow” graphical objects and a description of the relevant components of the MQL5 Standard Library. In essence, the arrow is a certain icon which is associated with a specific code. There are two types of “Arrow” graphical object to display icons on the charts:

  • “Arrow” object, which allows you to specify the code of the icon displayed by the object.
  • Group of objects to display a certain type of icons (corresponding to a certain fixed code).

Class for working with arrows displaying arbitrary code icons

Class nameName of the arrow object
CChartObjectArrowArrow

Classes for working arrows displaying a fixed code icon

Class nameName of the arrow object
CChartObjectArrowCheckCheck
CChartObjectArrowDownArrow Up
CChartObjectArrowUpArrow Down
CChartObjectArrowStopStop Sign
CChartObjectArrowThumbDownThumbs Up
CChartObjectArrowThumbUpThumbs Down
CChartObjectArrowLeftPriceLeft Price Label
CChartObjectArrowRightPriceRight Price Label

See also

Object types, Methods of Object Binding, Graphic objects

Last updated on