九毛八公式指标
公式模块:
麻烦老师编一个12、26.60三均线粘连的选股公式,谢谢!!
见图:最好加一个条件就是60均线趋势向上,谢谢!!!
m1:=ma(close,5);
m2:=ma(close,12);
m3:=ma(close,26);
m4:=ma(close,60);
y1:=max(max(max(m1,m2),m3),m4);
x1:=min(min(min(m1,m2),m3),m4);
黏合:m4>ref(m4,1) and y1/x1<n;
n越小越黏合(n,1.01-----1.05)