GitHub - Freqtrade: Free, Open Source Crypto Trading Bot

ยท

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

๐Ÿ‘‰ Explore advanced bot strategies

Supported Exchanges

Spot Trading

Futures Trading (Experimental)

Note: Review exchange-specific configurations before trading.


Quick Start

  1. Docker Setup:

    docker-compose pull  
    docker-compose up -d  

    Detailed guide.

  2. 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

Requirements:

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