RSV:=(CLOSE-LLV(LOW,9))/(HHV(HIGH,9)-LLV(LOW,9))*100;
K:=SMA(RSV,3,1),colorwhite;
D:=SMA(K,3,1),coloryellow;
短1:3*k-2*d;
短2:ref(短1,1);
80,pointdot,color00aa00,LINETHICK2;
50,pointdot,color00aa00,LINETHICK2;
20,pointdot,color00aa00,LINETHICK2;
a1:=(CLOSE-LLV(LOW,55))/(HHV(HIGH,55)-LLV(LOW,55))*100;

a2:=SMA(a1,13,1),colorwhite;
a3:=SMA(a2,13,1),coloryellow;
多方:3*a2-2*a3,colorffff00;
空方:3*a3-2*a2,colorred;
bb:=(CLOSE-LLV(LOW,60))/(HHV(HIGH,60)-LLV(LOW,60))*100;
b1:=SMA(bb,24,1),colorwhite;
b2:=SMA(b1,12,1),coloryellow;
b3:=3*b1-2*b2,colorff00ff;
x:=b1-b2;
x1:=ref(x,1);
波卖:if(cross(x1,x) and b1>b2 and c>ma(c,20) and b3>70,60,100);
bb1:=(CLOSE-LLV(LOW,24))/(HHV(HIGH,24)-LLV(LOW,24))*100;
b4:=SMA(bb1,3,1),colorwhite;
b5:=SMA(b4,3,1);
波买:if(cross(b5,30) and b3>19,40,0);

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。