freqtrade 2024.9
0
Freqtrade - Crypto Trading Bot
Contents
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.
Stars: 28397, Watchers: 28397, Forks: 6082, Open Issues: 48The freqtrade/freqtrade
repo was created 7 years ago and the last code push was 7 hours ago.
The project is extremely popular with a mindblowing 28397 github stars!
How to Install freqtrade
You can install freqtrade using pip
pip install freqtrade
or add it to a project with poetry
poetry add freqtrade
Package Details
- Author
- Freqtrade Team
- License
- GPLv3
- Homepage
- https://github.com/freqtrade/freqtrade
- PyPi:
- https://pypi.org/project/freqtrade/
- Documentation:
- https://freqtrade.io
- GitHub Repo:
- https://github.com/freqtrade/freqtrade
Classifiers
- Office/Business/Financial/Investment
Related Packages
Errors
A list of common freqtrade errors.
Code Examples
Here are some freqtrade
code examples and snippets.
GitHub Issues
The freqtrade package has 48 open issues on GitHub
- Please add volume profile to strategy
- New miniconda installation
- enhance freqai to accept categorical_features
- Adding Custom Data to Freqtrade Dataframe for Strategies
- Risk reward management
- [WIP] Feature: Multiple open orders
- getting a covariance matrix in case of a static pairlist
- Question about condition Check for Relative Drawdown in MaxDrawDownRelativeHyperOptLoss
- Outsource data pipeline handling to improve flexibility
- backtest - lookahead_analysis
- Support take profit order same as "stoploss_on_exchange" on Binance