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.
tools
TQX (tqx.trade) HK/US stock quant workflow via tqx-cli: cross-sectional factor analysis, event-driven strategy backtests on the panda_backtest engine, and agent-driven automated paper trading. Use when the user wants to run factor IC/IR analysis, backtest a Python trading strategy on Hong Kong or US stocks, or set up agent-automated trading (e.g. "backtest a moving-average strategy on AAPL", "analyze a momentum factor on HK stocks", "let the agent trade my paper account").
tools
中学物理实验教学参赛方案套件。包含四个完整实验(单摆测g、声悬浮测声速、向心力定量演示仪、电磁阻尼定量研究),每套含固件源码、3D打印图纸、教学PPT、教学文稿、采购清单、调试手册、视频分镜脚本、模拟器。Use when a teacher/student needs a complete, classroom-ready physics experiment package for competition or teaching.
development
End-to-end blog management for AI agents. Write, import, build, preview, and publish articles using the blog template. Covers draft workflow, article import, SEO, OG images, and deployment.
development
ESP8266/ESP32 + 磁簧开关/霍尔传感器 单摆测重力加速度实验套件。 硬件搭建→固件烧录→数据采集→Web仪表盘→g值计算→教学文档,一站式完成。 Use when the user wants to build a pendulum g-measurement experiment, measure gravity with a micro-controller, or needs a complete physics experiment package with hardware + firmware + dashboard + teaching materials.