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