2018-12-28 13:52:23 +00:00
|
|
|
site_name: Freqtrade
|
2018-12-30 14:22:19 +00:00
|
|
|
nav:
|
2018-12-30 16:58:06 +00:00
|
|
|
- About: index.md
|
2018-12-31 10:04:22 +00:00
|
|
|
- Installation: installation.md
|
2018-12-30 16:53:33 +00:00
|
|
|
- Configuration: configuration.md
|
2019-01-05 18:34:45 +00:00
|
|
|
- Custom Strategy: bot-optimization.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-01-05 18:34:45 +00:00
|
|
|
- Backtesting: backtesting.md
|
|
|
|
- Hyperopt: hyperopt.md
|
|
|
|
- Edge positioning: edge.md
|
|
|
|
- Plotting: plotting.md
|
2019-03-05 11:29:55 +00:00
|
|
|
- Deprecated features: deprecated.md
|
2018-12-30 16:29:07 +00:00
|
|
|
- FAQ: faq.md
|
2019-01-05 18:34:45 +00:00
|
|
|
- SQL Cheatsheet: sql_cheatsheet.md
|
2019-03-05 09:44:06 +00:00
|
|
|
- Sandbox testing: sandbox-testing.md
|
2019-01-05 18:34:45 +00:00
|
|
|
- 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'
|
2018-12-28 14:37:14 +00:00
|
|
|
markdown_extensions:
|
2018-12-30 15:56:27 +00:00
|
|
|
- admonition
|
|
|
|
- codehilite:
|
|
|
|
guess_lang: false
|
|
|
|
- toc:
|
|
|
|
permalink: true
|
|
|
|
- pymdownx.arithmatex
|
|
|
|
- pymdownx.caret
|
|
|
|
- pymdownx.critic
|
|
|
|
- pymdownx.details
|
|
|
|
- pymdownx.inlinehilite
|
|
|
|
- pymdownx.magiclink
|
|
|
|
- pymdownx.mark
|
|
|
|
- pymdownx.smartsymbols
|
|
|
|
- pymdownx.superfences
|
|
|
|
- pymdownx.tasklist:
|
|
|
|
custom_checkbox: true
|
2019-01-05 18:34:45 +00:00
|
|
|
- pymdownx.tilde
|