[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"indicator-reducen-zh-tw":3},"# Reduce N (REDUCEN)\n\n> StratCraft indicator page for reduce-style helper logic.\n\n**Route**: `\u002Findicators\u002Freducen\u002F`\n\n## What It Does\n\nREDUCEN is a reduce-style helper indicator used for aggregate operations over a rolling window.\n\n## Formula\n\n`Output = aggregated value over the selected period`\n\n## Parameters\n\n- `period` - default `14`\n\n## C++23 API\n\n```cpp\n#include \u003Cnonabt\u002Findicators\u002Freducen.hpp>\nauto reduceN = std::make_unique\u003Cnonabt::REDUCEN>(data().close(), 14);\n```\n\n## Common Usage\n\n- Use it as a derived-data helper.\n- Keep downstream interpretation explicit.\n- Best suited to internal analysis pipelines rather than direct execution logic.\n"]