From 6628d24fe08edda60c27f6ee3338eef01dcec0dd Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Thu, 4 Jan 2024 10:58:10 +0100 Subject: [PATCH] eww: Change freqtrade graph time range --- bar/eww/eww.yuck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bar/eww/eww.yuck b/bar/eww/eww.yuck index b6e72b8..26a3724 100644 --- a/bar/eww/eww.yuck +++ b/bar/eww/eww.yuck @@ -38,7 +38,7 @@ (box :class "trades-box" (graph :value {arraylength(bots) > 1 ? -bots[2].open_profit_pct * 2.0 : 0} - :time-range "20m" + :time-range "40m" :thickness 2 :line-style "round" :dynamic true