Parser Script
RSI calculation engine that processes kline data from MEXC futures and detects overbought/oversold extremes.
Trade RSI extremes without watching the chart. Set overbought and oversold thresholds once — the bot handles entries, take-profits and stop-loss on every signal that passes your filters.
Computes Wilder RSI(14) on 15-minute candles for 500+ MEXC futures tokens. Emits a signal the instant RSI crosses your overbought or oversold threshold — no waiting for the candle to close.
RSI calculation engine that processes kline data from MEXC futures and detects overbought/oversold extremes.
Auto-execution on RSI signals — opens long on oversold, short on overbought, with configurable trade parameters.
Full configuration and alerts via Telegram. Adjust RSI period, thresholds and filters without touching config files.
Step-by-step setup guide, configuration reference and troubleshooting — everything to get running in minutes.
Every parameter — RSI period, overbought/oversold thresholds, 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.
From kline data to executed trade — a streamlined five-stage pipeline.
Real-time candlestick data from MEXC Futures API streamed into the parser.
RSI computed for each token using configured period and compared against thresholds.
Whitelist, blacklist and liquidity filters applied to reduce noise.
Signal delivered to your Telegram with RSI value and market context.
Trading bot receives signal and opens position on MEXC automatically.
Runs anywhere Python runs. No Docker, no containers, no complex infrastructure.
python run.pyDeploy your own RSI screener on your server as a standalone script.