LIQUIDITY FINDER V2 Trading Guide
Last updated: July 22, 2026
The Liquidity Finder V2 is a quantitative technical analysis tool. Liquidity Finder (Liquidity Detection) Ported from Pine Script (chartbox90) into CUSTOM_INDICATORS architecture. Performance Modifications:
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
- Statics Sensitivity (
SLLS): Controls the calculation period and sensitivity for market detection. - Dynamics Sensitivity (
DLLS): Controls the calculation period and sensitivity for market detection. - Statics Pivot Period (
SPP): Controls the calculation period and sensitivity for market detection. - Dynamics Pivot Period (
DPP): Controls the calculation period and sensitivity for market detection. - Show Static Top Liq (
ShowSHLL): Controls the calculation period and sensitivity for market detection. - Show Static Bottom Liq (
ShowSLLL): Controls the calculation period and sensitivity for market detection. - Show Dynamic Top Liq (
ShowDHLL): Controls the calculation period and sensitivity for market detection. - Show Dynamic Bottom Liq (
ShowDLLL): Controls the calculation period and sensitivity for market detection. - Show Worked Liquidity (
showWorked): Controls the calculation period and sensitivity for market detection. - Max Levels (
MaxLevels): Controls the calculation period and sensitivity for market detection. - Visibility Horizon (
VisHorizon): Controls the calculation period and sensitivity for market detection. - Unworked Liquidity Above (count) (
unworkedAbove): Controls the calculation period and sensitivity for market detection. - Unworked Liquidity Below (count) (
unworkedBelow): Controls the calculation period and sensitivity for market detection. - Distance to Nearest Liquidity % (
distToNearestLiquidityPct): Controls the calculation period and sensitivity for market detection. - Distance to Nearest Above % (
distToNearestAbovePct): Controls the calculation period and sensitivity for market detection. - Distance to Nearest Below % (
distToNearestBelowPct): Controls the calculation period and sensitivity for market detection. - Worked Liquidity Above (count) (
workedAbove): Controls the calculation period and sensitivity for market detection. - Worked Liquidity Below (count) (
workedBelow): Controls the calculation period and sensitivity for market detection. - Label Background (
labelBg): Controls the calculation period and sensitivity for market detection. - Label Text (Top) (
labelTextTop): Controls the calculation period and sensitivity for market detection. - Label Text (Bottom) (
labelTextBot): Controls the calculation period and sensitivity for market detection. - Label Text (Worked) (
labelTextSwept): Controls the calculation period and sensitivity for market detection. - Unworked Liquidity Above (count) (
unworkedAbove): Controls the calculation period and sensitivity for market detection. - Unworked Liquidity Below (count) (
unworkedBelow): Controls the calculation period and sensitivity for market detection. - Distance to Nearest Liquidity % (
distToNearestLiquidityPct): Controls the calculation period and sensitivity for market detection. - Distance to Nearest Above % (
distToNearestAbovePct): Controls the calculation period and sensitivity for market detection. - Distance to Nearest Below % (
distToNearestBelowPct): Controls the calculation period and sensitivity for market detection. - Top Liquidity Worked (this bar) (
sweptTop): Controls the calculation period and sensitivity for market detection. - Bottom Liquidity Worked (this bar) (
sweptBottom): 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
sweptTop- Top Liquidity Worked (this bar) event signal.sweptBottom- Bottom Liquidity Worked (this bar) event signal.
2. Filters and Trade Levels
SLLS- Statics Sensitivity value used for structural qualification or thresholds.DLLS- Dynamics Sensitivity value used for structural qualification or thresholds.SPP- Statics Pivot Period value used for structural qualification or thresholds.DPP- Dynamics Pivot Period value used for structural qualification or thresholds.ShowSHLL- Show Static Top Liq value used for structural qualification or thresholds.ShowSLLL- Show Static Bottom Liq value used for structural qualification or thresholds.ShowDHLL- Show Dynamic Top Liq value used for structural qualification or thresholds.ShowDLLL- Show Dynamic Bottom Liq value used for structural qualification or thresholds.showWorked- Show Worked Liquidity value used for structural qualification or thresholds.MaxLevels- Max Levels value used for structural qualification or thresholds.VisHorizon- Visibility Horizon value used for structural qualification or thresholds.unworkedAbove- Unworked Liquidity Above (count) value used for structural qualification or thresholds.unworkedBelow- Unworked Liquidity Below (count) value used for structural qualification or thresholds.distToNearestLiquidityPct- Distance to Nearest Liquidity % value used for structural qualification or thresholds.distToNearestAbovePct- Distance to Nearest Above % value used for structural qualification or thresholds.distToNearestBelowPct- Distance to Nearest Below % value used for structural qualification or thresholds.workedAbove- Worked Liquidity Above (count) value used for structural qualification or thresholds.workedBelow- Worked Liquidity Below (count) value used for structural qualification or thresholds.labelBg- Label Background value used for structural qualification or thresholds.labelTextTop- Label Text (Top) value used for structural qualification or thresholds.labelTextBot- Label Text (Bottom) value used for structural qualification or thresholds.labelTextSwept- Label Text (Worked) value used for structural qualification or thresholds.unworkedAbove- Unworked Liquidity Above (count) value used for structural qualification or thresholds.unworkedBelow- Unworked Liquidity Below (count) value used for structural qualification or thresholds.distToNearestLiquidityPct- Distance to Nearest Liquidity % value used for structural qualification or thresholds.distToNearestAbovePct- Distance to Nearest Above % value used for structural qualification or thresholds.distToNearestBelowPct- Distance to Nearest Below % value used for structural qualification or thresholds.
Strategy Example: Enter Long when buySignal is true and trendFilter == 1, ensuring trades align with dominant momentum.