Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
if 多头开仓条件 then buy(holding=0,1,marketr);
if 多头平仓条件 then sell(1,0,marketr);
if 空头开仓条件 then buyshort(holding=0,1,marketr);
if 空头平仓条件 then sellshrot(1,0,marketr);
if 空头平仓条件 then sellshort(1,0,marketr);
上面有拼写错误,不好意思,现在已经改正