Change some klc and bi recognition

This commit is contained in:
jackyu66git
2025-06-21 03:07:11 +08:00
parent 6e1c335d28
commit 08ca03fc3d
7 changed files with 132 additions and 35 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ def get_crypto_kl_data(symbol, timeframe, limit=1000, start_time=None, end_time=
batch_size = 1000
else:
batch_size = 1500 # 日线及以上可以获取更多
batch_size = 1000 # 默认批次大小
# 初始化存储所有K线数据的列表
all_ohlcv = []