Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
举个例子,以开多为例
盈利200点,回撤40%
if holding>0 and hhv(h,enterbars+1)-enterprice>200 and l-enterprice<(hhv(h,enterbars+1)-enterprice)*0.6 then sell(1,0,market);
其他的按照上面的格式书写即可