MQL4 - automated forex trading   /  

Documentation

MQL4 Reference  Standard constants  Drawing styles

 

Drawing shape style enumeration for SetIndexStyle() function.

It can be any of the following values:

ConstantValueDescription
DRAW_LINE0Drawing line.
DRAW_SECTION1Drawing sections.
DRAW_HISTOGRAM2Drawing histogram.
DRAW_ARROW3Drawing arrows (symbols).
DRAW_ZIGZAG4Drawing sections between even and odd indicator buffers.
DRAW_NONE12No drawing.

Drawing style. Valid when width=1. It can be any of the following values:

ConstantValueDescription
STYLE_SOLID0The pen is solid.
STYLE_DASH1The pen is dashed.
STYLE_DOT2The pen is dotted.
STYLE_DASHDOT3The pen has alternating dashes and dots.
STYLE_DASHDOTDOT4The pen has alternating dashes and double dots.