[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"indicator-truelow-zh-tw":3},"# True Low (TRUELOW)\n\n> StratCraft indicator page for a smoothed lower price reference.\n\n**Route**: `\u002Findicators\u002Ftruelow\u002F`\n\n## What It Does\n\nTRUELOW produces a smoothed lower price reference from the low series and configurable lookback inputs.\n\n## Formula\n\nThe exact value is derived from the low series, prior price behavior, and the selected smoothing settings.\n\n## Parameters\n\n- `period1` - default `25`\n- `period2` - default `13`\n- `pchange` - default `1`\n- `_movav` - default `EMA`\n\n## C++23 API\n\n```cpp\n#include \u003Cnonabt\u002Findicators\u002Ftruelow.hpp>\nauto trueLow = std::make_unique\u003Cnonabt::TRUELOW>(data().close(), 25, 13, 1, \"EMA\");\n```\n\n## Common Usage\n\n- Use it as a directional lower reference or filter.\n- Pair it with upper-bound or trend-following logic.\n- Helpful when you need a smoothed floor rather than raw lows.\n"]