Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
//多头止损
if enterprice-close>10 then sell(holding>0,0,market);
//空头止损
if c-enterprice>10 then sellshort(holding<0,0,market);