[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"indicator-cointn-en":3},"# Coint N (COINTN)\n\n> StratCraft indicator page for COINTN utility logic.\n\n**Route**: `\u002Findicators\u002Fcointn\u002F`\n\n## What It Does\n\nCOINTN is a cointegration-oriented helper indicator. It is generally used in statistical arbitrage and relationship analysis between time series.\n\n## Formula\n\nCOINTN applies a regression or cointegration routine over the lookback window to estimate relationship stability.\n\n## Parameters\n\n- `period` - default `10`\n- `regression` - default `c`\n\n## C++23 API\n\n```cpp\n#include \u003Cnonabt\u002Findicators\u002Fcointn.hpp>\nauto cointn = std::make_unique\u003Cnonabt::COINTN>(data().close(), 10, \"c\");\n```\n\n## Common Usage\n\n- Use COINTN for spread analysis.\n- Combine it with pairs trading logic.\n- Helpful in mean-reversion and relative-value systems.\n\n## Practical Pattern\n\nStable cointegration can justify spread-based entries when two instruments diverge from their normal relationship.\n"]