Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
if b=1 then sell(1,0,market);
if b=1 and mm>10 then buyshort(1,n%,market);
if b=1 and mm<10 then buyshort(1,m%,market);
if a=1 then sellshort(1,0,market);
if a=1 and mm>10 then buy(1,n%,market);
if a=1 and mm<10 then buy(1,m%,market);