[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"indicator-highest-es":3},"# Highest (HIGHEST)\n\n> StratCraft indicator page for rolling maximum detection.\n\n**Route**: `\u002Findicators\u002Fhighest\u002F`\n\n## What It Does\n\nHIGHEST returns the highest value observed over the selected lookback period.\n\n## Formula\n\n`Highest = max(price over period)`\n\n## Parameters\n\n- `period` - default `14`\n\n## C++23 API\n\n```cpp\n#include \u003Cnonabt\u002Findicators\u002Fhighest.hpp>\nauto highest = std::make_unique\u003Cnonabt::HIGHEST>(data().high(), 14);\n```\n\n## Common Usage\n\n- Use it to define rolling resistance.\n- Combine with stop placement or breakout confirmation.\n- Useful in channel and range analysis.\n"]