为什么相同的代码,在使用run_daily()开盘1分钟执行一次,和hand_bar()日线方式执行的结果完全不同? run_daily(daily_handle,time_rule='after_open',hours=0, minutes=1, reference_security='000300.SH') // def daily_handle(context,bar_dict): def handle_bar(context,bar_dict):