复制内容到剪贴板
代码:
{N(6,1,30); P(4,1,30); X(8,1,130); Q(6,1,9)}
LC:=REF(CLOSE,1);
RSI:=SMA(MAX(CLOSE-LC,0),6,1)/SMA(ABS(CLOSE-LC),6,1)*100;
{(-1)*rsi;}
CROSS(84,RSI)*(-90),linethick3,color33ff00;
A7:=(2*C+H+L)/4;
Var1:=LLV(LOW,34);
var2:=HHV(HIGH,34);
SK:=EMA((A7-Var1)/(Var2-Var1)*100,n);
SD:=EMA(0.667*REF(SK,1)+0.333*SK,p);
Var3:=LLV(LOW,120);
Var4:=HHV(HIGH,120);
Var5:=Var4-Var3;
(count(close q/10 and count(sk>sd,3) and ref(low,1)=LLV(Low,120)
and close>open)*90,linethick3,color0000ff;
(count(closeq/10 and count(sk>sd,6) and ref(low,4)=LLV(Low,120)
and ref(close>open,3) and ref(close>open,2) and ref(open>close,1)
and open>close and open