飞狐跨栏投球副图指标
rn
源码
rn
涨跌:=(CLOSE-REF(CLOSE,1))/REF(CLOSE,1)*100;
rn换手:=VOL/CAPITAL*100,;
rnA:=涨跌>5 and 换手>5;
rnB:=ALL(c>ref(c,1),3) and 涨跌<5 and C>ref(c,1) and c
rnAA:=BARSLAST(A);
rn爆破:ref(c,AA) and B and ref(c,AA)
rnDRAWICON(爆破,1,10);
rnDRAWICON(cref(o,1)
rnyj:(cref(o,1)
rn长上影:=(HIGH-MAX(CLOSE,OPEN))/(HIGH-LOW)>0.667;
rnzjg: o>=ref(o,1) and c<=ref(h,1) and c>=ref(c,1);
rnSTICKLINE( zjg,1,0,4,0),COLORCCFF66;
rn

© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END




















暂无评论内容