QUANTUM MONEY FLOW RIBBON Guia de trading
Ultima actualizacion: July 22, 2026
The Quantum Money Flow Ribbon es una herramienta cuantitativa de análisis técnico. quantum_money_flow_ribbon.js Reimagines Money Flow as a volumetric "Quantum Cloud". Uses multi-bandwidth Gaussian kernels to filter noisy capital flows.
¿Qué muestra el indicador?
- Estructura del mercado e impulso: Visualiza la dirección de la tendencia dominante y zonas clave de reversión.
- Señales COMPRA / VENTA: Muestra puntos de entrada y salida confirmados según reglas cuantitativas.
- Límites dinámicos: Proporciona niveles adaptativos para gestionar el riesgo y beneficio de las operaciones.
Ajustes clave
- Período de análisis (
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.
Cómo usar los parámetros de estrategia (Condition Source)
Dentro del módulo Strategy Tester, este indicador se puede utilizar tanto como fuente directa de señales como filtro del estado del mercado.
1. Eventos de señal
isCloudAbove- Cloud Above Line event signal.isCloudBelow- Cloud Below Line event signal.isWhale- Whale Flow event signal.
2. Filtros y niveles de trading
period- Período de análisis 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.
Ejemplo de estrategia: Entrar en Long cuando buySignal es true y trendFilter == 1, asegurando que las operaciones se alineen con el impulso principal.