From ef96116c3fbeefefac43aa3ac1b9fef9d9b84085 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 31 Aug 2024 20:34:02 +0200 Subject: [PATCH] docs: add note about freqUI support of dp.current_whitelist closes #10600 --- docs/freq-ui.md | 1 - docs/strategy-customization.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/freq-ui.md b/docs/freq-ui.md index 9b319d808..f1eec3cb9 100644 --- a/docs/freq-ui.md +++ b/docs/freq-ui.md @@ -58,7 +58,6 @@ The plot configuration can be accessed via the "Plot Configurator" (Cog icon) bu ### Settings - Several UI related settings can be changed by accessing the settings page. Things you can change (among others): diff --git a/docs/strategy-customization.md b/docs/strategy-customization.md index a8b9dcb4c..c7a66b03b 100644 --- a/docs/strategy-customization.md +++ b/docs/strategy-customization.md @@ -717,6 +717,7 @@ This is where calling `self.dp.current_whitelist()` comes in handy. ??? Note "Plotting with current_whitelist" Current whitelist is not supported for `plot-dataframe`, as this command is usually used by providing an explicit pairlist - and would therefore make the return values of this method misleading. + It's also not supported for freqUI visualization in [webserver mode](utils.md#webserver-mode) - as the configuration for webserver mode doesn't require a pairlist to be set. ### *get_pair_dataframe(pair, timeframe)*