[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"indicator-aroonup-zh-tw":3},"# 阿隆上升指標 (Aroon Up)\n\n> 阿隆上升指標的 StratCraft 指標頁面。\n\n**Route**: `\u002Findicators\u002Faroonup\u002F`\n\n## 作用\n\n阿隆上升指標（Aroon Up）衡量在回看週期內最近一次出現高點的時間。它是一個用於衡量價格上漲趨勢近期性的工具。\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\u002Faroonup.hpp>\nauto aroonup = std::make_unique\u003Cnonabt::AROONUP>(data(), 14, 70, 30);\n```\n\n## 常見用法\n\n- 將阿隆上升指標用作高點近期性的衡量標準。\n- 與阿隆下降指標結合使用以確認趨勢。\n- 使用閾值進行看漲趨勢檢測。\n\n## 實用模式\n\n阿隆上升指標上升表明市場近期創下了更強的高點，通常支持看漲延續。\n"]