CATEGORY

Fibonacci nodes

4 Fibonacci building blocks in the Algovex node library. Each is a node you can drop on the visual canvas, connect into a strategy, backtest and export. No code required.

  • Fibonacci Extension

    Fibonacci extension projection tool. Anchors are wired or manually set — calculator does NOT auto-detect swings. Wire fromTrigger/toTrigger from any boolean signals (swing detection, BOS, custom logic) to define the impulse leg, or set manualStartPrice/manualEndPrice for static config. Projects one clean ladder of extension targets (1.272, 1.618, 2.0, 2.618 etc.) beyond the leg end. Convention: ratio=1.0 → leg end, ratio>1 → extension beyond it.

  • Fibonacci Fan

    Fibonacci fan projection tool. Anchors are wired or manually set — calculator does NOT auto-detect swings. Wire fromTrigger/toTrigger from any boolean signals (swing detection, BOS, custom logic) to define the leg, or set manualStartPrice/manualEndPrice for static config. Draws diagonal rays from the leg origin through each retracement level (0.236, 0.382, 0.5, 0.618, 0.786), extending forward as time-decaying support/resistance.

  • Fibonacci Retracement

    Fibonacci retracement projection tool. Anchors are wired or manually set — calculator does NOT auto-detect swings. Wire fromTrigger/toTrigger from any boolean signals (swing detection, BOS, custom logic) to define the leg, or set manualStartPrice/manualEndPrice for static config. Outputs the fib levels (0%, 23.6%, 38.2%, 50%, 61.8%, 78.6%, 100%) between the two anchors.

  • Fibonacci Time Zones

    Fibonacci time zones tool. Anchor is wired or manually set — calculator does NOT auto-detect swings. Wire anchorTrigger to mark a significant bar; calculator outputs vertical markers at Fibonacci sequence distances (1, 2, 3, 5, 8, 13, 21, 34...) ahead.

Explore other categories