Skip to content

Charting

Reversion uses TradingView’s Lightweight Charts library for real-time candlestick charting with technical analysis overlays.

Four chart display styles are available from settings:

TypeDescription
CandlestickStandard OHLC candles (default)
LineLine connecting close prices
AreaFilled area below close prices
BarOHLC bar chart

Select a timeframe from the chart header:

TimeframeLabel
1 minute1m
3 minutes3m
5 minutes5m
15 minutes15m
30 minutes30m
1 hour1h
2 hours2h
4 hours4h
12 hours12h
1 day1d
1 week1w

Historical candle data loads automatically as you scroll back. The chart streams live updates for the current candle.

The header bar above the chart shows real-time market data:

MetricDescription
PriceCurrent last trade price
24h ChangePrice change over 24 hours (%)
24h VolumeTrading volume in the last 24 hours
Open InterestTotal open contracts
Funding RateCurrent funding rate for perpetuals
Max LeverageMaximum allowed leverage for this market

Use the token dropdown to search and switch between trading pairs.

Click the indicators button in the chart header to add technical indicators. Every indicator in the Indicators Library is available for charting — including all moving averages, momentum oscillators, volatility bands, and volume indicators. Indicators render as overlays on the price chart or in separate panes below.

Each indicator has configurable parameters:

  • Period — lookback period (e.g., RSI 14, SMA 20)
  • Multiplier — for band-based indicators (e.g., Bollinger Bands 2.0)
  • Source — price data input (close, typical price, etc.)

Indicators display a legend showing their current values. Remove an indicator by clicking the X on its legend.

A volume histogram is displayed below the candlestick chart by default. Bars are color-coded:

  • Green — close > open (up candle)
  • Red — close < open (down candle)
  • Horizontal lines — click on the chart to place a price line at any level. Useful for marking support, resistance, or target levels.
  • Price labels — lines display their price value on the Y-axis

Open multiple charts to monitor several assets or timeframes simultaneously. Charts can be synchronized or independent.

Each chart panel has its own:

  • Symbol selection
  • Timeframe selection
  • Indicator configuration
  • Independent zoom and scroll

Use the mosaic layout system to arrange multiple charts side by side or in a grid. See Interface for layout customization.

When viewing an algorithm’s backtest results in Build mode, the chart overlays:

  • Entry markers — where the algorithm entered trades
  • Exit markers — where trades were closed
  • Equity curve — portfolio value over time as a line overlay

This helps you visually validate that your algorithm’s signals align with price action.