A:=EMA(100*(CLOSE-LLV(LOW,30))/(HHV(HIGH,30)-LLV(LOW,30)),3),COLORYELLOW,LINETHICK0; 警惕线:80,COLORRED,LINETHICK2; 关注线:10,COLORGREEN,LINETHICK2; 操盘线:A,COLORWHITE,LINETHICK2;
移动端首页 | PC端
© by gszx.com.cn Mobile Web
A:=EMA(100*(CLOSE-LLV(LOW,30))/(HHV(HIGH,30)-LLV(LOW,30)),3),COLORYELLOW,LINETHICK0;

警惕线:80,COLORRED,LINETHICK2;
关注线:10,COLORGREEN,LINETHICK2;
操盘线:A,COLORWHITE,LINETHICK2;