Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
variable:zhisun=6;
if ref(平仓条件,1) and holding=0 and ref(holding,1)>0 and ref(openprofit,1)>100*mindiff*multiplier then zhisun:=20;
if zhisun=20 and holding<>0 and enterprice-c>zhisun*mindiff then begin
sell(1,0,limitr,o);
zhisun:=6;
end