QUANTUM FLOW V2 Гайд по трейдингу
Обновлено: July 22, 2026
The Quantum Flow — это квантитативный инструмент технического анализа. QUANTUM_FLOW Optimized to Golden Standard. Improvements:
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Flow Smooth Длина (
flowLen): Controls the calculation period and sensitivity for market detection. - Volume Baseline (
volLen): Controls the calculation period and sensitivity for market detection. - Vacuum Move Size (x ATR) (
moveThresh): Controls the calculation period and sensitivity for market detection. - Vacuum Vol Limit (x Avg) (
volFloor): Controls the calculation period and sensitivity for market detection. - Show Signal Line (
showSignal): Controls the calculation period and sensitivity for market detection. - Scale Множитель (
scaleMult): Controls the calculation period and sensitivity for market detection. - Normalization Lookback (
normLookback): Controls the calculation period and sensitivity for market detection. - Show QFO EMA (
showQfoEma): Controls the calculation period and sensitivity for market detection. - QFO EMA Длина (
qfoEmaLen): Controls the calculation period and sensitivity for market detection. - Quantum Flow (
qfo): Controls the calculation period and sensitivity for market detection. - Signal (
signal): Controls the calculation period and sensitivity for market detection. - QFO EMA (
qfoEma): Controls the calculation period and sensitivity for market detection. - QFO Line (
qfo): Controls the calculation period and sensitivity for market detection. - Signal Line (
signal): Controls the calculation period and sensitivity for market detection. - QFO EMA (
qfoEma): Controls the calculation period and sensitivity for market detection. - QFO Light Green (
isQfoLightGreen): Controls the calculation period and sensitivity for market detection. - QFO Dark Green (
isQfoDarkGreen): Controls the calculation period and sensitivity for market detection. - QFO Light Red (
isQfoLightRed): Controls the calculation period and sensitivity for market detection. - QFO Dark Red (
isQfoDarkRed): Controls the calculation period and sensitivity for market detection. - Vacuum Reversal (
vacuumReversalSignal): Controls the calculation period and sensitivity for market detection. - Trend Start (
trendStart): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
isQfoLightGreen- QFO Light Green event signal.isQfoDarkGreen- QFO Dark Green event signal.isQfoLightRed- QFO Light Red event signal.isQfoDarkRed- QFO Dark Red event signal.vacuumReversalSignal- Vacuum Reversal event signal.trendStart- Trend Start event signal.
2. Фильтры и торговые уровни
flowLen- Flow Smooth Длина value used for structural qualification or thresholds.volLen- Volume Baseline value used for structural qualification or thresholds.moveThresh- Vacuum Move Size (x ATR) value used for structural qualification or thresholds.volFloor- Vacuum Vol Limit (x Avg) value used for structural qualification or thresholds.showSignal- Show Signal Line value used for structural qualification or thresholds.scaleMult- Scale Множитель value used for structural qualification or thresholds.normLookback- Normalization Lookback value used for structural qualification or thresholds.showQfoEma- Show QFO EMA value used for structural qualification or thresholds.qfoEmaLen- QFO EMA Длина value used for structural qualification or thresholds.qfo- Quantum Flow value used for structural qualification or thresholds.signal- Signal value used for structural qualification or thresholds.qfoEma- QFO EMA value used for structural qualification or thresholds.qfo- QFO Line value used for structural qualification or thresholds.signal- Signal Line value used for structural qualification or thresholds.qfoEma- QFO EMA value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.