@5366/fvg-delta-forex-engine-skill
Installation
SKILL.md
FVG-Delta Forex Signal Engine v6.0
A production FastAPI service that scans the global forex market on 15-minute candles, runs a strict lock-forward Smart-Money-Concept (SMC) staged state machine, and alerts on the late stages. It is the forex evolution of the FVG-Delta crypto engine — identical strategy, refined for forex speed and mechanics.
What it scans
A curated, liquidity-screened universe (no illiquid exotics, no single stocks),
defined in assets/instruments.py:
- FX majors & minors (EUR/USD, GBP/JPY, EUR/GBP, …)
- Metals (XAU/USD gold, XAG/USD silver)
- Energy (WTI, Brent, NatGas)
- Indices (NAS100, S&P500, US30, DAX, FTSE100, Nikkei225, DXY)
Data is pulled from Yahoo Finance via yfinance — real 15m OHLC, no API key.