涨停就发选股指标 (源码)
2011-10-31 08:59:00来源:本站整理浏览:148
涨停就发: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(涨停就发,0,2,8,1),colorred;
drawtext(涨停就发,3,'今\n买\n明\n涨\n停'),COLORred;
选股:涨停就发,colorwhite;
- 上一篇公式:黑火药指标 (源码)
- 下一篇公式:大牛有形主图指标 (源码)