2018-12-28 13:52:23 +00:00
|
|
|
site_name: Freqtrade
|
2021-06-07 18:19:48 +00:00
|
|
|
site_url: https://www.freqtrade.io/
|
2021-03-01 08:35:35 +00:00
|
|
|
repo_url: https://github.com/freqtrade/freqtrade
|
2021-06-07 18:19:48 +00:00
|
|
|
use_directory_urls: True
|
2018-12-30 14:22:19 +00:00
|
|
|
nav:
|
2020-02-24 19:11:25 +00:00
|
|
|
- Home: index.md
|
2020-09-04 05:12:08 +00:00
|
|
|
- Quickstart with Docker: docker_quickstart.md
|
|
|
|
- Installation:
|
2020-09-03 02:37:45 +00:00
|
|
|
- Linux/MacOS/Raspberry: installation.md
|
|
|
|
- Windows: windows_installation.md
|
2020-06-14 09:38:56 +00:00
|
|
|
- Freqtrade Basics: bot-basics.md
|
2018-12-30 16:53:33 +00:00
|
|
|
- Configuration: configuration.md
|
2019-05-19 07:07:43 +00:00
|
|
|
- Strategy Customization: strategy-customization.md
|
2021-02-02 19:03:01 +00:00
|
|
|
- Plugins: plugins.md
|
2019-04-05 04:51:16 +00:00
|
|
|
- Stoploss: stoploss.md
|
|
|
|
- Start the bot: bot-usage.md
|
|
|
|
- Control the bot:
|
|
|
|
- Telegram: telegram-usage.md
|
2021-01-25 19:48:52 +00:00
|
|
|
- REST API & FreqUI: rest-api.md
|
2021-03-01 08:35:35 +00:00
|
|
|
- Web Hook: webhook-config.md
|
2019-09-24 04:56:19 +00:00
|
|
|
- Data Downloading: data-download.md
|
2019-01-05 18:34:45 +00:00
|
|
|
- Backtesting: backtesting.md
|
|
|
|
- Hyperopt: hyperopt.md
|
2021-02-02 19:03:01 +00:00
|
|
|
- Utility Sub-commands: utils.md
|
2021-02-25 18:54:57 +00:00
|
|
|
- Plotting: plotting.md
|
2019-09-21 08:27:43 +00:00
|
|
|
- Data Analysis:
|
|
|
|
- Jupyter Notebooks: data-analysis.md
|
|
|
|
- Strategy analysis: strategy_analysis_example.md
|
2020-11-25 15:27:41 +00:00
|
|
|
- Exchange-specific Notes: exchanges.md
|
2021-02-02 19:03:01 +00:00
|
|
|
- Advanced Topics:
|
|
|
|
- Advanced Post-installation Tasks: advanced-setup.md
|
|
|
|
- Edge Positioning: edge.md
|
|
|
|
- Advanced Strategy: strategy-advanced.md
|
|
|
|
- Advanced Hyperopt: advanced-hyperopt.md
|
|
|
|
- Sandbox Testing: sandbox-testing.md
|
|
|
|
- FAQ: faq.md
|
|
|
|
- SQL Cheat-sheet: sql_cheatsheet.md
|
2020-12-04 18:59:26 +00:00
|
|
|
- Updating Freqtrade: updating.md
|
2019-09-30 18:36:52 +00:00
|
|
|
- Deprecated Features: deprecated.md
|
|
|
|
- Contributors Guide: developer.md
|
2018-12-28 14:37:14 +00:00
|
|
|
theme:
|
|
|
|
name: material
|
|
|
|
logo: 'images/logo.png'
|
2020-12-28 13:02:30 +00:00
|
|
|
favicon: 'images/logo.png'
|
2021-06-20 07:37:32 +00:00
|
|
|
custom_dir: 'docs/overrides'
|
2018-12-28 14:37:14 +00:00
|
|
|
palette:
|
2021-06-24 20:53:46 +00:00
|
|
|
- scheme: default
|
|
|
|
primary: 'blue grey'
|
|
|
|
accent: 'tear'
|
|
|
|
toggle:
|
|
|
|
icon: material/toggle-switch-off-outline
|
|
|
|
name: Switch to dark mode
|
|
|
|
- scheme: slate
|
|
|
|
primary: 'blue grey'
|
|
|
|
accent: 'tear'
|
|
|
|
toggle:
|
|
|
|
icon: material/toggle-switch-off-outline
|
|
|
|
name: Switch to dark mode
|
2019-10-06 17:27:20 +00:00
|
|
|
extra_css:
|
|
|
|
- 'stylesheets/ft.extra.css'
|
2020-09-02 22:58:54 +00:00
|
|
|
extra_javascript:
|
|
|
|
- javascripts/config.js
|
|
|
|
- https://polyfill.io/v3/polyfill.min.js?features=es6
|
|
|
|
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
|
2018-12-28 14:37:14 +00:00
|
|
|
markdown_extensions:
|
2021-03-01 08:35:35 +00:00
|
|
|
- attr_list
|
|
|
|
- admonition
|
|
|
|
- footnotes
|
|
|
|
- codehilite:
|
|
|
|
guess_lang: false
|
|
|
|
- toc:
|
|
|
|
permalink: true
|
|
|
|
- pymdownx.arithmatex:
|
|
|
|
generic: true
|
|
|
|
- pymdownx.details
|
|
|
|
- pymdownx.inlinehilite
|
|
|
|
- pymdownx.magiclink
|
|
|
|
- pymdownx.pathconverter
|
|
|
|
- pymdownx.smartsymbols
|
|
|
|
- pymdownx.snippets:
|
|
|
|
base_path: docs
|
|
|
|
check_paths: true
|
|
|
|
- pymdownx.tabbed
|
|
|
|
- pymdownx.superfences
|
|
|
|
- pymdownx.tasklist:
|
|
|
|
custom_checkbox: true
|
|
|
|
- mdx_truly_sane_lists
|