在线检测未来函数

60日均线和30日均线金叉

来源:Internet,编辑:股旁网,2012-12-14

编写条件:

选出30日均线在60日均线上方运行,且两条均线都是拐头向上的的个股

编写方法:

ma(c,30)>ma(c,60) and ref(ma(c,30),2)>ref(ma(c,30),1) and ref(ma(c,60),2)>ref(ma(c,60),1) and ma(c,30)>ref(ma(c,30),1) and ma(c,60)>ref(ma(c,60),1) ;

相关文章