Plotting | Description | Value buffers | Color buffers |
DRAW_NONE | Is not visually displayed in the chart, but the values of the corresponding buffer can be viewed in the Data Window | 1 | - |
DRAW_LINE | A line is plotted on the values of the corresponding buffer (empty values in the buffer are undesirable) | 1 | - |
DRAW_SECTION | Is drawn as line segments between the values of the corresponding buffer (usually has a lot of empty values) | 1 | - |
DRAW_HISTOGRAM | Is drawn as a histogram from the zero line to the values of the corresponding buffer (may have empty values) | 1 | - |
DRAW_HISTOGRAM2 | Is drawn as a histogram based on two indicator buffers (may have empty values) | 2 | - |
DRAW_ARROW | Is drawn as symbols (may have empty values) | 1 | - |
DRAW_ZIGZAG | Similar to the style DRAW_SECTION, but unlike it, can plot vertical segments on one bar | 2 | - |
DRAW_FILLING | Color fill between two lines. 2 values of the corresponding buffers are shown in the Data Window | 2 | - |
DRAW_BARS | Is drawn as bars. 4 values of the corresponding buffers are shown in the Data Window | 4 | - |
DRAW_CANDLES | Drawn as Japanese candlesticks. 4 values of the corresponding buffers are shown in the Data Window | 4 | - |
DRAW_COLOR_LINE | A line for which you can alternate colors on different bars or change its color at any time | 1 | 1 |
DRAW_COLOR_SECTION | Similar to the style DRAW_SECTION, but the color of each section can be set individually; color can also be set dynamically | 1 | 1 |
DRAW_COLOR_HISTOGRAM | Similar to the style DRAW_HISTOGRAM, but each strip may have a different color, you can set the color dynamically | 1 | 1 |
DRAW_COLOR_HISTOGRAM2 | Similar to the style DRAW_HISTOGRAM2, but each strip may have a different color, you can set the color dynamically | 2 | 1 |
DRAW_COLOR_ARROW | Similar to the style DRAW_ARROW, but each symbol can have its color. Color can be changed dynamically | 1 | 1 |
DRAW_COLOR_ZIGZAG | The DRAW_ZIGZAG style with the options of individual coloring of sections and dynamic color changing | 2 | 1 |
DRAW_COLOR_BARS | The DRAW_BARS style with the options of individual coloring of bars and dynamic color changing | 4 | 1 |
DRAW_COLOR_CANDLES | The DRAW_CANDLES style with the options of individual coloring of candlesticks and dynamic color changing | 4 | 1 |