[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"indicator-vortex-zh":3},"# 涡轮指标 (Vortex)\n\n> 用于定向趋势交叉分析的 StratCraft 指标页面。\n\n**Route**: `\u002Findicators\u002Fvortex\u002F`\n\n## 作用\n\n涡轮指标（VORTEX）通过比较正向和负向的趋势变动来估计趋势的方向和强度。\n\n## 公式\n\n`VI+` 和 `VI-` 是根据由真实波幅（true range）标准化的方向性运动构建的。\n\n## 参数\n\n- `period` - 默认 `14`\n\n## C++23 API\n\n```cpp\n#include \u003Cnonabt\u002Findicators\u002Fvortex.hpp>\nauto vortex = std::make_unique\u003Cnonabt::VORTEX>(data().close(), 14);\n```\n\n## 常见用法\n\n- 用作交叉式的趋势过滤器。\n- 与突破规则或方向确认配合使用。\n- 有助于区分趋势延续与震荡噪音（range noise）。\n"]