Skip to content

Telegram bot that uses an ML model to scan Binance/Bybit/MEXC futures for pump-like patterns and send alerts to subscribers

License

Notifications You must be signed in to change notification settings

Wendy1890/crypto_pump_predictor_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Crypto Pump Predictor (Telegram Bot)

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.

Features

  • ๐Ÿ” 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)
  • ๐Ÿ“Š 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

About

Telegram bot that uses an ML model to scan Binance/Bybit/MEXC futures for pump-like patterns and send alerts to subscribers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages