docs: enhance freqUI documentation page structure
This commit is contained in:
+10
-1
@@ -70,7 +70,16 @@ Things you can change (among others):
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
## Backtesting
|
## Webserver mode
|
||||||
|
|
||||||
|
when freqtrade is started in [webserver mode](utils.md#webserver-mode) (freqtrade started with `freqtrade webserver`), the webserver will start in a special mode allowing for additional features, for example:
|
||||||
|
|
||||||
|
* Downloading data
|
||||||
|
* Testing pairlists
|
||||||
|
* [Backtesting strategies](#backtesting)
|
||||||
|
* ... to be expanded
|
||||||
|
|
||||||
|
### Backtesting
|
||||||
|
|
||||||
When freqtrade is started in [webserver mode](utils.md#webserver-mode) (freqtrade started with `freqtrade webserver`), the backtesting view becomes available.
|
When freqtrade is started in [webserver mode](utils.md#webserver-mode) (freqtrade started with `freqtrade webserver`), the backtesting view becomes available.
|
||||||
This view allows you to backtest strategies and visualize the results.
|
This view allows you to backtest strategies and visualize the results.
|
||||||
|
|||||||
Reference in New Issue
Block a user