[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"indicator-operationn-ko":3},"# Operation N (OPERATIONN)\n\n> StratCraft indicator page for a rolling operation helper.\n\n**Route**: `\u002Findicators\u002Foperationn\u002F`\n\n## What It Does\n\nOPERATIONN is a rolling helper indicator used to apply an operation across a lookback window.\n\n## Formula\n\n`Output = configured operation applied over the selected period`\n\n## Parameters\n\n- `period` - default `14`\n\n## C++23 API\n\n```cpp\n#include \u003Cnonabt\u002Findicators\u002Foperationn.hpp>\nauto operationN = std::make_unique\u003Cnonabt::OPERATIONN>(data().close(), 14);\n```\n\n## Common Usage\n\n- Use it in analysis pipelines and derived features.\n- Treat it as a utility rather than a standalone strategy signal.\n- Keep it paired with a clearly defined downstream interpretation.\n"]