Crypto Exchange Trading Bot - Python (5 Strategies)
On Sale
$149.00
$149.00
Automated crypto trading bot for centralized exchanges (Binance, Bybit, Crypto.com, Coinbase) via CCXT.
5 Built-in Strategies:
- Sniper: Limit orders below market price, auto-cancel if not filled
- - Scalp: Quick momentum trades with tight stops
- - Swing: Longer holds with trailing stop-loss
- - Grid: Range trading with multiple buy levels
- - DCA: Dollar-cost averaging on dips
Features:
- Real-time web dashboard with P&L tracking
- - Telegram alerts and remote control
- - Position persistence (survives restarts)
- - Configurable risk management (TP/SL per mode)
- - Multi-pair scanning with signal scoring
- - Flask API for integration with other tools
Requirements: Python 3.10+, exchange API keys
Includes: Full source code, config templates, setup guide, .env.example