Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
if time >= 145500 then begin sell(holding > 0, holding, market); sellshort(holding < 0, holding, market); end
exitlong:time>145500;
exitshort:time>145500;
COND1:time >= 145500;COND1,SPK;
这样写不行么?