[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"indicator-aroondown-zh-tw":3},"# 阿隆下降指標 (Aroon Down)\n\n> 阿隆下降指標的 StratCraft 指標頁面。\n\n**Route**: `\u002Findicators\u002Faroondown\u002F`\n\n## 作用\n\n阿隆下降指標（Aroon Down）衡量在回看週期內最近一次出現低點的時間。它有助於識別下降趨勢壓力的強度。\n\n## 公式\n\n阿隆下降指標反映了自 `n` 週期內最低低點以来的时间。\n\n## 參數\n\n- `period` - 預設 `14`\n- `upperband` - 預設 `70`\n- `lowerband` - 預設 `30`\n\n## C++23 API\n\n```cpp\n#include \u003Cnonabt\u002Findicators\u002Faroondown.hpp>\nauto aroondown = std::make_unique\u003Cnonabt::AROONDOWN>(data(), 14, 70, 30);\n```\n\n## 常見用法\n\n- 使用阿隆下降指標來衡量下行趨勢的近期性。\n- 與阿隆上升指標結合使用以確定趨勢方向。\n- 使用閾值來檢測強勁的下降趨势。\n\n## 實用模式\n\n當阿隆下降指標上升而阿隆上升指標下降時，下行勢頭通常正在增加。\n"]