[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"indicator-pivotpoint-en":3},"# Pivot Point (PIVOTPOINT)\n\n> StratCraft indicator page for pivot-based support and resistance.\n\n**Route**: `\u002Findicators\u002Fpivotpoint\u002F`\n\n## What It Does\n\nPIVOTPOINT calculates a pivot reference level that can be used for support, resistance, and regime mapping.\n\n## Formula\n\nPivot point levels are derived from the configured open and close handling plus the pivot calculation mode.\n\n## Parameters\n\n- `open` - default `False`\n- `close` - default `False`\n- `_autoplot` - default `True`\n\n## C++23 API\n\n```cpp\n#include \u003Cnonabt\u002Findicators\u002Fpivotpoint.hpp>\nauto pivot = std::make_unique\u003Cnonabt::PIVOTPOINT>(data().close(), \"False\", \"False\", \"True\");\n```\n\n## Common Usage\n\n- Use pivot levels as support and resistance references.\n- Combine with breakout logic or mean reversion filters.\n- Helpful for intraday regime planning.\n"]