MOMENTUM & OSCILLATORS

Fisher transform

A transform that turns gentle price waves into sharp peaks and troughs, so turning points are easier to see and easier to rule on.

spec id: fisheroutputs: fisher · triggerlength (default 9)

What does Fisher transform measure?

A transform that turns gentle price waves into sharp peaks and troughs, so turning points are easier to see and easier to rule on.

How is Fisher transform calculated?

Find where each candle's midpoint sits inside the highest-to-lowest range of the last 9 candles, smooth that, then push it through a mathematical stretch that exaggerates the extremes. `trigger` is the same line delayed by one candle, so a crossing marks the turn.

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 Fisher transform in a bot?

In the builder, add an indicator of type fisher (parameters: length, default 9). Its output series — fisher, trigger — become operands 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

Or browse all 158 indicators in the full library.

Build a bot that trades on Fisher transform — the first backtest is free.

Run a free backtest