DMF Guia de trading
Ultima atualizacao: July 22, 2026
The Dynamic Money Flow é uma ferramenta quantitativa de análise técnica. Dynamic Money Flow (DMF) Ported from legacy klinecharts indicator: old/assets/indicators/dmf.js
O que o indicador mostra?
- Estrutura de mercado e momento: Visualiza direções de tendência predominantes e zonas de reversão chave.
- Sinais COMPRA / VENDA: Destaca oportunidades de entrada e saída confirmadas com base em regras quantitativas.
- Limites dinâmicos: Fornece níveis adaptativos para gerenciar risco e metas de negociação.
Configurações principais
- Período (
period): Controls the calculation period and sensitivity for market detection. - Fast Comprimento (
fastLen): Controls the calculation period and sensitivity for market detection. - Slow Comprimento (
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.
Como usar parâmetros de estratégia (Condition Source)
No módulo Strategy Tester, este indicador pode ser usado tanto como fonte direta de sinal quanto como filtro de estado de mercado.
1. Eventos de sinal
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 e níveis de negociação
period- Período value used for structural qualification or thresholds.fastLen- Fast Comprimento value used for structural qualification or thresholds.slowLen- Slow Comprimento 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.
Exemplo de estratégia: Entrar em Long quando buySignal for true e trendFilter == 1, garantindo alinhamento com a tendência principal.