DMF Guia de trading
Ultima actualizacion: July 22, 2026
The Dynamic Money Flow es una herramienta cuantitativa de análisis técnico. Dynamic Money Flow (DMF) Ported from legacy klinecharts indicator: old/assets/indicators/dmf.js
¿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 (
period): Controls the calculation period and sensitivity for market detection. - Fast Longitud (
fastLen): Controls the calculation period and sensitivity for market detection. - Slow Longitud (
slowLen): Controls the calculation period and sensitivity for market detection. - DMF (
dmf): Controls the calculation period and sensitivity for market detection. - Fast MA (
fast): Controls the calculation period and sensitivity for market detection. - Slow MA (
slow): Controls the calculation period and sensitivity for market detection. - Fast Cross Up (
fastCrossUp): Controls the calculation period and sensitivity for market detection. - Fast Cross Down (
fastCrossDown): Controls the calculation period and sensitivity for market detection. - Above Zero (
aboveZero): Controls the calculation period and sensitivity for market detection. - Below Zero (
belowZero): Controls the calculation period and sensitivity for market detection. - DMF Fast Up (
dmfFastUp): Controls the calculation period and sensitivity for market detection. - DMF Slow Up (
dmfSlowUp): Controls the calculation period and sensitivity for market detection. - DMF Slow Down (
dmfSlowDown): Controls the calculation period and sensitivity for market detection. - DMF Fast Down (
dmfFastDown): Controls the calculation period and sensitivity for market detection. - Fill Up (Fast > Slow) (
fillUp): Controls the calculation period and sensitivity for market detection. - Fill Down (Fast < Slow) (
fillDown): Controls the calculation period and sensitivity for market detection. - Background Fill (
bgFill): Controls the calculation period and sensitivity for market detection. - Zero Line (
zeroLine): Controls the calculation period and sensitivity for market detection. - DMF (
dmf): Controls the calculation period and sensitivity for market detection. - Fast MA (
fast): Controls the calculation period and sensitivity for market detection. - Slow MA (
slow): Controls the calculation period and sensitivity for market detection. - Fast crosses above Slow (
fastCrossUp): Controls the calculation period and sensitivity for market detection. - Fast crosses below Slow (
fastCrossDown): Controls the calculation period and sensitivity for market detection. - DMF Above 0 (
aboveZero): Controls the calculation period and sensitivity for market detection. - DMF Below 0 (
belowZero): 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
fastCrossUp- Fast crosses above Slow event signal.fastCrossDown- Fast crosses below Slow event signal.aboveZero- DMF Above 0 event signal.belowZero- DMF Below 0 event signal.
2. Filtros y niveles de trading
period- Período value used for structural qualification or thresholds.fastLen- Fast Longitud value used for structural qualification or thresholds.slowLen- Slow Longitud value used for structural qualification or thresholds.dmf- DMF value used for structural qualification or thresholds.fast- Fast MA value used for structural qualification or thresholds.slow- Slow MA value used for structural qualification or thresholds.fastCrossUp- Fast Cross Up value used for structural qualification or thresholds.fastCrossDown- Fast Cross Down value used for structural qualification or thresholds.aboveZero- Above Zero value used for structural qualification or thresholds.belowZero- Below Zero value used for structural qualification or thresholds.dmfFastUp- DMF Fast Up value used for structural qualification or thresholds.dmfSlowUp- DMF Slow Up value used for structural qualification or thresholds.dmfSlowDown- DMF Slow Down value used for structural qualification or thresholds.dmfFastDown- DMF Fast Down value used for structural qualification or thresholds.fillUp- Fill Up (Fast > Slow) value used for structural qualification or thresholds.fillDown- Fill Down (Fast < Slow) value used for structural qualification or thresholds.bgFill- Background Fill value used for structural qualification or thresholds.zeroLine- Zero Line value used for structural qualification or thresholds.dmf- DMF value used for structural qualification or thresholds.fast- Fast MA value used for structural qualification or thresholds.slow- Slow MA 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.