From 254646677ed94c301fb0dbb16d85a0ae0f060d36 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" <zhangkun9038@dingtalk.com> Date: Mon, 13 Jan 2025 01:38:08 +0800 Subject: [PATCH] =?UTF-8?q?key=E8=BF=87=E6=9C=9F=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=BA319=E4=B8=AA=E5=91=A8=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/extent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/extent.go b/modules/extent.go index 87583fd..0fdba18 100644 --- a/modules/extent.go +++ b/modules/extent.go @@ -274,7 +274,7 @@ func GetExpiration(cr *core.Core, per string) (time.Duration, error) { return 0, err } exp, err := cr.PeriodToMinutes(per) - dur := time.Duration(exp*49) * time.Minute + dur := time.Duration(exp*319) * time.Minute return dur, err } func MakeRsi(cr *core.Core, cl *core.Candle, count int, makeStock bool) (error, int) {