QUANTUM MONEY FLOW RIBBON Гайд по трейдингу
Обновлено: July 22, 2026
The Quantum Money Flow Ribbon — это квантитативный инструмент технического анализа. quantum_money_flow_ribbon.js Reimagines Money Flow as a volumetric "Quantum Cloud". Uses multi-bandwidth Gaussian kernels to filter noisy capital flows.
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Период анализа (
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.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
isCloudAbove- Cloud Above Line event signal.isCloudBelow- Cloud Below Line event signal.isWhale- Whale Flow event signal.
2. Фильтры и торговые уровни
period- Период анализа 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.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.