Indicators
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.
pivotPoints (tick)
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.
Input parameters
| Prop | Type | Default | Description |
|---|---|---|---|
minutes* | number | 60 | The lookback period in minutes |
type | string | standard | Type of pivot points calculation (standard, fibonacci, camarilla) |
SQL example
TICK pivotPoints WITH minutes=60 > 100 THEN order SET size=100, price=51.00, transmit=true