[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"indicator-lowest-de":3},"# Lowest (LOWEST)\n\n> StratCraft indicator page for rolling minimum detection.\n\n**Route**: `\u002Findicators\u002Flowest\u002F`\n\n## What It Does\n\nLOWEST returns the lowest value observed over the selected lookback period.\n\n## Formula\n\n`Lowest = min(price over period)`\n\n## Parameters\n\n- `period` - default `14`\n\n## C++23 API\n\n```cpp\n#include \u003Cnonabt\u002Findicators\u002Flowest.hpp>\nauto lowest = std::make_unique\u003Cnonabt::LOWEST>(data().close(), 14);\n```\n\n## Common Usage\n\n- Use it to define a rolling support floor.\n- Combine it with breakout confirmation or stop placement.\n- Helpful when the latest low matters more than the average.\n"]