源码
Var1:=(CLOSE-LLV(LOW,120))/(HHV(HIGH,120)-LLV(LOW,120))*100; 20;
Var2:=(OPEN-LLV(LOW,120))/(HHV(HIGH,120)-LLV(LOW,120))*100;
Var3:=(HIGH-LLV(LOW,120))/(HHV(HIGH,120)-LLV(LOW,120))*100;
Var4:=(LOW-LLV(LOW,120))/(HHV(HIGH,120)-LLV(LOW,120))*100;
Var5:=REF(CLOSE,1);
RSIa:= SMA(MAX(CLOSE-Var5,0),5,1)/SMA(ABS(CLOSE-Var5),5,1)*100{,linethick1,colorred };
RSIb:= SMA(MAX(CLOSE-Var5,0),10,1)/SMA(ABS(CLOSE-Var5),10,1)*100{,linethick1,coloryellow} ;
if(CLOSE>=OPEN,Var3,Var1),stick ,linethick0,color00ff00 ;
if(CLOSE>=OPEN,Var2,Var4), stick ,linethick0,coloryellow;
if(CLOSE
if(MAX(Var2,Var1)=100 AND RSIa>80 OR Var3=100 AND RSIa>80,40,0),linethick2 ,colorwhite ;
{if(CLOSE=OPEN,CLOSE,0), pointdot ,linethick5 ;}
RSI1:RSIa,linethick1,colorf0f000;
RSI2:RSIb,linethick1,coloryellow;
if(Var1>=Var2,Var1,0),pointdot ,linethick5 ,colorblue;
if(Var1
80;
0;
100;