Freqtrade: A Free, Open-Source Crypto Trading Bot

·

Freqtrade is a free and open-source cryptocurrency trading bot written in Python. Designed to support major exchanges, it offers tools for backtesting, strategy optimization via machine learning, and management through Telegram or a web interface.


Key Features

👉 Explore Freqtrade’s advanced features


Supported Exchanges

Spot Trading

Futures (Experimental)

Note: Review exchange-specific configurations before trading.


Getting Started

Quick Installation

  1. Docker: Follow the Docker Quickstart guide.
  2. Native Install: See installation docs.

Basic Commands

freqtrade trade  # Start trading  
freqtrade backtesting --strategy MyStrategy  # Test strategies  

Risk Disclaimer

🚨 Use at your own risk. Always:


FAQ

How do I optimize strategies?

Use hyperopt to test parameters:

freqtrade hyperopt --strategy MyStrategy -e 100  

Which exchanges support leverage?

Binance, OKX, and Gate.io offer futures (experimental).

Where can I get help?

Join the Freqtrade Discord.

👉 Start trading with confidence


Advanced Features


Contribute & Support

Always target the develop branch for PRs.


Requirements

Note: Ensure your system clock syncs via NTP to avoid exchange API errors.