# Charts Indicators

Charts Indicators settings manage the global studies applied to every TradingView chart.

Use this page when you want Volume, Moving Averages, SuperTrend, RSI, or Volume Profile to behave the same way across all chart layouts. These settings override chart-local TradingView study state after saved layouts load.

## Available indicators

<table><thead><tr><th width="159.625">Indicator</th><th>What it controls</th></tr></thead><tbody><tr><td>Volume</td><td>Shows or hides the shared volume pane. Colors are managed by the active application theme.</td></tr><tr><td>Moving Averages</td><td>Shows or hides the app-managed moving average study and controls each configured MA line.</td></tr><tr><td>Volume Profile</td><td>Shows or hides the app-managed visible range volume profile. It is disabled by default.</td></tr><tr><td>SuperTrend</td><td>Shows or hides the app-managed SuperTrend study. It is disabled by default.</td></tr><tr><td>RSI</td><td>Shows or hides the app-managed Relative Strength Index pane. It is disabled by default.</td></tr></tbody></table>

## Volume profile

Volume Profile uses TradingView's visible range volume profile to show where volume traded across price levels in the current chart view. It helps identify high-volume price zones and the point of control, which is the price level with the most traded volume in the visible range.

The profile uses ticks per row, a compact 10% chart width, and theme-managed colors. The point of control uses the active accent color. Bars outside the 70% value area are more faded so the profile gives context without covering candles.

## RSI

RSI uses the standard 14 length, Close source, 70 overbought band, and 30 oversold band by default.

You can change the length, overbought band, oversold band, and line color. Reset restores the defaults and returns the color to the active theme accent.

## Moving averages

Moving average rows control whether each line is enabled, the length, EMA or SMA mode, and the line color.

Use Reset on a row to restore that moving average to its default value without changing the other rows.

Moving Averages, SuperTrend, RSI, and Volume Profile are controlled from Proliquid settings, not from the TradingView study menu. This keeps indicator state consistent when you switch layouts or reload the app.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.proliquid.xyz/settings/charts-indicators.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
