From 51478baa475e8b2a84ba51c46aaec2b38875fbe5 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 4 Apr 2026 19:46:46 +0200 Subject: [PATCH] docs: Add Dashboard section to freqUI docs --- docs/freq-ui.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/freq-ui.md b/docs/freq-ui.md index ff9758888..efdea7ff0 100644 --- a/docs/freq-ui.md +++ b/docs/freq-ui.md @@ -46,6 +46,23 @@ On this page, you can also interact with the bot by starting and stopping it and ![FreqUI - trade view](assets/freqUI-trade-pane-dark.png#only-dark) ![FreqUI - trade view](assets/freqUI-trade-pane-light.png#only-light) +### Dashboard + +The dashboard view provides an overview of the bot's performance and status. +If multiple bots are connected, the dashboard will show an overview of all connected bots, allowing you to easily switch between them or show just a subset of available bots. + +#### Wallet Balance + +New in freqtrade 2026.4 shows the balance of the bot over time. + +Compared to the "cumulative Profit" chart, this chart will show the actual balance of the bot over time, including unrealized profit and losses, as well as deposits and withdrawals. + +Historic data has re-populated based on available exchange data - however is assumed to be best-effort and may not be 100% accurate. +More specifically, it won't cover deposits and withdrawals, and will assume a starting balance of current balance - profit/losses. + +For clarity - a "Capture start" marker line is shown on the chart, which indicates the point at which the migration to the new wallet balance tracking system happened. +Only beyond this point, the wallet balance is expected to be accurate. + ### Plot Configurator FreqUI Plots can be configured either via a `plot_config` configuration object in the strategy (which can be loaded via "from strategy" button) or via the UI.