Indicators

fibonacciRetracement

Fibonacci Retracement is a technical analysis tool that uses horizontal lines to indicate areas of support or resistance at the key Fibonacci levels before the price continues in the original direction.

fibonacciRetracement (tick)

Fibonacci Retracement is a technical analysis tool that uses horizontal lines to indicate areas of support or resistance at the key Fibonacci levels before the price continues in the original direction.

Input parameters

PropTypeDefaultDescription
minutes*number60The lookback period in minutes
levelsstring0.236,0.382,0.5,0.618,0.786Comma-separated Fibonacci levels (e.g., "0.236,0.382,0.5,0.618")

SQL example

TICK fibonacciRetracement WITH minutes=60 > 100 THEN order SET size=100, price=51.00, transmit=true

On this page