VWAP Intraday
Nov 17, 2020

The VWAP Intraday indicator provides an automated trading strategy based on the confluence of Volume Weighted Average Price (VWAP) trends and Relative Strength Index (RSI) momentum. It aims to identify high-probability intraday entries by aligning directional price movement with volume-weighted support and market strength.
Usage
The VWAP Intraday strategy is designed specifically for day traders who seek to enter positions when price and volume momentum are in sync.
- Long Entries: Occur when the VWAP line is sloping upwards (current VWAP > previous VWAP) and the RSI value is above a user-defined threshold (default 50).
- Short Entries: Occur when the VWAP line is sloping downwards (current VWAP < previous VWAP) and the RSI value is below a user-defined threshold (default 50).
- Trade Window: The strategy only executes trades between specified start and end hours to avoid low-liquidity periods or overnight gaps.
- Exits: Positions can be closed based on a VWAP reversal (e.g., price crossing back through the VWAP or a change in VWAP slope) or automatically at a specific market close hour.
Details
This script utilizes the standard VWAP calculation to determine the "fair value" of an asset weighted by volume. By observing the slope of the VWAP, the script detects changes in intraday sentiment. The RSI acts as a secondary filter to ensure that the trend is supported by sufficient price momentum. The logic is encapsulated in a strategy format, allowing users to backtest the performance on various timeframes and assets.
Settings
- Trade start Hours: Sets the hour (in 24-hour format) at which the strategy is permitted to begin entering trades.
- Close all trade @ Hours: Sets the hour at which all open positions will be force-closed to avoid holding overnight.
- RSI Period: The number of bars used to calculate the Relative Strength Index.
- Buy when RSI above: The threshold the RSI must exceed to confirm a bullish trend.
- Sell when RSI Below: The threshold the RSI must fall below to confirm a bearish trend.
- Exit on VWAP Reversal: A toggle to enable or disable automatic exits when the VWAP slope changes against the open position.
FAQ
How do I access VWAP Intraday?
You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.
Can I change the trading hours?
Yes, the script allows you to specify both the start hour and the mandatory exit hour to match your local market's session times.
What timeframes are best for this script?
As an intraday VWAP-based strategy, it is most effective on lower timeframes such as the 1-minute, 5-minute, or 15-minute charts where volume-weighted price movements are most relevant.
Free indicator
Get free access to this indicator on the platforms below.
Unlock the entire LuxAlgo Library
Every indicator, every strategy, full charts, and complete access to Quant — our AI agent.