[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"indicator-findlastindexlowest-ja":3},"# Find Last Index Lowest (FINDLASTINDEXLOWEST)\n\n> StratCraft indicator page for last-lowest index lookup.\n\n**Route**: `\u002Findicators\u002Ffindlastindexlowest\u002F`\n\n## What It Does\n\nFINDLASTINDEXLOWEST returns the last bar index where the lowest value occurs inside the lookback window.\n\n## Formula\n\nReturn the latest index that matches the minimum value condition in the window.\n\n## Parameters\n\n- `period` - default `14`\n- `_evalfunc` - default `low`\n\n## C++23 API\n\n```cpp\n#include \u003Cnonabt\u002Findicators\u002Ffindlastindexlowest.hpp>\nauto lastLowIndex = std::make_unique\u003Cnonabt::FINDLASTINDEXLOWEST>(data(), 14);\n```\n\n## Common Usage\n\n- Use it to locate the most recent trough in a lookback range.\n- Combine with support and reversal logic.\n- Helpful when the latest bottom matters.\n"]