神奇K线组合选股指标 (源码)
2012-09-21 08:59:00来源:本站整理浏览:238
大智慧神奇K线组合选股指标公式股票软件源码如下:
st:=(c-o)/o;
神奇K线组合:last(isup)>2 and ref(st,1)>ref(st,2) and ref(o,1)<ref(c,2)*0.997 and ref(o,1)>ref(o,2) and c/ref(c,1)>=1.07 and ref(count(c/ref(c,1)>1.0985,15)>=1,1) and ref(c,2)/ref(c,3)<1.0985 and ref(c,3)/ref(c,4)<1 AND MA(C,60)>REF(MA(C,60),1) AND BARPOS > 66;
- 上一篇公式:大胆搏主图指标 (源码)
- 下一篇公式:步步高升指标 (源码)