指标公式详细说明
好公式网(www.goodgongshi.com)告诉您:当前正要下载:超买超卖公式详解 飞狐超买超卖
超买超卖
多加分多发精品
a1:=ref(c,1);
a2:=sma(max(c-a1,0),5,1)/sma(abs(c-a1),5,1)*1000;
a3:=barslast(ref(cross("rsi.rsi1"(6,12,24),"rsi.rsi2"(6,12,24)),1));
a4:=a2-llv(a2,10);
a5:=(ma(a4,2)*3+a4*13)/16;
a6:=if(a5>13,ma(a5,2),a5)/6;
rsi1:=sma(max(c-a1,0),6,1)/sma(abs(c-a1),6,1)*100;
rsi2:=sma(max(c-a1,0),12,1)/sma(abs(c-a1),12,1)*100;
rsi3:=sma(max(c-a1,0),24,1)/sma(abs(c-a1),24,1)*100;
压力:=hhv(ma(rsi2,3),12);
支撑:=llv(ma(rsi2,3),12);
中间:(hhv(ma(rsi2,3),12)+llv(ma(rsi2,3),12))/2,colorred,linethick2;
stickline(rsi2<支撑,中间,rsi2,1,0)colorff00;
stickline(rsi2<支撑,中间,rsi2,8,0)color113300;
stickline(rsi2<支撑,中间,rsi2,7,0)color224400;
stickline(rsi2<支撑,中间,rsi2,6,0)color335500;
stickline(rsi2<支撑,中间,rsi2,5,0)color447700;
stickline(rsi2<支撑,中间,rsi2,4,0)color559900;
stickline(rsi2<支撑,中间,rsi2,3,0)color66aa00;
stickline(rsi2<支撑,中间,rsi2,2,0)color77dd00;
stickline(rsi2<支撑,中间,rsi2,1,0)color88ff00;
stickline(rsi2>=支撑 and rsi2<中间,中间,rsi2,1,0)colorff00;
stickline(rsi2>=支撑 and rsi2<中间,中间,rsi2,8,0)color113300;
stickline(rsi2>=支撑 and rsi2<中间,中间,rsi2,7,0)color224400;
stickline(rsi2>=支撑 and rsi2<中间,中间,rsi2,6,0)color335500;
stickline(rsi2>=支撑 and rsi2<中间,中间,rsi2,5,0)color447700;
stickline(rsi2>=支撑 and rsi2<中间,中间,rsi2,4,0)color559900;
stickline(rsi2>=支撑 and rsi2<中间,中间,rsi2,3,0)color66aa00;
stickline(rsi2>=支撑 and rsi2<中间,中间,rsi2,2,0)color77dd00;
stickline(rsi2>=支撑 and rsi2<中间,中间,rsi2,1,0)color88ff00;
stickline(rsi2>=中间 and rsi2<压力,中间,rsi2,2,0)colorred;
stickline(rsi2>=中间 and rsi2<压力,中间,rsi2,9,0)color1133;
stickline(rsi2>=中间 and rsi2<压力,中间,rsi2,8,0)color2244;
stickline(rsi2>=中间 and rsi2<压力,中间,rsi2,7,0)color3355;
stickline(rsi2>=中间 and rsi2<压力,中间,rsi2,6,0)color4477;
stickline(rsi2>=中间 and rsi2<压力,中间,rsi2,5,0)color5599;
stickline(rsi2>=中间 and rsi2<压力,中间,rsi2,4,0)color66aa;
stickline(rsi2>=中间 and rsi2<压力,中间,rsi2,3,0)color77dd;
stickline(rsi2>=中间 and rsi2<压力,中间,rsi2,2,0)color88ff;
stickline(rsi2>=压力,中间,rsi2,2,0)colorred;
stickline(rsi2>=压力,中间,rsi2,8,0)color1133;
stickline(rsi2>=压力,中间,rsi2,7,0)color2244;
stickline(rsi2>=压力,中间,rsi2,6,0)color3355;
stickline(rsi2>=压力,中间,rsi2,5,0)color4477;
stickline(rsi2>=压力,中间,rsi2,4,0)color5599;
stickline(rsi2>=压力,中间,rsi2,3,0)color66aa;
stickline(rsi2>=压力,中间,rsi2,2,0)color77dd;
stickline(rsi2>=压力,中间,rsi2,1,0)color88ff;
b3:=ref(c,a3+1)>c and ref("rsi.rsi1"(6,12,24),a3+1)<"rsi.rsi1"(6,12,24) and cross ("rsi.rsi1"(6,12,24),"rsi.rsi2"(6,12,24));
drawtext(b3,rsi2,'底背');
b1:=rsi1>=rsi2 and rsi2>=rsi3;
s1:=rsi1<rsi2 and rsi2<rsi3;
bs1:=not(rsi1>=rsi2 and rsi2>=rsi3)and not(rsi1<rsi2 and rsi2<rsi3);
stickline(b1,80,82,2,1)colorred;
stickline(s1,80,82,2,1)colorgreen;
stickline(bs1,80,82,2,1)coloryellow;
短线:if(cross(a6,1) and (a6<30)and rsi2<35 and rsi2>=支撑 and rsi2<中间,30,20),colormagenta,linethick2;
>>>使用本站搜索工具可以找到更多“超买超卖公式详解 飞狐超买超卖”