Documentation

2. Chart Types & Volume

Created
Jun 5, 2026
Updated
Jun 5, 2026

The series type controls how each bar of price is drawn. Change it from the series-type control in the toolbar; the choice applies to the active pane. Candlesticks are the default.

Available series types

TypeWhat it shows
CandlesClassic OHLC candlesticks with colored bodies, borders, and wicks. The default.
BarsOHLC bar (open tick on the left, close tick on the right), colored by direction.
Hollow candlesCandles drawn hollow on up bars and filled on down bars, emphasizing direction.
Volume candlesCandle outlines whose width/weighting reflects volume rather than fixed bodies.
LineA single line through closing prices.
Line with markersThe close line with a point marker on every bar.
Step lineA stepped line that holds each close until the next bar.
AreaThe close line with a shaded fill beneath it.
HLC areaHigh and low lines with shaded high↔close and close↔low bands.
BaselineClose line split above/below a baseline price, tinted positive/negative.
ColumnsA histogram of closing prices, colored by bar direction.
High-lowHigh-to-low ranges drawn as solid bars.
Heikin AshiSmoothed candles computed from averaged OHLC to highlight trend.

Heikin Ashi candles are computed from averaged open/high/low/close values, so they smooth noise and make trends easier to read — but the plotted values are not raw prices.

Candle appearance

Candle colors, borders, and wicks are configurable: you can set separate up/down body colors, toggle borders and wicks, and hide candle bodies. Price precision (the number of decimal places) is also configurable. All of these live under the Symbol tab in Chart Settings.

Volume

Volume is part of the OHLCV data behind every bar and appears in the candle info line (the V value). Several built-in studies visualize volume directly on the chart — for example volume histograms, VWAP, OBV, and volume profile. Browse them in the Built-in Indicator Library.

Next steps

With price drawn the way you like, learn how to move around it.

Next: Navigating the Chart