Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
请教各位大虾:
想在集合竞价时段将所有持仓下单平仓,这样写可以吗?
tsell(currenttime>=085500 and currenttime<085900 and holding>0,0,lmt,ref(c,1)*0.97);tsellshort(currenttime>=085500 and currenttime<085900 and holding<0,0,lmt,ref(c,1)*1.03);