Parser Script
Signal detection engine that monitors MEXC futures prices in real-time and identifies pump/dump patterns.
Catch sharp price moves the moment they happen — on autopilot. From real-time detection to executed trades on MEXC, 24/7.
Polls 500+ MEXC futures tokens every second and emits a signal when price change crosses your configured % over a chosen window. Each signal is delivered to Telegram and to the bundled trading bot.
Signal detection engine that monitors MEXC futures prices in real-time and identifies pump/dump patterns.
Auto-execution on signals — opens positions on MEXC with configurable entry, take profit and stop loss.
Settings management and alerts via Telegram.
Step-by-step setup guide, configuration reference and troubleshooting — everything to get running in minutes.
All settings are managed through .env and the Telegram bot — no code edits. Configure screener thresholds, trading parameters, grid entry with averaging steps and dynamic take-profit levels, stop-loss, leverage, position sizing, and more. Every parameter is adjustable on the fly.
From raw market data to executed trade — a streamlined five-stage pipeline.
Real-time price feeds from MEXC Futures API streamed into the parser.
Price changes compared against MinPercent and MinVolume thresholds.
Whitelist, blacklist and volume filters applied to reduce noise.
Signal delivered to your Telegram with token info and market context.
Trading bot receives signal and opens position on MEXC automatically.
Runs anywhere Python runs. No Docker, no containers, no complex infrastructure — just a simple script on any VPS.
python run.pyDeploy the pump & dump screener and trading bot on your server as a standalone script.