[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"indicator-ols_transformationn-ja":3},"# OLS Transformation N (OLS_TRANSFORMATIONN)\n\n> StratCraft indicator page for rolling OLS transformation output.\n\n**Route**: `\u002Findicators\u002Fols-transformationn\u002F`\n\n## What It Does\n\nOLS_TRANSFORMATIONN applies a rolling ordinary least squares transformation to the input series.\n\n## Formula\n\n`Transformed output = rolling OLS fit of the input series`\n\n## Parameters\n\n- `period` - default `10`\n\n## C++23 API\n\n```cpp\n#include \u003Cnonabt\u002Findicators\u002Fols_transformationn.hpp>\nauto olsTransform = std::make_unique\u003Cnonabt::OLS_TRANSFORMATIONN>(data().close(), 10);\n```\n\n## Common Usage\n\n- Use it when you need a regression-adjusted representation of price.\n- Helpful for statistical analysis and trend normalization.\n- Treat it as a helper output rather than a direct trigger.\n"]