Telegram bot that scans Binance, Bybit and MEXC futures and uses a machine learning model to detect pump-like patterns.
Signals are sent to all subscribed chats with probability, volume, price change and direct links to exchanges and TradingView.
- ๐ Exchanges:
- Binance (USDT futures)
- Bybit (USDT perpetual)
- MEXC (USDT perpetual)
- ๐ค ML-based pump detection:
- Uses pre-trained model (
pump_predictor_model.pkl) - Feature set loaded from the model file (
feature_names)
- Uses pre-trained model (
- ๐ Per-symbol features:
- 5m candles (last 30 bars)
- Volume in USDT and volume ratio vs. average
- Price change
- RSI
- Volatility
- Short-term trend (last 5 candles)
- ๐จ Subscriptions:
/startโ subscribe/stopโ unsubscribe- Signals are sent only once per symbol and exchange (deduplicated)
- ๐ซ Heartbeat:
- Hourly heartbeat message to each chat
- Previous heartbeat message is deleted and replaced with a new one
- โ๏ธ Configurable:
- Scan interval
- ML probability threshold
- Proxy settings
- Model path