Merge branch 'develop' into feature/fetch-public-trades

This commit is contained in:
Matthias
2024-06-04 19:49:27 +02:00
96 changed files with 2656 additions and 2536 deletions

View File

@@ -1,5 +1,6 @@
site_name: Freqtrade
site_url: https://www.freqtrade.io/en/latest/
site_url: !ENV [READTHEDOCS_CANONICAL_URL, 'https://www.freqtrade.io/en/latest/']
site_description: Freqtrade is a free and open source crypto trading bot written in Python, designed to support all major exchanges and be controlled via Telegram or builtin Web UI
repo_url: https://github.com/freqtrade/freqtrade
edit_uri: edit/develop/docs/
use_directory_urls: True
@@ -49,9 +50,9 @@ nav:
- Advanced Hyperopt: advanced-hyperopt.md
- Advanced Orderflow: advanced-orderflow.md
- Producer/Consumer mode: producer-consumer.md
- SQL Cheat-sheet: sql_cheatsheet.md
- Edge Positioning: edge.md
- FAQ: faq.md
- SQL Cheat-sheet: sql_cheatsheet.md
- Strategy migration: strategy_migration.md
- Updating Freqtrade: updating.md
- Deprecated Features: deprecated.md