MQL4参考 标准常量,列举和架构 指标常量 绘画风格
Drawing StylesDrawing shape styles for SetIndexStyle() function.
Drawing style enumeration for SetLevelStyle() function. Valid when width=1. It can be any of the following values:
Drawing style also can be used for get/set the OBJPROP_STYLE property of the object. When creating a custom indicator, you can specify one of 6 types of drawing styles (as displayed in the main chart window or a chart subwindow), whose values are specified above. In one custom indicator, it is permissible to use any indicator drawing types. Each construction type requires specification of one to two global arrays for storing data necessary for drawing. These data arrays must be bound with indicator buffers using the SetIndexBuffer() function.
|