Freqtrade is a free, open-source cryptocurrency trading bot written in Python. Designed to support major exchanges, it offers control via Telegram or WebUI, alongside features like backtesting, strategy optimization, and adaptive machine learning.
Key Features
- Python 3.10+: Cross-platform compatibility (Windows, macOS, Linux).
- Persistence: SQLite database for trade history.
- Dry-run Mode: Test strategies without financial risk.
- Backtesting & Optimization: Simulate strategies and refine parameters using machine learning.
- Whitelist/Blacklist: Customize tradable assets.
- WebUI & Telegram: Manage trades remotely.
- FreqAI: Adaptive market modeling via machine learning. Learn more.
๐ Explore advanced bot strategies
Supported Exchanges
Spot Trading
- Binance
- Kraken
- OKX
- Gate.io
- Bybit
- Full list (Community-tested)
Futures Trading (Experimental)
- Binance
- OKX
- Hyperliquid (Decentralized)
Note: Review exchange-specific configurations before trading.
Quick Start
Docker Setup:
docker-compose pull docker-compose up -d
Native Installation:
- Install Python 3.10+, TA-Lib, and dependencies.
Clone the repo:
git clone https://github.com/freqtrade/freqtrade.git
FAQ
Is Freqtrade safe for live trading?
Always start with dry-run mode and understand the botโs mechanics. Coding knowledge is recommended.
How do I optimize strategies?
Use the hyperopt
module to test parameters against historical data:
freqtrade hyperopt --strategy MyStrategy --timerange 20230101-20231231
Can I trade on decentralized exchanges?
Yes! Hyperliquid (DEX) is supported for futures.
๐ Master crypto trading with Freqtrade
Support & Community
- Discord: Join discussions on the official server.
- GitHub Issues: Report bugs or request features via the issue tracker.
- Contributions: PRs welcome! Target the
develop
branch.
Requirements:
- 2GB RAM, 1GB disk space.
- Accurate system clock (NTP-synced).
Documentation: freqtrade.io
### Keywords
1. Freqtrade
2. Crypto trading bot
3. Python
4. Backtesting
5. Machine learning
6. Telegram trading
7. FreqAI
8. Open source