[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"indicator-tripleexponentialmovingaverageosc-zh":3},"# 三重指数移动平均振荡器 (TEMA Oscillator)\n\n> TEMA 偏离价格的 StratCraft 指标页面。\n\n**Route**: `\u002Findicators\u002Ftripleexponentialmovingaverageosc\u002F`\n\n## 作用\n\nTRIPLEEXPONENTIALMOVINGAVERAGEOSC 衡量价格偏离三重指数移动平均线（TEMA）的程度。\n\n## 公式\n\n`振荡器 = 价格 - TEMA(period)`\n\n## 参数\n\n- `period` - 默认 `30`\n- `_movav` - 默认 `EMA`\n\n## C++23 API\n\n```cpp\n#include \u003Cnonabt\u002Findicators\u002Ftripleexponentialmovingaverageosc.hpp>\nauto temaOsc = std::make_unique\u003Cnonabt::TRIPLEEXPONENTIALMOVINGAVERAGEOSC>(data().close(), 30, \"EMA\");\n```\n\n## 常见用法\n\n- 用作 TEMA 周围的动量扩张衡量标准。\n- 与零轴交叉或趋势过滤器配合使用。\n- 当你需要一个基于三重平滑基准线的更快速振荡器时非常有用。\n"]