飞狐玄黄解势副图指标
源码
M:=8;N:=4.5;
gjw:=amount/v/100;
gj:=if(gjw>c*1.1,c,if(gjw<c*0.9,c,gjw));
x1:=100*winner(gj),linethick2;
x:=ma(x1,5),linethick2;
ab:=hhv(c,0)/x;
a1:=if(ab>2.5,-10,ab);
a:=if(a1>1,-10,a1);
(底限):a,stick;
ee:=x/llv(l,0);
ef:=hhv(h,0)/x*m*10;
b:=if(ef>50,50,ef);
(平衡区):=b,linethick2;
fg:=hhv(h,0)/x*n*100;
d:=if(fg>100,100,fg);
(上限):d,colorffffff,pointdot;
DRAWTEXT(cross(86,x),x,'---振荡诱多!!!'),colorred;
DRAWTEXT(cross(x,5),x,'---低位吸筹!!!'),colorgreen;
DRAWTEXT(cross(x,45),x,'---加速拉升!!!'),coloryellow;