利用涨速线与加速度选股需灵活使用,指标数值设定的高低决定出票多少,选出时盘中涨幅也不同,指标数值设定得高,出票时盘中涨幅相对也高。

  a1:=ma(c,5);

  b1:=ma(c,10);

  a:=100*(a1-ref(a1,1))/ref(a1,1);

  b:=100*(b1-ref(b1,1))/ref(b1,1);

  ma5:a-ref(a,1);

  ma10:b-ref(b,1);

  1,colorred;

  0,LINETHICK4,colorgreen;

  2;