freqtrade - doubility-sky/daydayup GitHub Wiki
Freqtrade is a free and open source crypto trading bot written in Python. It is designed to support all major exchanges and be controlled via Telegram or webUI. It contains backtesting, plotting and money management tools as well as strategy optimization by machine learning.
Learn
- Official Documentation - Comprehensive guide to installation, configuration, and strategy development
- Quickstart with Docker - How to quickly set up Freqtrade using Docker
Configuration
- Exchange-specific Notes - Information on supported exchanges and their specific configurations
Strategies
- Strategy Customization - Learn how to create custom trading strategies
- Hyperopt - How to optimize your trading strategies using hyperparameter optimization
- Advanced Strategies - Advanced strategy techniques including reinforcement learning
- Example Strategies - Collection of strategies for Freqtrade
Backtesting
- Data Downloading - Obtaining historical data for backtesting
- Analyzing Results - Visualizing and analyzing backtest results
Control the Bot
- Telegram Integration - Control your bot via Telegram messaging
- Freqtrade REST API - API for programmatic interaction
- Webhook Notifications - Send trade notifications to external services