Small doc-reorg adding "advanced topics" as main header
This commit is contained in:
parent
fa8156b321
commit
f0532f28cf
@ -4,6 +4,7 @@ This page provides you some basic concepts on how Freqtrade works and operates.
|
|||||||
|
|
||||||
## Freqtrade terminology
|
## Freqtrade terminology
|
||||||
|
|
||||||
|
* Strategy: Your trading strategy, telling the bot what to do.
|
||||||
* Trade: Open position.
|
* Trade: Open position.
|
||||||
* Open Order: Order which is currently placed on the exchange, and is not yet complete.
|
* Open Order: Order which is currently placed on the exchange, and is not yet complete.
|
||||||
* Pair: Tradable pair, usually in the format of Quote/Base (e.g. XRP/USDT).
|
* Pair: Tradable pair, usually in the format of Quote/Base (e.g. XRP/USDT).
|
||||||
|
19
mkdocs.yml
19
mkdocs.yml
@ -8,6 +8,7 @@ nav:
|
|||||||
- Freqtrade Basics: bot-basics.md
|
- Freqtrade Basics: bot-basics.md
|
||||||
- Configuration: configuration.md
|
- Configuration: configuration.md
|
||||||
- Strategy Customization: strategy-customization.md
|
- Strategy Customization: strategy-customization.md
|
||||||
|
- Plugins: plugins.md
|
||||||
- Stoploss: stoploss.md
|
- Stoploss: stoploss.md
|
||||||
- Start the bot: bot-usage.md
|
- Start the bot: bot-usage.md
|
||||||
- Control the bot:
|
- Control the bot:
|
||||||
@ -17,20 +18,20 @@ nav:
|
|||||||
- Data Downloading: data-download.md
|
- Data Downloading: data-download.md
|
||||||
- Backtesting: backtesting.md
|
- Backtesting: backtesting.md
|
||||||
- Hyperopt: hyperopt.md
|
- Hyperopt: hyperopt.md
|
||||||
- Edge Positioning: edge.md
|
- Utility Sub-commands: utils.md
|
||||||
- Plugins: plugins.md
|
|
||||||
- Utility Subcommands: utils.md
|
|
||||||
- FAQ: faq.md
|
|
||||||
- Data Analysis:
|
- Data Analysis:
|
||||||
- Jupyter Notebooks: data-analysis.md
|
- Jupyter Notebooks: data-analysis.md
|
||||||
- Strategy analysis: strategy_analysis_example.md
|
- Strategy analysis: strategy_analysis_example.md
|
||||||
- Plotting: plotting.md
|
- Plotting: plotting.md
|
||||||
- SQL Cheatsheet: sql_cheatsheet.md
|
|
||||||
- Exchange-specific Notes: exchanges.md
|
- Exchange-specific Notes: exchanges.md
|
||||||
- Advanced Post-installation Tasks: advanced-setup.md
|
- Advanced Topics:
|
||||||
- Advanced Strategy: strategy-advanced.md
|
- Advanced Post-installation Tasks: advanced-setup.md
|
||||||
- Advanced Hyperopt: advanced-hyperopt.md
|
- Edge Positioning: edge.md
|
||||||
- Sandbox Testing: sandbox-testing.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
|
||||||
- Updating Freqtrade: updating.md
|
- Updating Freqtrade: updating.md
|
||||||
- Deprecated Features: deprecated.md
|
- Deprecated Features: deprecated.md
|
||||||
- Contributors Guide: developer.md
|
- Contributors Guide: developer.md
|
||||||
|
Loading…
Reference in New Issue
Block a user