Node reference
MFI — Money Flow Index
Volume-weighted, RSI-like oscillator, 0–100.
Rev. 2026.06
MFIindicator
No inputsOutputsMFI
MFI
main · number
Configure
- period
- — Lookback length, in bars
- default 14
- range 1–500
What it does
Like RSI but weighted by volume — momentum that accounts for how much traded.
What happens
Recomputed once per candle from its wired source, incrementally (constant work per bar). It emits no value until the warmup period has passed; after that it produces a value every bar.
When to use
Overbought/oversold with volume confirmation (>80 / <20).
Gotchas
- Needs real volume — meaningless on zero-volume data.