AgentStack
SKILL verified Apache-2.0 Self-run

Fair Value Gaps

skill-ske-labs-agent-trading-skills-fair-value-gaps · by SKE-Labs

Trade fair value gaps (FVG) and imbalances where price moved too fast, leaving unfilled zones. Use when identifying retracement targets, finding high-probability entry points, or analyzing institutional order flow imbalances.

No reviews yet
0 installs
15 views
0.0% view→install

Install

$ agentstack add skill-ske-labs-agent-trading-skills-fair-value-gaps

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of Fair Value Gaps? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Fair Value Gaps (FVG) Trading

3-candle patterns where price left an unfilled gap between wicks, indicating market inefficiency.

Identification

Bullish FVG

  1. Strong bullish middle candle
  2. Gap between Candle 1 high and Candle 3 low
  3. Zone = the unfilled gap area

Bearish FVG

  1. Strong bearish middle candle
  2. Gap between Candle 1 low and Candle 3 high
  3. 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

  1. Identify FVG after impulsive move using candle data:

`` get_candles_around_date(symbol=, exchange=, interval=, date=) ``

  1. Mark the zone using draw_chart_analysis with type demand (bullish) or supply (bearish)
  2. Wait for retracement into the gap
  3. Enter at Consequent Encroachment (CE) — the 50% midpoint of the FVG for the most precise entry
  4. Stop loss beyond the full FVG boundary
  5. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.