Indicators
fibonacciExtension
Fibonacci Extension is a technical analysis tool that uses Fibonacci ratios to predict potential price targets beyond the initial price swing.
fibonacciExtension (tick)
Fibonacci Extension is a technical analysis tool that uses Fibonacci ratios to predict potential price targets beyond the initial price swing.
Input parameters
| Prop | Type | Default | Description |
|---|---|---|---|
minutes* | number | 60 | The lookback period in minutes |
SQL example
TICK fibonacciExtension WITH minutes=60 > 100 THEN order SET size=100, price=51.00, transmit=truefibonacciRetracement
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.
pivotPoints
Pivot Points are technical analysis indicators used to determine potential support and resistance levels. They are calculated using the previous period's high, low, and close prices.