Install
$ agentstack add skill-ske-labs-agent-trading-skills-fair-value-gaps ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Fair Value Gaps (FVG) Trading
3-candle patterns where price left an unfilled gap between wicks, indicating market inefficiency.
Identification
Bullish FVG
- Strong bullish middle candle
- Gap between Candle 1 high and Candle 3 low
- Zone = the unfilled gap area
Bearish FVG
- Strong bearish middle candle
- Gap between Candle 1 low and Candle 3 high
- Zone = the unfilled gap area
Quality Factors
- Size: Large gap (>50% of middle candle) is high quality; small gaps are weak
- Context: After a liquidity sweep is ideal; random location is weak
- Volume: High volume on creation; low volume = unreliable
- HTF: Must align with HTF bias
Workflow
- Identify FVG after impulsive move using candle data:
`` get_candles_around_date(symbol=, exchange=, interval=, date=) ``
- Mark the zone using
draw_chart_analysiswith typedemand(bullish) orsupply(bearish) - Wait for retracement into the gap
- Enter at Consequent Encroachment (CE) — the 50% midpoint of the FVG for the most precise entry
- Stop loss beyond the full FVG boundary
- Target the high/low of the impulse move
FVG + Order Block Confluence
When an FVG overlaps with an order block, treat as a single high-probability zone. These are the best setups.
Key Rules
- FVGs act as magnets — price tends to return to fill them
- Unfilled FVGs on HTF are powerful future targets
- Multiple stacked FVGs in one direction = strong directional bias
- NEVER trade an FVG against the HTF trend direction
- CE (50% midpoint) offers the best entry; waiting for full fill risks missing the move
Related Skills
- order-blocks — FVG + OB confluence creates highest-probability zones
- premium-discount — Enter FVGs in discount for longs, premium for shorts
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: SKE-Labs
- Source: SKE-Labs/agent-trading-skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.