TREND, MOVING AVERAGES & STRUCTURE
Fibonacci pivots
Support and resistance levels spaced by Fibonacci fractions of yesterday's range — a popular alternative to the classic pivots.
spec id: fib_pivotoutputs: pp · r1 · s1 · r2 · s2 · r3 · s3
What does Fibonacci pivots measure?
Support and resistance levels spaced by Fibonacci fractions of yesterday's range — a popular alternative to the classic pivots.
How is Fibonacci pivots calculated?
Average yesterday's high, low and close to get `pp`. Then step above and below it by 38.2%, 61.8% and 100% of yesterday's high-to-low range to get r1-r3 and s1-s3. Uses only the PREVIOUS 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 pivots in a bot?
In the builder, add an indicator of type fib_pivot. Its output series — pp, r1, s1, r2, s2, r3, s3 — 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
- Fibonacci WMAA moving average whose weights follow the Fibonacci numbers — a gentler tilt toward recent prices than a straight linear weighting.
- Gator oscillatorA picture of how far apart the three Alligator lines are.
- Geometric MAAn average price that treats percentage moves fairly, so one huge spike distorts it less than it would a normal average.
- Heikin-AshiRedrawn candles that filter out the noise, so a trend shows as an unbroken run of same-coloured bars instead of a jumble.
Or browse all 158 indicators in the full library.