Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
如何定义有夜盘的交易区间
T1:=(time>210000 and time<020000) or (time>090000 and time<150000);我这样定义还是只能出现在白天,晚上没有定义成功,向专家请教,谢谢!!!
and改成or
T1:=(time>210000 or time<020000) or (time>090000 and time<150000);
谢谢!!!