Skip to content

A volatility alert bot watching for every coins listed on Binance

Notifications You must be signed in to change notification settings

JulBeg/binance-volatility-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Volatility Alert

A Python-based tool for monitoring and alerting on market volatility.

Features

  • Real-time volatility monitoring
  • Configurable alert thresholds
  • Historical volatility analysis

Setup

  1. Clone the repository:
git clone https://github.com/yourusername/volatility-alert.git
cd volatility-alert
  1. Configure environment variables in .env.example and rename it to .env:
environment:
  - ALERT_THRESHOLD=5.0
  - CHECK_INTERVAL=300
  - QUOTE_CURRENCY=USDT
  - TELEGRAM_BOT_TOKEN=your_bot_token
  - TELEGRAM_CHAT_ID=your_chat_id
  1. Run with Docker Compose:
docker-compose up

Upcoming Features

  • Add price decrease alerts

License

MIT

About

A volatility alert bot watching for every coins listed on Binance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published