QUANTUM MONEY FLOW RIBBON Trading Guide
Last updated: July 22, 2026
The Quantum Money Flow Ribbon is a quantitative technical analysis tool. quantum_money_flow_ribbon.js Reimagines Money Flow as a volumetric "Quantum Cloud". Uses multi-bandwidth Gaussian kernels to filter noisy capital flows.
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
- Lookback Period (
period): Controls the calculation period and sensitivity for market detection. - Fast Smooth (
h1): Controls the calculation period and sensitivity for market detection. - Medium Smooth (
h2): Controls the calculation period and sensitivity for market detection. - Slow Smooth (
h3): Controls the calculation period and sensitivity for market detection. - Whale Glow (
glow): Controls the calculation period and sensitivity for market detection. - Scale Factor (
scale): Controls the calculation period and sensitivity for market detection. - Fast Flow (
f1): Controls the calculation period and sensitivity for market detection. - Cloud Dist % (
cloudDistPct): Controls the calculation period and sensitivity for market detection. - Volume Heat (
intensity): Controls the calculation period and sensitivity for market detection. - Medium Flow (
f2): Controls the calculation period and sensitivity for market detection. - Slow Flow (
f3): Controls the calculation period and sensitivity for market detection. - Money Flow (Fast) (
f1): Controls the calculation period and sensitivity for market detection. - Cloud Distance % (
cloudDistPct): Controls the calculation period and sensitivity for market detection. - Cloud Above Line (
isCloudAbove): Controls the calculation period and sensitivity for market detection. - Cloud Below Line (
isCloudBelow): Controls the calculation period and sensitivity for market detection. - Whale Flow (
isWhale): 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
isCloudAbove- Cloud Above Line event signal.isCloudBelow- Cloud Below Line event signal.isWhale- Whale Flow event signal.
2. Filters and Trade Levels
period- Lookback Period value used for structural qualification or thresholds.h1- Fast Smooth value used for structural qualification or thresholds.h2- Medium Smooth value used for structural qualification or thresholds.h3- Slow Smooth value used for structural qualification or thresholds.glow- Whale Glow value used for structural qualification or thresholds.scale- Scale Factor value used for structural qualification or thresholds.f1- Fast Flow value used for structural qualification or thresholds.cloudDistPct- Cloud Dist % value used for structural qualification or thresholds.intensity- Volume Heat value used for structural qualification or thresholds.f2- Medium Flow value used for structural qualification or thresholds.f3- Slow Flow value used for structural qualification or thresholds.f1- Money Flow (Fast) value used for structural qualification or thresholds.cloudDistPct- Cloud Distance % value used for structural qualification or thresholds.
Strategy Example: Enter Long when buySignal is true and trendFilter == 1, ensuring trades align with dominant momentum.