TITAN MFI Trading Guide
Last updated: July 22, 2026
The Titan MFI is a quantitative technical analysis tool. TITAN_MFI Ported from legacy klinecharts indicator: old/assets/indicators/titan_mfi.js Titan AI: Smart MFI Oscillator
What does the indicator show?
- Market Structure & Momentum: Visualizes prevailing trend directions and key reversal zones.
- BUY / SELL Signals: Highlights confirmed entry and exit opportunities based on quantitative rules.
- Dynamic Boundaries: Provides adaptive levels for managing trade risk and reward expectations.
Key Settings
- Channel Length (
n1): Controls the calculation period and sensitivity for market detection. - Average Length (
n2): Controls the calculation period and sensitivity for market detection. - Overbought (
ob): Controls the calculation period and sensitivity for market detection. - Oversold (
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. - Overbought Line (
obLine): Controls the calculation period and sensitivity for market detection. - Oversold 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. - Bullish Divergence (
bullDiv): Controls the calculation period and sensitivity for market detection. - Bearish 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.
How to use Strategy Parameters (Condition Source)
Within the Strategy Tester module, this indicator can be used both as a direct signal source and as a market-state filter.
1. Signal Events
isWhale- Whale Volume event signal.peakTop- Peak Top event signal.peakBot- Peak Bottom event signal.bullDiv- Bullish Divergence event signal.bearDiv- Bearish Divergence event signal.obBlock- OB Block event signal.osBlock- OS Block event signal.
2. Filters and Trade Levels
n1- Channel Length value used for structural qualification or thresholds.n2- Average Length value used for structural qualification or thresholds.ob- Overbought value used for structural qualification or thresholds.os- Oversold 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.
Strategy Example: Enter Long when buySignal is true and trendFilter == 1, ensuring trades align with dominant momentum.