Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
variable:a=0,b=0;
if cross(aa,bb) then a:=1;
if cross(bb,aa) then a:=-1;
if 多条件 and a=1 and holding>0 then begin
sell(1,0,market);
a:=0;
end
if 空条件 and b=-1 and holding<0 then begin
sellshort(1,0,market);
b:=0;