# PVSRA (Volume) Candles

PVSRA candles are a tool to detect when **higher than average volume** has been detected in single candle (on all timeframes).

<figure><img src="/files/nzhHg4PXbdmVWfzyi9qT" alt=""><figcaption></figcaption></figure>

The volume of the last **10 candles** is used to determine the volume increase but broken down like so:

* **200% Volume** (Lime/Red): Current vol ≥ 2x avg **OR** weighted vol ≥ max of last 10​
* **150% Volume** (Blue/Fuchsia): Current vol ≥ 1.5x avg of last 10​
* **Normal** (White/Gray): Below thresholds

You may have heard these candles referred to as:

* Power candles
* Market maker candles
* Volume candles
* Manipulation candles

### Why are PVSRA candles important ?

PVSRA candles are important as they provide an easy way to highlight '**gaps**' or '**inefficiency zones**' in price action.&#x20;

A good learning activity is to enable the **PVSRA Volume candles** and watch how price action reacts once these '**gaps**' or '**inefficiency zones**' have been created.


---

# 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://devengineoz-tradingview-indicato.gitbook.io/devengineoz-tradingview-indicators/documentation/features/pvsra.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.
