Volume+ (RVOL / Alerts) Indicator: A Comprehensive Guide for Traders

·

This enhanced volume indicator is a powerful tool for cryptocurrency and stock traders, offering advanced features like RVOL (Relative Volume) detection, volume spike alerts, and customizable thresholds.


Key Features


How the RVOL Indicator Works

The script calculates Relative Volume (RVOL) by comparing current volume to a moving average. When volume exceeds any of three configurable thresholds, the bar changes color (default: teal). Alerts can be triggered for:

  1. Static Volume (Blue line): Volume > fixed value.
  2. RVOL Threshold (Purple line): RVOL > (MA × multiplier).
  3. Lookback High (Red line): Volume > highest in X periods.

👉 Discover more trading tools


Configuration Settings

| Setting | Description |
|---------|-------------|
| MA Length | Period for volume moving average (default: 50). |
| MA Type | EMA/SMA/HMA/WMA/DEMA options. |
| Volume Trigger | Fixed volume value for alerts (default: 0). |
| RVOL Trigger | Multiplier for MA-based alerts (default: 2.5). |
| Lookback Period | Historical range for highs (default: 50 candles). |

Alert Options:


Setting Up Alerts

Follow these steps in TradingView:

  1. Click the bell icon ("Alert") on the chart.
  2. Set conditions using Volume Alert! as the title.
  3. Customize the message (e.g., "RVOL signal for {{ticker}}").

👉 Learn advanced alert strategies


FAQ

What is RVOL?

Relative Volume compares current volume to its moving average, highlighting unusual activity.

Can I use this for day trading?

Yes! The indicator excels in spotting intraday volume surges common in crypto and stocks.

How do I adjust sensitivity?

Lower the RVOL Trigger value (e.g., 1.5) for more frequent signals.


Source Code

//@version=4  
study(title="RVOL", overlay=false)  
// Settings omitted for brevity (see original for full code).  

Last Updated: October 9, 2020