大智慧L2短線超買超賣指標公式
- 指標類別: 大智慧指標公式
- 授權(quán)方式: 免費版
- 指標評級: ★★★★★
- 指標分類: 圖表
- 畫線方法: 副圖
- 日期:2023-02-09 來源:互聯(lián)網(wǎng)
大智慧L2短線超買超賣指標公式:
頂部:30,linethick0,colorblack;
底部:0,linethick0,colorblack;
中軸:15,linethick0,colorblack;
REFLINE: 0,15,30;
LC:= REF(CLOSE,1);
RSI:SMA(MAX(CLOSE-LC,0),6,1)/SMA(Abs(CLOSE-LC),6,1)*100,linethick0,colorblue;
WR:100*(HHV(HIGH,13)-CLOSE)/(HHV(HIGH,13)-LLV(LOW,13)),linethick0,colorred;
BIAS:(CLOSE-MA(CLOSE,6))/MA(CLOSE,6)*100,colorgreen,linethick0;
TYP := (HIGH + LOW + CLOSE)/3;
CCI:(TYP-MA(TYP,14))/(0.015*AVEDEV(TYP,14)),colorwhite,linethick0;
RSV:=(c-LLV(l,9))/(HHV(h,9)-LLV(l,9))*100;
K:=SMA(RSV,3,1);
D:SMA(K,3,1),linethick0,colormagenta;
drawtextrel(5,10,'WR>80超賣'),linethick2,colorred;
drawtext(wr>80,29.8,'(√)'),linethick2,colorred,ALIGN1;
drawtextrel(5,100,'D<20超賣'),linethick2,colormagenta;
drawtext(D<20,27,'(√)'),linethick2,colormagenta,ALIGN1;
drawtextrel(5,200,'RSI<30超賣'),linethick2,colorblue;
drawtext(rsi<30,24,'(√)'),linethick2,colorblue,ALIGN1;
drawtextrel(5,300,'BIAS<-3超賣'),linethick2,colorgreen;
drawtext(bias<-3,21,'(√)'),linethick2,colorgreen,ALIGN1;
drawtextrel(5,400,'CCI<-200超賣'),linethick2,colorwhite;
drawtext(cci<-200,18,'(√)'),linethick2,colorwhite,ALIGN1;
drawtextrel(5,500,'CCI>200超買'),linethick2,colorwhite;
drawtext(CCI>200,15,'(×)'),linethick2,colorwhite,ALIGN1;
drawtextrel(5,600,'BIAS>3.5超買'),linethick2,colorgreen;
drawtext(bias>3.7,12,'(×)'),linethick2,colorgreen,ALIGN1;
drawtextrel(5,700,'RSI>70超買'),linethick2,colorblue;
drawtext(rsi>70,9,'(×)'),linethick2,colorblue,ALIGN1;
drawtextrel(5,800,'D>80超買'),linethick2,colormagenta;
drawtext(D>80,6,'(×)'),linethick2,colormagenta,ALIGN1;
drawtextrel(5,910,'WR<20超買'),linethick2,colorred;
drawtext(WR<20,3,'(×)'),linethick2,colorred,ALIGN1;
大智慧L2短線超買超賣指標公式實例圖解:
大智慧L2短線超買超賣指標公式