2018-12-28 13:52:23 +00:00
|
|
|
site_name: Freqtrade
|
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:
|
|
|
|
- Docker without docker-compose: docker.md
|
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
|
2019-04-05 04:51:16 +00:00
|
|
|
- Stoploss: stoploss.md
|
|
|
|
- Start the bot: bot-usage.md
|
|
|
|
- Control the bot:
|
|
|
|
- Telegram: telegram-usage.md
|
|
|
|
- Web Hook: webhook-config.md
|
2019-05-18 08:24:22 +00:00
|
|
|
- REST API: rest-api.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
|
2019-09-30 18:36:52 +00:00
|
|
|
- Edge Positioning: edge.md
|
2020-12-07 18:22:14 +00:00
|
|
|
- Plugins: plugins.md
|
2019-09-30 18:36:52 +00:00
|
|
|
- Utility Subcommands: utils.md
|
2018-12-30 16:29:07 +00:00
|
|
|
- FAQ: faq.md
|
2019-09-21 08:27:43 +00:00
|
|
|
- Data Analysis:
|
|
|
|
- Jupyter Notebooks: data-analysis.md
|
|
|
|
- Strategy analysis: strategy_analysis_example.md
|
|
|
|
- Plotting: plotting.md
|
2019-01-05 18:34:45 +00:00
|
|
|
- SQL Cheatsheet: sql_cheatsheet.md
|
2020-11-25 15:27:41 +00:00
|
|
|
- Exchange-specific Notes: exchanges.md
|
2019-10-26 10:08:36 +00:00
|
|
|
- Advanced Post-installation Tasks: advanced-setup.md
|
2020-02-21 19:54:21 +00:00
|
|
|
- Advanced Strategy: strategy-advanced.md
|
2019-12-03 18:36:25 +00:00
|
|
|
- Advanced Hyperopt: advanced-hyperopt.md
|
2019-09-30 18:36:52 +00:00
|
|
|
- Sandbox Testing: sandbox-testing.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'
|
2018-12-30 17:22:28 +00:00
|
|
|
custom_dir: 'docs'
|
2018-12-28 14:37:14 +00:00
|
|
|
palette:
|
|
|
|
primary: 'blue grey'
|
2018-12-28 15:16:04 +00:00
|
|
|
accent: 'tear'
|
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:
|
2018-12-30 15:56:27 +00:00
|
|
|
- admonition
|
2020-09-02 22:58:54 +00:00
|
|
|
- footnotes
|
2018-12-30 15:56:27 +00:00
|
|
|
- codehilite:
|
|
|
|
guess_lang: false
|
|
|
|
- toc:
|
|
|
|
permalink: true
|
2020-09-02 22:58:54 +00:00
|
|
|
- pymdownx.arithmatex:
|
|
|
|
generic: true
|
2018-12-30 15:56:27 +00:00
|
|
|
- pymdownx.details
|
|
|
|
- pymdownx.inlinehilite
|
|
|
|
- pymdownx.magiclink
|
2020-10-09 07:02:20 +00:00
|
|
|
- pymdownx.pathconverter
|
2018-12-30 15:56:27 +00:00
|
|
|
- pymdownx.smartsymbols
|
2020-10-09 07:02:20 +00:00
|
|
|
- pymdownx.snippets:
|
|
|
|
base_path: docs
|
|
|
|
check_paths: true
|
2020-09-03 02:37:45 +00:00
|
|
|
- pymdownx.tabbed
|
2018-12-30 15:56:27 +00:00
|
|
|
- pymdownx.superfences
|
|
|
|
- pymdownx.tasklist:
|
|
|
|
custom_checkbox: true
|
2019-10-20 08:34:04 +00:00
|
|
|
- mdx_truly_sane_lists
|