在线检测未来函数

250日均线选股

来源:Internet,编辑:股旁网,2012-11-02

编写条件:

1,个股今日的250日均线值>=昨日个股250日日均线值(大于或等于);2,个股最近120天时间里的收盘价都大于当日250日均线值;3,总股本小于5亿股.

编写方法:

xg:ma(c,250)>=ref(ma(c,250)) and count(c>ma(c,250),120)>=120 and totalcapital<=5000000

相关文章