TREND, MOVING AVERAGES & STRUCTURE

Fibonacci WMA

A moving average whose weights follow the Fibonacci numbers — a gentler tilt toward recent prices than a straight linear weighting.

spec id: fwmalength (default 10)

What does Fibonacci WMA measure?

A moving average whose weights follow the Fibonacci numbers — a gentler tilt toward recent prices than a straight linear weighting.

How is Fibonacci WMA calculated?

Average the last 10 closes, weighting them 1, 1, 2, 3, 5, 8 and so on, with the biggest weight on the newest candle.

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 Fibonacci WMA in a bot?

In the builder, add an indicator of type fwma (parameters: length, default 10). 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

Or browse all 158 indicators in the full library.

Build a bot that trades on Fibonacci WMA — the first backtest is free.

Run a free backtest