Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
1.if 条件 then buy(holdin=0,1,market);
2.if 条件 and holding>0 then ......;
单根涨幅超过3%的不下单?
涨幅定义是(h-l)/l?
1.if 条件 and (h-l)/l<0.03 then buy(holding=0,1,market);