DMF Гайд по трейдингу
Обновлено: July 22, 2026
The Dynamic Money Flow — это квантитативный инструмент технического анализа. Dynamic Money Flow (DMF) Ported from legacy klinecharts indicator: old/assets/indicators/dmf.js
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Период (
period): Controls the calculation period and sensitivity for market detection. - Fast Длина (
fastLen): Controls the calculation period and sensitivity for market detection. - Slow Длина (
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.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
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. Фильтры и торговые уровни
period- Период value used for structural qualification or thresholds.fastLen- Fast Длина value used for structural qualification or thresholds.slowLen- Slow Длина 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.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.