From cabfbf0c984f2629adecb0de99ee20803af2edc2 Mon Sep 17 00:00:00 2001 From: Guillaume De Saint Martin Date: Tue, 8 Oct 2024 15:50:17 +0200 Subject: [PATCH 1/2] [WebInterface] add warning when no trading mode in backtesting --- Services/Interfaces/web_interface/templates/backtesting.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Services/Interfaces/web_interface/templates/backtesting.html b/Services/Interfaces/web_interface/templates/backtesting.html index 26e283060..45294cdac 100644 --- a/Services/Interfaces/web_interface/templates/backtesting.html +++ b/Services/Interfaces/web_interface/templates/backtesting.html @@ -101,6 +101,10 @@

Backtesting can't be used in backtesting. Select another profile or trading mode to run a backtesting. + {% elif not activated_trading_mode %} + {% endif %}