Parser Script
Spread detection engine monitoring Futures, Spot and DEX prices with full lifecycle management.
Catch price discrepancies between MEXC and DEX automatically. The scanner spots Futures vs Spot and Futures vs DEX divergences; the bundled bot executes trades on every Futures-DEX signal that passes your filters.
Pulls live prices from MEXC Futures, MEXC Spot and DexScreener in real time and computes pairwise spreads each tick. Every spread above your threshold becomes a tracked event with START → UPDATE → END or REVERSAL stages.
Every spread is tracked from detection to trade close. Telegram notifications refresh on every price move greater than 0.5%.
Spread between two markets exceeds MinSpreadPercent. Event created with direction (Futures premium or discount).
Continuous monitoring while spread is active. Each update reports current spread %, direction, and duration.
Spread drops below threshold or data becomes stale. Event closed with final stats and duration.
If spread direction flips (premium ↔ discount), the old event ends and a new one starts automatically.
Spread detection engine monitoring Futures, Spot and DEX prices with full lifecycle management.
Auto-execution on spread events — enters positions on MEXC when spread opportunity is detected.
Full configuration and alerts via Telegram. Manage spread thresholds and receive lifecycle updates.
Step-by-step setup guide, configuration reference and troubleshooting — everything to get running in minutes.
Every parameter — spread threshold, monitoring modes, filters, grid entry, take-profit and stop-loss — is configured via .env or the Telegram bot. No code edits, all changes apply on the fly.
Runs anywhere Python runs. No Docker, no containers, no complex infrastructure.
python run.pyDeploy the spread scanner and trading bot on your server as a standalone script.