A Python-based tool for monitoring and alerting on market volatility.
- Real-time volatility monitoring
- Configurable alert thresholds
- Historical volatility analysis
- Clone the repository:
git clone https://github.com/yourusername/volatility-alert.git
cd volatility-alert- Configure environment variables in
.env.exampleand 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- Run with Docker Compose:
docker-compose up- Add price decrease alerts
MIT