--- id: freqtrade version: "2026.7" license: GPLv3 license_treatment: copyleft maintenance: active --- # freqtrade — Freqtrade - Crypto Trading Bot License: copyleft · Maintenance: active · Downloads: 75.2K/mo ## What it is and what it does Freqtrade is an open-source trading automation framework for cryptocurrency markets. It connects to major spot and futures exchanges via ccxt, executes buy/sell strategies defined in Python, and provides backtesting and hyperparameter optimization to refine those strategies before risking real capital. The bot can be controlled remotely via Telegram or a built-in web UI, stores trade history in SQLite, and includes tools for data download, visualization, and performance analysis. The package is designed for developers and traders with Python knowledge who want to automate trading logic without building exchange connectivity from scratch. It emphasizes dry-run testing and backtesting as prerequisites to live trading, and includes adaptive machine learning capabilities for strategies that self-train to market conditions. The large dependency footprint reflects its breadth: technical analysis (TA-Lib, ft-pandas-ta), numerical computing (numpy, scipy), web serving (fastapi), and data serialization (orjson, pyarrow). Use it for: - Backtest a trading strategy against historical data before deploying it live on an exchange. - Optimize strategy parameters using machine learning to find better entry/exit signals. - Run a live trading bot on a schedule, receiving Telegram alerts and controlling it remotely. - Analyze trade performance and generate profit/loss reports in fiat currency. - Download and convert market data from multiple exchanges for research. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Freqtrade is a Python-based cryptocurrency trading bot that automates trading across major exchanges, with backtesting, strategy optimization via machine learning, and control via Telegram or web UI. Yes, if you have Python knowledge and want to automate crypto trading with backtesting and optimization. Active maintenance, low install friction, and zero known vulnerabilities make it a solid choice. The GPLv3 copyleft license restricts commercial redistribution, and the project's own disclaimer emphasizes educational use—do not deploy without understanding the strategy and starting in dry-run mode. The 45 dependencies add complexity; verify your use case doesn't require all of them. ## Install pip install freqtrade uv add freqtrade poetry add freqtrade ## Installing freqtrade Before you install: Low install friction with a pure-wheel distribution. Active maintenance with a recent release and strong community engagement. Requires Python 3.11 or later and brings 45 runtime dependencies including data science, exchange connectivity, and web frameworks. License in practice: GPLv3 copyleft license means any derivative work or distribution must also be open source under GPLv3. Commercial use is permitted but modifications must be shared under the same license. Quickstart: pip install freqtrade freqtrade create-userdir freqtrade new-config freqtrade trade --config user_data/config.json Requires Python 3.11+. Real trading requires exchange API credentials and careful configuration; the project strongly recommends starting with dry-run mode and backtesting before risking actual funds. Verify before relying: - Whether the 45 runtime dependencies are all required for basic trading or if some are optional for specific features like machine learning or web UI. - Performance characteristics and memory footprint when running live trading with multiple pairs or high-frequency strategies. - Specific exchange API rate limits and whether the bot handles them gracefully. ## Package facts - License: GPLv3 (copyleft) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 75.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags crypto trading bot, automated cryptocurrency trading, backtesting trading strategies, machine learning strategy optimization, multi-exchange trading bot, telegram trading bot, hyperparameter optimization trading, trading-automation, backtesting, machine-learning [View on SkillFed](https://skillfed.io/packages/freqtrade) · [View on PyPI](https://pypi.org/project/freqtrade/)