From f3a83aa66c4d0410e689b675fa1ee784ef672823 Mon Sep 17 00:00:00 2001 From: Sewmina Date: Sat, 18 Jan 2025 21:18:50 +0530 Subject: [PATCH] one week util --- Utils.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Utils.cs b/Utils.cs index 901e19f..131008f 100644 --- a/Utils.cs +++ b/Utils.cs @@ -43,6 +43,8 @@ namespace SignalsTest return 60 * 24; case KlineInterval.ThreeDays: return 60 * 24 * 3; + case KlineInterval.OneWeek: + return 60 * 24 * 7; default: return 0;