老师好:
模型里怎样设置商品期货判断在的有效时段内交易。如9:00-10:15, 10:30-13:00, 跨天判断21:00-次日2:30,
(time>opentime(1) and time<=closetime(1)) or (time>opentime(2) and time<=closetime(2)) or (time>opentime(3) and time<=closetime(3)) or (time>opentime(4) and time<=closetime(4))
老师如何定义商品通用的开盘时间和收盘时间交易时
如当日夜盘24:00点到2:30能自动转换连续交易吗。