TDrawStyle
An enumeration that defines how indicator values should be visually represented on the chart.
Values
Value
Description
NONE
No visual representation (used for calculation buffers)
LINE
Draw as a continuous line
HISTOGRAM
Draw as vertical bars (histogram)
FILL
Fill the area under a line or between lines
SYMBOL
Use symbols to represent data points
SECTION
Draw sections or segments of a line
HISTOGRAM_FILL
Combine histogram and fill styles
COLORED_CANDLES
Display data using colored candlesticks
Example Usage
Last updated