MFI MTF ALERTS Гайд по трейдингу
Обновлено: July 22, 2026
The Money Flow Index MTF + Alerts — это квантитативный инструмент технического анализа. Money Flow Index MTF + Alerts (converted from Pine Script)
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Длина (
length): Controls the calculation period and sensitivity for market detection. - Перепроданность (
os): Controls the calculation period and sensitivity for market detection. - Перекупленность (
ob): Controls the calculation period and sensitivity for market detection. - EMA Длина (
emaДлина): Controls the calculation period and sensitivity for market detection. - MFI (
mfi): Controls the calculation period and sensitivity for market detection. - EMA (
ema): Controls the calculation period and sensitivity for market detection. - OS Cross (
oversold_cross): Controls the calculation period and sensitivity for market detection. - OB Cross (
overbought_cross): Controls the calculation period and sensitivity for market detection. - MFI (
mfi): Controls the calculation period and sensitivity for market detection. - EMA (
ema): Controls the calculation period and sensitivity for market detection. - Перепроданность Cross (
oversold_cross): Controls the calculation period and sensitivity for market detection. - Перекупленность Cross (
overbought_cross): Controls the calculation period and sensitivity for market detection. - Is Перепроданность (
is_oversold): Controls the calculation period and sensitivity for market detection. - Is Перекупленность (
is_overbought): Controls the calculation period and sensitivity for market detection. - Last Cross Was Перепроданность (
is_oversold_cross_last): Controls the calculation period and sensitivity for market detection. - Last Cross Was Перекупленность (
is_overbought_cross_last): Controls the calculation period and sensitivity for market detection. - MFI Line (
mfi): Controls the calculation period and sensitivity for market detection. - EMA Line (
ema): Controls the calculation period and sensitivity for market detection. - Перепроданность Cross Marker (
oversold_cross): Controls the calculation period and sensitivity for market detection. - Перекупленность Cross Marker (
overbought_cross): Controls the calculation period and sensitivity for market detection. - Uptrend Zone (60-80) (
uptrend_zone): Controls the calculation period and sensitivity for market detection. - Transition Zone (40-60) (
transition_zone): Controls the calculation period and sensitivity for market detection. - Downtrend Zone (20-40) (
downtrend_zone): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
oversold_cross- Перепроданность Cross event signal.overbought_cross- Перекупленность Cross event signal.is_oversold- Is Перепроданность event signal.is_overbought- Is Перекупленность event signal.is_oversold_cross_last- Last Cross Was Перепроданность event signal.is_overbought_cross_last- Last Cross Was Перекупленность event signal.
2. Фильтры и торговые уровни
length- Длина value used for structural qualification or thresholds.os- Перепроданность value used for structural qualification or thresholds.ob- Перекупленность value used for structural qualification or thresholds.emaДлина- EMA Длина value used for structural qualification or thresholds.mfi- MFI value used for structural qualification or thresholds.ema- EMA value used for structural qualification or thresholds.oversold_cross- OS Cross value used for structural qualification or thresholds.overbought_cross- OB Cross value used for structural qualification or thresholds.mfi- MFI value used for structural qualification or thresholds.ema- EMA value used for structural qualification or thresholds.mfi- MFI Line value used for structural qualification or thresholds.ema- EMA Line value used for structural qualification or thresholds.oversold_cross- Перепроданность Cross Marker value used for structural qualification or thresholds.overbought_cross- Перекупленность Cross Marker value used for structural qualification or thresholds.uptrend_zone- Uptrend Zone (60-80) value used for structural qualification or thresholds.transition_zone- Transition Zone (40-60) value used for structural qualification or thresholds.downtrend_zone- Downtrend Zone (20-40) value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.