飞狐金燎多空跑道与乾坤K线副图指标
rn
源码
rn
Ma5:MA(C,5),linethick2;
rn
Ma21:MA(C,21),colorcyan,linethick2;
rn
jj:=(H+L+C+O)/4;
rn
STICKLINE(C>O,jj,jj,18,0),colorred;
rn
STICKLINE(C
rn
rn
rn
var1:=MA(C,5);
rn
var2:=MA(C,10);
rn
var3:=MA(C,20);
rn
var4:=MA(C,30);
rn
h1a:=(var1+var2+var3+var4)/4;
rn
MA(h1a,5),colorblue;
rn
MA(h1a,6),COLORGREEN;
rn
MA(h1a,7),COLORGREEN;
rn
MA(h1a,8),COLORGREEN;
rn
MA(h1a,9),COLORGREEN;
rn
MA(h1a,10),COLORGREEN;
rn
MA(h1a,11),COLORGREEN;
rn
MA(h1a,12),COLORYELLOW;
rn
MA(h1a,13),colorblue,linethick3;
rn
MA(h1a,14),colorYELLOW;
rn
MA(h1a,15),COLORGREEN;
rn
MA(h1a,16),COLORGREEN;
rn
MA(h1a,17),COLORGREEN;
rn
MA(h1a,18),COLORGREEN;
rn
MA(h1a,19),COLORGREEN;
rn
MA(h1a,20),COLORGREEN;
rn
MA(h1a,21),COLORBLUE;
rn
partline(C>MA(h1a,13),MA(h1a,5)),COLORYELLOW;
rn
partline(C>MA(h1a,13),MA(h1a,6)),COLORRED;
rn
partline(C>MA(h1a,13),MA(h1a,7)),COLORRED;
rn
partline(C>MA(h1a,13),MA(h1a,8)),COLORRED;
rn
partline(C>MA(h1a,13),MA(h1a,9)),COLORRED;
rn
partline(C>MA(h1a,13),MA(h1a,10)),COLORRED;
rn
partline(C>MA(h1a,13),MA(h1a,11)),COLORRED;
rn
partline(C>MA(h1a,13),MA(h1a,12)),COLORGREEN;
rn
partline(C>MA(h1a,13),MA(h1a,13)),COLORYELLOW,LINETHICK2;
rn
partline(C>MA(h1a,13),MA(h1a,14)),COLORGREEN;
rn
partline(C>MA(h1a,13),MA(h1a,15)),COLORRED;
rn
partline(C>MA(h1a,13),MA(h1a,16)),COLORRED;
rn
partline(C>MA(h1a,13),MA(h1a,17)),COLORRED;
rn
partline(C>MA(h1a,13),MA(h1a,18)),COLORRED;
rn
partline(C>MA(h1a,13),MA(h1a,19)),COLORRED;
rn
partline(C>MA(h1a,13),MA(h1a,20)),COLORRED;
rn
partline(C>MA(h1a,13),MA(h1a,21)),COLORYELLOW;
rn
rn
rn
STICKLINE(C>O,O,C,7,0),COLORRED;
rn
STICKLINE(C>O,O,C,4,0),COLORB0B0FF;
rn
STICKLINE(C>O,O,C,2,0),COLORYELLOW;
rn
STICKLINE(C>O,L,H,0.1,0),COLORYELLOW;
rn
STICKLINE(C< O,O,C,7,0),COLORFF2020;
rn
STICKLINE(C< O,O,C,4,0),COLORFF6600;
rn
STICKLINE(C< O,O,C,2,0),COLORCYAN;
rn
STICKLINE(C< O,L,H,0.1,0),COLORCYAN;
rn
STICKLINE(C=O AND C>=REF(C,1),O,C,7,0),COLORRED;
rn
STICKLINE(C=O AND C>=REF(C,1),O,C,4,0),COLORB0B0FF;
rn
STICKLINE(C=O AND C>=REF(C,1),O,C,2,0),COLORYELLOW;
rn
STICKLINE(C=O AND C>=REF(C,1),L,H,0.1,0),COLORYELLOW;
rn
STICKLINE(C=O AND C< REF(C,1),O,C,7,0),COLORFF2020;
rn
STICKLINE(C=O AND C< REF(C,1),O,C,4,0),COLORFF6600;
rn
STICKLINE(C=O AND C< REF(C,1),O,C,2,0),COLORCYAN;
rn
STICKLINE(C=O AND C< REF(C,1),L,H,0.1,0),COLORCYAN;
rn

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




















暂无评论内容