强势
(2013-07-19 19:15:05)
标签:
股票 |
分类: 程序源码 |
涨停:=selfdata('涨停');
条件:=sum(涨停,30)>1 and sum(涨停,15)>0;
diff:=ema(c,12)-ema(c,26);
选股:c>ma(c,20) and diff>ref(diff,1) and 条件,precis0;