5326/fvg-delta-forex-engine/SKILL.md
--- name: "@5326/fvg-delta-forex-engine" version: 6.0.0 --- # 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
npx skillsauth add starchild-ai-agent/community-skills @5326/fvg-delta-forex-engineInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
A curated, liquidity-screened universe (no illiquid exotics, no single stocks),
defined in assets/instruments.py:
Data is pulled from Yahoo Finance via yfinance — real 15m OHLC, no API key.
Stage 0 FVG/impulse context → Stage 1 first-liquidity lock + BoS close → Stage 2 liquidity sweep (close-through) → Stage 3 FVG interaction → Stage 4 opposite-direction confirmation = verified entry. Lock-forward: each transition is searched once and locked; stages never silently regress.
0.01) / LEVERAGE (default 500,
margin only) / required margin / $ risk-reward (P/L = pips × pip-value × lots).
Spread-aware. Replaces the crypto ROI/auto-leverage model.# 1. credentials (never paste keys in chat — use the secure env flow)
cp .env.example .env # set TELEGRAM_BOT_TOKEN + TELEGRAM_CHAT_ID; optional LEVERAGE / LOT_SIZE
# 2. local
bash assets/run_one_shot.sh
# 3. docker / Hugging Face Spaces (Docker SDK)
docker build -t fvg-forex assets/ && docker run -p 7860:7860 --env-file .env fvg-forex
Endpoints: / (dashboard), /health, /api/state, /api/market, /api/news,
/api/chart.png?symbol=EUR/USD. Without Telegram creds the UI still runs; alerts
are skipped and logged.
assets/VARIABLES_AND_SECRETS_GUIDE.txt.bars[-2]); Stage-3
touch and SL/TP/BE use the forming candle (bars[-1]) when INTRABAR_* is on.yfinance needs outbound access to Yahoo; the news radar needs ForexFactory.
Both are keyless. If a feed is unreachable the engine degrades gracefully.FVG_PIPVAL_<PAIR>).assets/)app.py (engine), instruments.py, market_clock.py, economic_calendar.py,
risk_forex.py, Dockerfile, start.sh, run_one_shot.sh, preflight_check.py,
requirements.txt, AGENT.md (maintainer guide), STRATEGY_DETAILED_SPEC.txt,
VARIABLES_AND_SECRETS_GUIDE.txt, README.md. Read assets/AGENT.md before
editing app.py.
development
--- name: "@5322/fvg-engine" version: 1.0.0 --- # FVG-Delta Crypto Signal Engine v6.0 A production FastAPI service that scans MEXC UST-M perpetual futures on **closed 15-minute candles**, runs a strict lock-forward Smart-Money-Concept (SMC) staged state machine, draws annotated chart screenshots, sends per-trade Telegram alerts, and serves a live dashboard with an in-memory Trade History. Everything lives in `assets/app.py`; the rest is config, docs, and entrypoints. ## The strategy — five lo
development
Builds and app/bot to print Crypto Futures Signals based on a Strategy.
development
--- name: "@5312/delta-strategy" version: 1.0.0 --- # FVG-Delta Crypto Signal Engine — Agent / Maintainer Guide (v5.5) This is the single source of truth for any AI agent or engineer taking over this project. Read it fully before touching `app.py`. It explains the strategy, the code workflow, every bug that was fixed in this revision, the current state, and the rules for updating the app and its docs safely. --- ## 1. What the app is A production-style FastAPI service that scans **MEXC UST-
tools
Turn a low QuoteSim trust score into a real validated $/day number with zero CLI for the user. When the user wants to "validate" an asset, "get a real number", "make it trustworthy", or asks how to run the shadow logger, this skill sets up real-tape collection + scoring as scheduled tasks and reports back automatically when the readiness gate clears.