俺滴公式很简单,一般就几行,呵呵,言简意赅,效果也不错
源码:
均线82:=REF(C,1)/REF(C,2)<=0.93 AND BETWEEN(C/REF(C,1),1.03,0.97) and close/ref(close,8)<=0.8 and between(ref(c,2)/ref(c,3),1.04,0.96) and between(ref(c,3)/ref(c,4),1.04,0.96),linethick0,coloryellow; stickline(均线82,0,4,8,0),colorred; 选股:均线82,colorwhite;
  |