From 3b03d4346cdecea225f991637e172437f55ced6d Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 19 Sep 2025 20:31:03 +0200 Subject: [PATCH] docs: enhance freqUI documentation page structure --- docs/freq-ui.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/freq-ui.md b/docs/freq-ui.md index 9f877a004..ff9758888 100644 --- a/docs/freq-ui.md +++ b/docs/freq-ui.md @@ -70,7 +70,16 @@ Things you can change (among others): ![FreqUI - Settings view](assets/frequi-settings-dark.png#only-dark) ![FreqUI - Settings view](assets/frequi-settings-light.png#only-light) -## 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. This view allows you to backtest strategies and visualize the results.