Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
if c>x then begin
sellshort(1,0,thisclose);
buy(holding=0,1,thisclose);
end
if c<x then begin
sell(1,0,thisclose);
buyshort(holding=0,1,thisclose);
thisclose改成nextopen,交易设定为:走完k线下单