[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"indicator-findlastindexhighest-pt":3},"# Find Last Index Highest (FINDLASTINDEXHIGHEST)\n\n> StratCraft indicator page for last-highest index lookup.\n\n**Route**: `\u002Findicators\u002Ffindlastindexhighest\u002F`\n\n## What It Does\n\nFINDLASTINDEXHIGHEST returns the last bar index where the highest value occurs inside the lookback window.\n\n## Formula\n\nReturn the latest index that matches the maximum value condition in the window.\n\n## Parameters\n\n- `period` - default `14`\n- `_evalfunc` - default `high`\n\n## C++23 API\n\n```cpp\n#include \u003Cnonabt\u002Findicators\u002Ffindlastindexhighest.hpp>\nauto lastHighIndex = std::make_unique\u003Cnonabt::FINDLASTINDEXHIGHEST>(data(), 14);\n```\n\n## Common Usage\n\n- Use it to locate the most recent peak in a lookback range.\n- Combine with breakout confirmation or divergence scans.\n- Helpful when the latest top matters.\n"]