TITAN MFI Гайд по трейдингу
Обновлено: July 22, 2026
The Titan MFI — это квантитативный инструмент технического анализа. TITAN_MFI Ported from legacy klinecharts indicator: old/assets/indicators/titan_mfi.js Titan AI: Smart MFI Oscillator
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Channel Длина (
n1): Controls the calculation period and sensitivity for market detection. - Average Длина (
n2): Controls the calculation period and sensitivity for market detection. - Перекупленность (
ob): Controls the calculation period and sensitivity for market detection. - Перепроданность (
os): Controls the calculation period and sensitivity for market detection. - Whale Factor (
whale): Controls the calculation period and sensitivity for market detection. - Show Divergences (
showDiv): Controls the calculation period and sensitivity for market detection. - Pivot Lookback (
piv): Controls the calculation period and sensitivity for market detection. - Ribbon Bull (
ribbonBull): Controls the calculation period and sensitivity for market detection. - Ribbon Bear (
ribbonBear): Controls the calculation period and sensitivity for market detection. - Line Bull (
bullLine): Controls the calculation period and sensitivity for market detection. - Line Bear (
bearLine): Controls the calculation period and sensitivity for market detection. - Перекупленность Line (
obLine): Controls the calculation period and sensitivity for market detection. - Перепроданность Line (
osLine): Controls the calculation period and sensitivity for market detection. - BB Bands (
band): Controls the calculation period and sensitivity for market detection. - Money Flow Buy (
mfPos): Controls the calculation period and sensitivity for market detection. - Money Flow Sell (
mfNeg): Controls the calculation period and sensitivity for market detection. - Whale Volume (
whale): Controls the calculation period and sensitivity for market detection. - Divergence Line (
divLine): Controls the calculation period and sensitivity for market detection. - OB Block (
blockOB): Controls the calculation period and sensitivity for market detection. - OS Block (
blockOS): Controls the calculation period and sensitivity for market detection. - Peak Top Dot (
peakTop): Controls the calculation period and sensitivity for market detection. - Peak Bottom Dot (
peakBot): Controls the calculation period and sensitivity for market detection. - WT1 (
wt1): Controls the calculation period and sensitivity for market detection. - WT2 (
wt2): Controls the calculation period and sensitivity for market detection. - BB Upper (
bbUp): Controls the calculation period and sensitivity for market detection. - BB Lower (
bbLow): Controls the calculation period and sensitivity for market detection. - Money Flow (
mf): Controls the calculation period and sensitivity for market detection. - WT1 (
wt1): Controls the calculation period and sensitivity for market detection. - WT2 (
wt2): Controls the calculation period and sensitivity for market detection. - WT1 - WT2 (
diff): Controls the calculation period and sensitivity for market detection. - WT1 % BB (
wt1PercBB): Controls the calculation period and sensitivity for market detection. - Money Flow (
mf): Controls the calculation period and sensitivity for market detection. - BB Upper (
bbUp): Controls the calculation period and sensitivity for market detection. - BB Lower (
bbLow): Controls the calculation period and sensitivity for market detection. - WT2 Prev (
wt2Prev): Controls the calculation period and sensitivity for market detection. - WT2 Delta (
wt2Delta): Controls the calculation period and sensitivity for market detection. - Whale Volume (
isWhale): Controls the calculation period and sensitivity for market detection. - Peak Top (
peakTop): Controls the calculation period and sensitivity for market detection. - Peak Bottom (
peakBot): Controls the calculation period and sensitivity for market detection. - Бычий Divergence (
bullDiv): Controls the calculation period and sensitivity for market detection. - Медвежий Divergence (
bearDiv): Controls the calculation period and sensitivity for market detection. - OB Block (
obBlock): Controls the calculation period and sensitivity for market detection. - OS Block (
osBlock): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
isWhale- Whale Volume event signal.peakTop- Peak Top event signal.peakBot- Peak Bottom event signal.bullDiv- Бычий Divergence event signal.bearDiv- Медвежий Divergence event signal.obBlock- OB Block event signal.osBlock- OS Block event signal.
2. Фильтры и торговые уровни
n1- Channel Длина value used for structural qualification or thresholds.n2- Average Длина value used for structural qualification or thresholds.ob- Перекупленность value used for structural qualification or thresholds.os- Перепроданность value used for structural qualification or thresholds.whale- Whale Factor value used for structural qualification or thresholds.showDiv- Show Divergences value used for structural qualification or thresholds.piv- Pivot Lookback value used for structural qualification or thresholds.wt1- WT1 value used for structural qualification or thresholds.wt2- WT2 value used for structural qualification or thresholds.bbUp- BB Upper value used for structural qualification or thresholds.bbLow- BB Lower value used for structural qualification or thresholds.mf- Money Flow value used for structural qualification or thresholds.wt1- WT1 value used for structural qualification or thresholds.wt2- WT2 value used for structural qualification or thresholds.diff- WT1 - WT2 value used for structural qualification or thresholds.wt1PercBB- WT1 % BB value used for structural qualification or thresholds.mf- Money Flow value used for structural qualification or thresholds.bbUp- BB Upper value used for structural qualification or thresholds.bbLow- BB Lower value used for structural qualification or thresholds.wt2Prev- WT2 Prev value used for structural qualification or thresholds.wt2Delta- WT2 Delta value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.