scalp
Momentum scalping strategy -- scan for movers, confirm with orderbook, enter with tight TP/SL.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Momentum scalping strategy -- scan for movers, confirm with orderbook, enter with tight TP/SL.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | scalp |
| description | Momentum scalping strategy -- scan for movers, confirm with orderbook, enter with tight TP/SL. |
A short-term scalping strategy that identifies momentum moves and captures quick profits with tight risk management.
Call get_tickers with no symbol to retrieve all tickers. Filter for:
price24hPcnt > 3% (strong upward momentum)price24hPcnt < -3% (strong downward momentum)Sort candidates by absolute price24hPcnt to find the strongest movers.
Call get_positions to see how many positions are open. Do not exceed 3 concurrent scalp positions. If already at the limit, skip or close the weakest position first.
For each candidate, call get_orderbook and analyze:
If the orderbook does not confirm the direction, skip the symbol.
For confirmed candidates:
get_instruments to get lot size and tick sizeget_balance to check available marginset_leverage to set 10x leverageplace_order as a market order with:
After placing a trade:
get_positions to verify entry