---
title: "ta.PivotType"
---

# ta.PivotType

Pivot point calculation method for <a class="stdlib-ref" data-key="ta::pivot_point_levels" href="/api/stdlib/ta/#pivot_point_levels">ta.pivot_point_levels</a>.

**Kind:** enum

**Variants**

| Name | Description |
| --- | --- |
| `Traditional` | Standard HLC/3 pivot with symmetric support/resistance. |
| `Fibonacci` | Fibonacci-ratio pivot levels. |
| `Woodie` | Open-weighted pivot. |
| `Classic` | Identical to Traditional. |
| `DM` | DeMark pivot (asymmetric, depends on open vs close). |
| `Camarilla` | Camarilla narrow-range levels. |
