@5301/fvg-delta-crypto-engine
Installation
SKILL.md
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-M perpetual futures on closed 15-minute candles, runs a strict Smart-Money-Concept (SMC) staged state machine, draws annotated chart screenshots, sends Telegram alerts for the late stages, and serves a live auto-updating dashboard with an in-memory Trade History. It is hosted on Hugging Face Spaces (Docker SDK).
Single file does almost everything: app.py. Everything else is config/docs/entrypoints.