LIQUID MONEY FLOW Гайд по трейдингу
Обновлено: July 22, 2026
The Liquid Money Flow — это квантитативный инструмент технического анализа. liquid_money_flow.js A stable, non-jerky Money Flow oscillator bounded to -100 to 100. Uses Vortex-style accumulation and Ehlers SuperSmoother for high-fidelity noise reduction.
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Accumulation Период (
period): Controls the calculation period and sensitivity for market detection. - Fast Smooth (Liquid) (
fastCutoff): Controls the calculation period and sensitivity for market detection. - Slow Smooth (Cloud) (
slowCutoff): Controls the calculation period and sensitivity for market detection. - Чувствительность (
multiplier): Controls the calculation period and sensitivity for market detection. - Liquid Flow (
main): Controls the calculation period and sensitivity for market detection. - Signal (
signal): Controls the calculation period and sensitivity for market detection. - Pressure (
diff): Controls the calculation period and sensitivity for market detection. - Zero Line (
zero_line): Controls the calculation period and sensitivity for market detection. - Flow Value (Main) (
main): Controls the calculation period and sensitivity for market detection. - Signal Line (
signal): Controls the calculation period and sensitivity for market detection. - Pressure (
diff): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
buySignal- Срабатывает, когда a bullish market condition is confirmed.sellSignal- Срабатывает, когда a bearish market condition is confirmed.signalDir- Outputs1for bullish,-1for bearish, and0when neutral.
2. Фильтры и торговые уровни
period- Accumulation Период value used for structural qualification or thresholds.fastCutoff- Fast Smooth (Liquid) value used for structural qualification or thresholds.slowCutoff- Slow Smooth (Cloud) value used for structural qualification or thresholds.multiplier- Чувствительность value used for structural qualification or thresholds.main- Liquid Flow value used for structural qualification or thresholds.signal- Signal value used for structural qualification or thresholds.diff- Pressure value used for structural qualification or thresholds.zero_line- Zero Line value used for structural qualification or thresholds.main- Flow Value (Main) value used for structural qualification or thresholds.signal- Signal Line value used for structural qualification or thresholds.diff- Pressure value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.