Python trading bot for Binance SPOT market only (no futures, no leverage).
Implements a simple grid strategy with Telegram alerts and safety controls.
- SPOT-only guard (halal approach)
- Grid buy/sell levels
- Telegram notifications for BUY/SELL
- DRY_RUN mode for safe testing
- Basic risk controls (cooldown, limits)
- Environment variables for API keys
- Python
- CCXT
- Binance API
- Telegram Bot API
- python-dotenv
Create .env file:
BINANCE_API_KEY=your_key
BINANCE_API_SECRET=your_secret
TELEGRAM_TOKEN=your_token
TELEGRAM_CHAT_ID=your_chat_id