MOMENTUM & OSCILLATORS
Inverse Fisher RSI
RSI squeezed into a crisp −1 to +1 signal.
spec id: ift_rsilength (default 14)
What does Inverse Fisher RSI measure?
RSI squeezed into a crisp −1 to +1 signal. It spends most of its time pinned near the extremes, which makes crossings easy to rule on.
How is Inverse Fisher RSI calculated?
Take the 14-candle RSI, re-centre it on 50, and push it through a squashing curve that flattens the middle and sharpens the ends.
Written by reading the engine’s real computation, not a textbook — where the two differ, the page describes what actually runs.
How do I use Inverse Fisher RSI in a bot?
In the builder, add an indicator of type ift_rsi (parameters: length, default 14). Its value becomes an operand you can compare in any entry or exit rule. The engine grades the whole rule honestly: real fills, no look-ahead, half the history held back.
Related indicators
- KDJA stochastic with a third, exaggerated line.
- Know sure thingA long-horizon momentum curve that blends four different look-backs, so it is slow to be fooled by a single fast move.
- Laguerre RSIAn ultra-smooth 0-to-1 momentum gauge that barely lags.
- MACDA momentum gauge that shows when a trend is speeding up or running out of steam.
Or browse all 158 indicators in the full library.