RSV:=(CLOSE-LLV(LOW,49))/(HHV(HIGH,49)-LLV(LOW,49))*100;
A:SMA(RSV,
100,99),colorwhite;
季:SMA(a,49,1),coloryellow;
半:SMA(a,120,1),colorgreen;
年:SMA(a,250,1),colorred;

RSV:=(CLOSE-LLV(LOW,49))/(HHV(HIGH,49)-LLV(LOW,49))*100;
A:SMA(RSV,
100,99),colorwhite;
季:SMA(a,49,1),coloryellow;
半:SMA(a,120,1),colorgreen;
年:SMA(a,250,1),colorred;

内容版权声明:除非注明,否则皆为本站原创文章。