All indicators

AVEMA

By LuxAlgoAug 3, 2026

Static chart image
Volume BasedMoving Averages

The AVEMA Signals indicator provides a sophisticated technical analysis tool that combines an Anchored Volume Weighted Average Price (AVWAP) and an Exponential Moving Average (EMA) to identify clear entry and exit points based on intraday market bias. By anchoring the VWAP to a specific time, traders can evaluate how volume-weighted price levels react to the opening session, helping to filter out market noise and capture significant momentum shifts.

# Usage The AVEMA Signals indicator is designed for intraday traders looking to systematize their entries and exits. The tool automatically calculates the directional bias at the start of each trading session based on the relationship between the opening price and the anchored VWAP.

  • Trading Entries: When the indicator detects a bullish bias, a BUY signal is generated when price crosses above the anchored VWAP. Conversely, a SELL signal is generated when the price crosses below the anchored VWAP during a bearish bias.
  • Exits: Once a position is opened, the EMA serves as your guide. A long exit (EXIT L) is triggered when the price closes under the EMA, and a short exit (EXIT S) is triggered when the price closes above the EMA.
  • Daily Discipline: By enabling the "Limit to one entry per day" setting, users can prevent overtrading and ensure they are focusing on the high conviction trade established during the market open.

# Details The script functions by calculating a cumulative volume-weighted price that resets at a user-defined time each day. This ensures that the AVWAP remains relevant to the current day's price action rather than being diluted by historical data. The integration of an EMA adds a dynamic layer of trend identification, allowing traders to lock in profits or cut losses when momentum begins to stall.

The algorithm establishes a market bias at the start of the session. If the market opens above the VWAP, it assumes a bearish bias (expecting a mean reversion or test of the VWAP), and if it opens below, it assumes a bullish bias. This contrarian logic is common in institutional day trading strategies where the initial move often seeks to test the volume-weighted average price before establishing a sustained trend.

# Settings

## Signal Settings

  • VWAP anchor hour: Sets the specific hour for the AVWAP reset.
  • VWAP anchor minute: Sets the specific minute for the AVWAP reset.
  • EMA length: Determines the smoothing period for the EMA, used primarily for exit signals.
  • Limit to one entry per day: When checked, ensures that only the first triggered signal of the day is executed, ignoring subsequent signals.

## Style

  • VWAP color: Customizes the appearance of the Anchored VWAP line.
  • EMA color: Customizes the appearance of the EMA line.
  • Buy signal color: Adjusts the visual label color for BUY entries.
  • Sell signal color: Adjusts the visual label color for SELL entries.
  • Long exit color: Adjusts the visual label color for EXIT LONG signals.
  • Short exit color: Adjusts the visual label color for EXIT SHORT signals.

# FAQ ### How do I access the AVEMA Signals indicator? You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.

### Can I change the anchor time to suit different markets? Yes, the anchor settings are fully customizable. For example, if you trade indices that open at different times, you can adjust the anchor hour and minute to align with the market open of your specific asset.

### Does this script work on all timeframes? While designed for intraday trading, the script functions best on lower timeframes (such as 1 minute to 15 minutes) where the market open bias is most relevant for the calculated AVWAP.

Free indicator

Get free access to this indicator on the platforms below.

TradingView
NinjaTrader
MetaTrader 4/5

The Library is free. Quant makes it yours.

Pull any concept or indicator into Quant: rebuild it, retune it, or turn it into a backtested strategy of your own.