VSLRT V2 Trading Guide
Last updated: July 22, 2026
The Adaptive Volume-Weighted Trend V2 is a quantitative technical analysis tool. Adaptive Volume-Weighted Trend (AVWT) Replaces noisy Linear Regression with Volume-Weighted Moving Averages (VWMA). Uses statistical Z-Score normalization to mathematically guarantee perfect scaling
What does the indicator show?
- Market Structure & Momentum: Visualizes prevailing trend directions and key reversal zones.
- BUY / SELL Signals: Highlights confirmed entry and exit opportunities based on quantitative rules.
- Dynamic Boundaries: Provides adaptive levels for managing trade risk and reward expectations.
Key Settings
- Source (
source): Controls the calculation period and sensitivity for market detection. - Fast VWMA Length (
len1): Controls the calculation period and sensitivity for market detection. - Slow VWMA Length (
len2): Controls the calculation period and sensitivity for market detection. - Signal EMA Length (
sigLen): Controls the calculation period and sensitivity for market detection. - Normalization Window (
normLen): Controls the calculation period and sensitivity for market detection. - Wave Noise Filter (
useFilter): Controls the calculation period and sensitivity for market detection. - Show Divergences (
showDivs): Controls the calculation period and sensitivity for market detection. - Short Columns: Strong Bull (
ccol11): Controls the calculation period and sensitivity for market detection. - Short Columns: Bull (
ccol12): Controls the calculation period and sensitivity for market detection. - Short Columns: Weak Bull (
ccol13): Controls the calculation period and sensitivity for market detection. - Short Columns: Strong Bear (
ccol21): Controls the calculation period and sensitivity for market detection. - Short Columns: Bear (
ccol22): Controls the calculation period and sensitivity for market detection. - Short Columns: Weak Bear (
ccol23): Controls the calculation period and sensitivity for market detection. - Long Line: Strong Bull (
col11): Controls the calculation period and sensitivity for market detection. - Long Line: Bull (
col12): Controls the calculation period and sensitivity for market detection. - Long Line: Weak Bull (
col13): Controls the calculation period and sensitivity for market detection. - Long Line: Strong Bear (
col21): Controls the calculation period and sensitivity for market detection. - Long Line: Bear (
col22): Controls the calculation period and sensitivity for market detection. - Long Line: Weak Bear (
col23): Controls the calculation period and sensitivity for market detection. - Neutral (
neutral): Controls the calculation period and sensitivity for market detection. - Bullish Divergence (
divBull): Controls the calculation period and sensitivity for market detection. - Bearish Divergence (
divBear): Controls the calculation period and sensitivity for market detection. - Short Trend (
shortTrend): Controls the calculation period and sensitivity for market detection. - Long Trend (
longTrend): Controls the calculation period and sensitivity for market detection. - Bull Div (
bullDiv): Controls the calculation period and sensitivity for market detection. - Bear Div (
bearDiv): Controls the calculation period and sensitivity for market detection. - Short Trend (
shortTrend): Controls the calculation period and sensitivity for market detection. - Long Trend (
longTrend): Controls the calculation period and sensitivity for market detection. - Short Strong Bull (
shortStrongBull): Controls the calculation period and sensitivity for market detection. - Short Bull (
shortBull): Controls the calculation period and sensitivity for market detection. - Short Weak Bull (
shortWeakBull): Controls the calculation period and sensitivity for market detection. - Short Strong Bear (
shortStrongBear): Controls the calculation period and sensitivity for market detection. - Short Bear (
shortBear): Controls the calculation period and sensitivity for market detection. - Short Weak Bear (
shortWeakBear): Controls the calculation period and sensitivity for market detection. - Long Strong Bull (
longStrongBull): Controls the calculation period and sensitivity for market detection. - Long Bull (
longBull): Controls the calculation period and sensitivity for market detection. - Long Weak Bull (
longWeakBull): Controls the calculation period and sensitivity for market detection. - Long Strong Bear (
longStrongBear): Controls the calculation period and sensitivity for market detection. - Long Bear (
longBear): Controls the calculation period and sensitivity for market detection. - Long Weak Bear (
longWeakBear): Controls the calculation period and sensitivity for market detection. - Short Above Zero (
shortAboveZero): Controls the calculation period and sensitivity for market detection. - Short Below Zero (
shortBelowZero): Controls the calculation period and sensitivity for market detection. - Long Above Zero (
longAboveZero): Controls the calculation period and sensitivity for market detection. - Long Below Zero (
longBelowZero): Controls the calculation period and sensitivity for market detection. - Bullish Divergence (
bullDiv): Controls the calculation period and sensitivity for market detection. - Bearish Divergence (
bearDiv): Controls the calculation period and sensitivity for market detection.
How to use Strategy Parameters (Condition Source)
Within the Strategy Tester module, this indicator can be used both as a direct signal source and as a market-state filter.
1. Signal Events
shortStrongBull- Short Strong Bull event signal.shortBull- Short Bull event signal.shortWeakBull- Short Weak Bull event signal.shortStrongBear- Short Strong Bear event signal.shortBear- Short Bear event signal.shortWeakBear- Short Weak Bear event signal.longStrongBull- Long Strong Bull event signal.longBull- Long Bull event signal.longWeakBull- Long Weak Bull event signal.longStrongBear- Long Strong Bear event signal.longBear- Long Bear event signal.longWeakBear- Long Weak Bear event signal.shortAboveZero- Short Above Zero event signal.shortBelowZero- Short Below Zero event signal.longAboveZero- Long Above Zero event signal.longBelowZero- Long Below Zero event signal.bullDiv- Bullish Divergence event signal.bearDiv- Bearish Divergence event signal.
2. Filters and Trade Levels
source- Source value used for structural qualification or thresholds.len1- Fast VWMA Length value used for structural qualification or thresholds.len2- Slow VWMA Length value used for structural qualification or thresholds.sigLen- Signal EMA Length value used for structural qualification or thresholds.normLen- Normalization Window value used for structural qualification or thresholds.useFilter- Wave Noise Filter value used for structural qualification or thresholds.showDivs- Show Divergences value used for structural qualification or thresholds.ccol11- Short Columns: Strong Bull value used for structural qualification or thresholds.ccol12- Short Columns: Bull value used for structural qualification or thresholds.ccol13- Short Columns: Weak Bull value used for structural qualification or thresholds.ccol21- Short Columns: Strong Bear value used for structural qualification or thresholds.ccol22- Short Columns: Bear value used for structural qualification or thresholds.ccol23- Short Columns: Weak Bear value used for structural qualification or thresholds.col11- Long Line: Strong Bull value used for structural qualification or thresholds.col12- Long Line: Bull value used for structural qualification or thresholds.col13- Long Line: Weak Bull value used for structural qualification or thresholds.col21- Long Line: Strong Bear value used for structural qualification or thresholds.col22- Long Line: Bear value used for structural qualification or thresholds.col23- Long Line: Weak Bear value used for structural qualification or thresholds.neutral- Neutral value used for structural qualification or thresholds.divBull- Bullish Divergence value used for structural qualification or thresholds.divBear- Bearish Divergence value used for structural qualification or thresholds.shortTrend- Short Trend value used for structural qualification or thresholds.longTrend- Long Trend value used for structural qualification or thresholds.bullDiv- Bull Div value used for structural qualification or thresholds.bearDiv- Bear Div value used for structural qualification or thresholds.shortTrend- Short Trend value used for structural qualification or thresholds.longTrend- Long Trend value used for structural qualification or thresholds.
Strategy Example: Enter Long when buySignal is true and trendFilter == 1, ensuring trades align with dominant momentum.