forex-chart-scan

Scan 27 FOREXCOM pairs for ICT swing and sweep patterns.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/AungMinThu1722/realtime-swingpoint-scanner --skill forex-chart-scan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forex-chart-scan
Source: https://github.com/AungMinThu1722/realtime-swingpoint-scanner/tree/main/forex-chart-scan
Command: npx skills add https://github.com/AungMinThu1722/realtime-swingpoint-scanner --skill forex-chart-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, tvDatafeed, notion-client, python-dotenv, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates repeatable forex chart scanning so an agent can identify long-term ICT-style setups across a fixed basket of major FOREXCOM pairs without manual candle-by-candle review.

Core Features & Use Cases

  • Multi-timeframe scanning: Runs daily, weekly, and monthly scans on a 27-pair major FX basket.
  • Vectorized signal detection: Detects Seek and Destroy, Aim For Range Low, and Aim For Range High patterns using pandas-based rules.
  • Operational safeguards: Trims ongoing candles when requested, isolates per-symbol failures, and pauses after a timeframe so the user can confirm the next step.
  • Use case: An analyst wants a fast daily market sweep for major forex pairs, then a follow-up weekly and monthly review only if the daily scan produces meaningful matches.

Quick Start

Ask the skill to scan the 27 FOREXCOM pairs for the requested timeframe and report any Seek and Destroy or Aim For Range matches.

Frequently Asked Questions about forex-chart-scan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan major forex pairs for ICT-style chart setups?

Scanning major forex pairs for ICT-style setups is automated by this Skill across a 27-pair FOREXCOM basket. It fetches OHLCV data via tvDatafeed and applies pandas vectorized rules to detect swing and sweep patterns like Seek and Destroy and Aim For Range across daily, weekly, and monthly timeframes.

What ICT patterns can be detected using automated forex chart scanning?

Automated forex chart scanning with this Skill detects three specific ICT-style patterns: Seek and Destroy, Aim For Range Low, and Aim For Range High. It uses pandas-based vectorized rules to identify these swing and sweep setups across daily, weekly, and monthly timeframes for 27 major pairs.

Can I use tvDatafeed to fetch OHLCV data for multiple forex timeframes?

Yes, you can use tvDatafeed to fetch OHLCV data for multiple forex timeframes. This Skill requires tvDatafeed to pull chart data for daily, weekly, and monthly scans across 27 FOREXCOM pairs, applying batch processing and per-symbol failure handling to ensure reliable data retrieval.

How do I handle scanning failures for individual forex symbols in a batch?

To handle scanning failures for individual forex symbols in a batch, this Skill isolates per-symbol failures during the batch processing of 27 FOREXCOM pairs. This operational safeguard ensures that one symbol's data retrieval or pattern detection error does not halt the entire multi-timeframe scanning workflow.

Does this forex chart scanner trim ongoing or incomplete candles before analyzing?

Yes, this forex chart scanner trims ongoing candles when requested before analyzing the data. This operational safeguard ensures that only confirmed, closed candlestick data is evaluated by the pandas vectorized rules, preventing false ICT-style pattern signals from currently forming price action.

What's the best way to review daily, weekly, and monthly forex scans sequentially?

The best way to review daily, weekly, and monthly forex scans sequentially is to use this Skill's built-in pause feature. It pauses after each timeframe scan so you can confirm meaningful matches and authorize the next step, preventing unnecessary weekly and monthly reviews if the daily scan is empty.