[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"indicator-periodn-ko":3},"# Period N (PERIODN)\n\n> StratCraft indicator page for a generic period helper.\n\n**Route**: `\u002Findicators\u002Fperiodn\u002F`\n\n## What It Does\n\nPERIODN is a generic period-based helper indicator exposed in the catalog for rolling-window workflows.\n\n## Formula\n\n`Output = period-based helper value`\n\n## Parameters\n\n- `period` - default `14`\n\n## C++23 API\n\n```cpp\n#include \u003Cnonabt\u002Findicators\u002Fperiodn.hpp>\nauto periodN = std::make_unique\u003Cnonabt::PERIODN>(data().close(), 14);\n```\n\n## Common Usage\n\n- Use it as a utility in derived indicator pipelines.\n- Treat it as an input helper rather than a primary signal.\n- Keep downstream interpretation explicit.\n"]