From 19ca55d7f14fcdfeb9af6c90573a85b3477566d2 Mon Sep 17 00:00:00 2001 From: yanweidong Date: Thu, 5 Feb 2026 20:54:40 +0800 Subject: [PATCH] fix offset --- internal/logic/strategy/rule/rsi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/logic/strategy/rule/rsi.go b/internal/logic/strategy/rule/rsi.go index 9c2bc52..e020a0f 100644 --- a/internal/logic/strategy/rule/rsi.go +++ b/internal/logic/strategy/rule/rsi.go @@ -11,7 +11,7 @@ import ( ) var ( - offset = 3 // 偏移量 + offset = 0 // 偏移量 ) type StockArgConf struct {