LIQUID MONEY FLOW Trading Guide
Last updated: July 22, 2026
The Liquid Money Flow is a quantitative technical analysis tool. liquid_money_flow.js A stable, non-jerky Money Flow oscillator bounded to -100 to 100. Uses Vortex-style accumulation and Ehlers SuperSmoother for high-fidelity noise reduction.
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
- Accumulation Period (
period): Controls the calculation period and sensitivity for market detection. - Fast Smooth (Liquid) (
fastCutoff): Controls the calculation period and sensitivity for market detection. - Slow Smooth (Cloud) (
slowCutoff): Controls the calculation period and sensitivity for market detection. - Sensitivity (
multiplier): Controls the calculation period and sensitivity for market detection. - Liquid Flow (
main): Controls the calculation period and sensitivity for market detection. - Signal (
signal): Controls the calculation period and sensitivity for market detection. - Pressure (
diff): Controls the calculation period and sensitivity for market detection. - Zero Line (
zero_line): Controls the calculation period and sensitivity for market detection. - Flow Value (Main) (
main): Controls the calculation period and sensitivity for market detection. - Signal Line (
signal): Controls the calculation period and sensitivity for market detection. - Pressure (
diff): 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
buySignal- Fires when a bullish market condition is confirmed.sellSignal- Fires when a bearish market condition is confirmed.signalDir- Outputs1for bullish,-1for bearish, and0when neutral.
2. Filters and Trade Levels
period- Accumulation Period value used for structural qualification or thresholds.fastCutoff- Fast Smooth (Liquid) value used for structural qualification or thresholds.slowCutoff- Slow Smooth (Cloud) value used for structural qualification or thresholds.multiplier- Sensitivity value used for structural qualification or thresholds.main- Liquid Flow value used for structural qualification or thresholds.signal- Signal value used for structural qualification or thresholds.diff- Pressure value used for structural qualification or thresholds.zero_line- Zero Line value used for structural qualification or thresholds.main- Flow Value (Main) value used for structural qualification or thresholds.signal- Signal Line value used for structural qualification or thresholds.diff- Pressure value used for structural qualification or thresholds.
Strategy Example: Enter Long when buySignal is true and trendFilter == 1, ensuring trades align with dominant momentum.