底:10,COLORCC6633,LINETHICK2;
97,COLORB5A642,LINETHICK3;
90,COLOR9966FF,LINETHICK1;
超买:76,DOTLINE,colorligreen;
R:=EMA(-100*(HHV(HIGH,34)-CLOSE)/(HHV(HIGH,34)-LLV(LOW,34)),4);
趋势线:R+100,coloryellow,LINETHICK1;
STICKLINE ((趋势线>90),趋势线,90,8,0),colorgreen;
STICKLINE ((CROSS(趋势线,10)) ,0,60,0.5,0),colorred;
STICKLINE ((趋势线<10),10,-1,5,0),COLORCFB53B;