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