Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
buy(all(open>ref(open,1),1) and holding=0,1,market); sell(all(close<ref(close,1),1),1,market);
buyshort(all(open<ref(open,1),1) and holding=0,1,market); sellshort(all(close>ref(close,1),1) ,1,market);
这样分开来编写可以吗?