scalping-strategy

Pass

Execute high-frequency small profit trades for quick gains. Use when trading highly liquid markets, taking advantage of short-term volatility, or building consistent small wins.

@SKE-Labs
Apache-2.02/22/2026
38out of 100
(0)
8
7
8

Install Skill

Skills are third-party code from public GitHub repositories. SkillHub scans for known malicious patterns but cannot guarantee safety. Review the source code before installing.

Install globally (user-level):

npx skillhub install SKE-Labs/agent-trading-skills/scalping-strategy

Install in current project:

npx skillhub install SKE-Labs/agent-trading-skills/scalping-strategy --project

Suggested path: ~/.claude/skills/scalping-strategy/

AI Review

Instruction Quality38
Description Precision45
Usefulness25
Technical Soundness55

Scored 38 — thin trading strategy guide with useful tables but minimal depth. Each technique gets only 2-3 bullet points. No implementation code. Claude already knows basic scalping concepts.

SKILL.md Content

---
name: scalping-strategy
description: Execute high-frequency small profit trades for quick gains. Use when trading highly liquid markets, taking advantage of short-term volatility, or building consistent small wins.
---

# Scalping Strategy

Scalping targets small, frequent profits from minimal price movements within seconds to minutes.

## Scalping Essentials

| Factor          | Requirement        |
| --------------- | ------------------ |
| Timeframe       | 1m, 5m             |
| Trades per day  | 10-100+            |
| Profit target   | 5-20 pips/0.1-0.5% |
| Trade duration  | Seconds to minutes |
| Win rate target | 60%+               |

## Best Conditions

- High liquidity assets (BTC, ETH, major forex)
- High volatility periods (kill zones)
- Tight spreads
- Fast execution

## Scalping Techniques

### 1. Spread Scalping

- Profit from bid-ask spread
- Market make around VWAP
- Requires very low fees

### 2. Momentum Scalping

- Enter on strong momentum candles
- Ride momentum for small gain
- Exit quickly on momentum loss

### 3. Level Scalping

- Trade bounces at S/R
- Quick in-and-out at key levels
- Tight stops required

### 4. Range Scalping

- Trade within defined range
- Buy support, sell resistance
- Repeat until range breaks

## Entry Rules

1. **Confirm direction** on 5m (higher TF)
2. **Enter on 1m** in direction of 5m
3. **Tight stop** (5-10 pips max)
4. **Quick target** (1:1 to 1:1.5 R:R)
5. **Exit immediately** if wrong

## Risk Management

| Rule             | Guideline               |
| ---------------- | ----------------------- |
| Position size    | Small (0.5-1% risk max) |
| Stop loss        | Tight, non-negotiable   |
| Daily loss limit | 2-3% of capital         |
| Trading hours    | Only during high volume |

## Best Practices

- Use limit orders when possible
- Factor in fees (can eat profits)
- Avoid news events (unpredictable)
- Take breaks regularly
- Stop after 3 consecutive losses
scalping-strategy | SkillHub | SkillHub