Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
xx:=valuewhen(开仓条件,x);
if x>=a then sell(持仓判断,0,limitr,xx+0.3);
if x>=a then tsell(持仓判断,0,lmt,xx+0.3,0);
后台当然不能和图表一样,要修改成上面那样
n:=count(a>b,20);
n就是记录的次数
for i=0 to 20 do begin
x:=a+i;
y:=y*4;
end