Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
多头:
if enterbars>0 and holding>0 and openprofit<=hhv(openprofit,enterbars+1)*0.8 then sell(1,0,marketr);
空头:
if enterbars>0 and holding<0 and openprofit<=hhv(openprofit,enterbars+1)*0.8 then sellshort(1,0,marketr);