From 01279141aebf84ffc360d39d047b7c41a34d9944 Mon Sep 17 00:00:00 2001 From: fasiondog Date: Tue, 26 Mar 2024 03:08:19 +0800 Subject: [PATCH] update --- hikyuu_cpp/hikyuu/analysis/analysis_sys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hikyuu_cpp/hikyuu/analysis/analysis_sys.h b/hikyuu_cpp/hikyuu/analysis/analysis_sys.h index b6f25779..31e756b9 100644 --- a/hikyuu_cpp/hikyuu/analysis/analysis_sys.h +++ b/hikyuu_cpp/hikyuu/analysis/analysis_sys.h @@ -46,7 +46,7 @@ inline vector analysisSystemListWith(const Container vector result; HKU_IF_RETURN(blk.size() == 0 || !sys_proto, result); - sys_proto->reset(); + sys_proto->forceReset(); SystemList sys_list; StockList stk_list; for (const auto& stk : blk) {