[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"indicator-downmove-zh-tw":3},"# 下跌幅度 (DOWNMOVE)\n\n> DOWNMOVE 的 StratCraft 指標頁面。\n\n**Route**: `\u002Findicators\u002Fdownmove\u002F`\n\n## 功能介紹\n\nDOWNMOVE 以百分比形式衡量下跌幅度的量級。它是用於評估看跌動量的緊湊型實用程序。\n\n## 計算公式\n\n`下跌幅度 = 所選窗口內的下跌百分比幅度`\n\n## 參數設置\n\n- `perc` - 默認 `2.5`\n\n## C++23 API\n\n```cpp\n#include \u003Cnonabt\u002Findicators\u002Fdownmove.hpp>\nauto downmove = std::make_unique\u003Cnonabt::DOWNMOVE>(data(), 2.5);\n```\n\n## 常見用途\n\n- 使用 DOWNMOVE 量化下跌位移。\n- 將其與反轉檢測結合使用。\n- 有助於過濾劇烈的拋售。\n\n## 實戰模式\n\n較大的負向 DOWNMOVE 值可能表示持續的看跌爆發。\n"]