更新策略邮件推送

This commit is contained in:
2025-12-16 00:36:36 +08:00
parent 548ea34238
commit 3648f9c790
25 changed files with 10229 additions and 2519 deletions

File diff suppressed because one or more lines are too long

View File

@@ -236,12 +236,12 @@ if __name__ == "__main__":
# 这种方式适合获取相对较短或中等长度的历史K线数据。
df_if_backtest_daily = collect_and_save_tqsdk_data_stream(
symbol="KQ.m@SHFE.rb",
symbol="KQ.m@SHFE.br",
# symbol='SHFE.rb2510',
# symbol='KQ.i@SHFE.bu',
freq="min15",
start_date_str="2021-01-01",
end_date_str="2025-11-28",
end_date_str="2025-12-01",
mode="backtest", # 指定为回测模式
tq_user=TQ_USER_NAME,
tq_pwd=TQ_PASSWORD,