The C_ChartType represents the various visual styles available for drawing data bars on a chart.


Name

Description

BOX

Indicates high-low bars which are composed of a vertical box that represents the highest and lowest traded prices of the symbol during the bar.

CANDLESTICK

Indicates candlestick bars which are composed of a body and an upper and lower shadow. The body represents the opening and closing trades, while the shadow represents the highest and lowest traded prices of the symbol during the bar.

CANDLESTICK_WITH_TREND

Indicates a candlestick whose colors are determined by the trends.

CANDLEVOLUME

Indicates candlevolume bars, which are like candlestick bars whose volume is represented by their width.

DOT_ON_CLOSE

Indicates dot bars that are placed on the closing prices of the symbol.

EQUIVOLUME

Indicates equivolume bars that are composed only of a body. The body represents the highest and lowest trades while the width of the bar represents its volume.

HILO

Indicates simple high-low bars that are composed of a vertical line which represents the highest and lowest traded prices of the symbol during the bar.

HLC

Indicates simple HLC bars that are composed of a vertical line and one small mark. The small mark represent the closing (left mark) trades, while the shadow represents the highest and lowest traded prices of a symbol during the bar.

KAGI

Indicates a kagi bar.

LINE

Indicates bars that are represented by their close value and connected by a solid line.

MOUNTAIN

Indicates bars that are represented by histogram bars that form a mountain like graph.

OHLC

Indicates simple OHLC bars that are composed of a vertical line and two small marks. The small marks represent the opening (right mark) and closing (left mark) trades, while the shadow represents the highest and lowest traded prices of the symbol during the bar.

OPEN_CLOSE

Indicates simple open-close bars that are composed of a vertical line which represents the open and close prices of the symbol during the bar.

POINT_AND_FIGURE

Indicates point and figure bars.

VOLUME_HISTOGRAM

Indicates a volume histogram.