Pivot Point (PIVOTPOINT)

StratCraft indicator page for pivot-based support and resistance.

Route: /indicators/pivotpoint/

What It Does

PIVOTPOINT calculates a pivot reference level that can be used for support, resistance, and regime mapping.

Formula

Pivot point levels are derived from the configured open and close handling plus the pivot calculation mode.

Parameters

  • open - default False
  • close - default False
  • _autoplot - default True

C++23 API

#include <nonabt/indicators/pivotpoint.hpp>
auto pivot = std::make_unique<nonabt::PIVOTPOINT>(data().close(), "False", "False", "True");

Common Usage

  • Use pivot levels as support and resistance references.
  • Combine with breakout logic or mean reversion filters.
  • Helpful for intraday regime planning.