WVAD-----副圖指標(biāo)
紅色持股,綠色持幣.WVAD與MWVAD金叉介入,WVAD與MWVAD死叉減持.
原碼:
P1:=24;
P2:=60;
M1:=(CLOSE-OPEN)/(HIGH-LOW)*VOL;
WVAD:SUM(M1,P1),colorwhite;
MWVAD:MA(WVAD,P2),coloryellow;
0,pointdot,color00aa00 ;
0,colorwhite,linethick3;
Var1:=VOL/CAPITAL;
Var2:=VOL/700000000;
Var3:=IF(Var1=0,Var2,Var1);
Var4:=1.1*(MAX(HIGH,REF(CLOSE,1))/MIN(LOW,REF(CLOSE,1))-1);
Var5:=2.5*MAX(Var3,Var4);
Var6:=DMA(CLOSE,Var5);
Var7:=SMA(20*(Var6/REF(Var6,1)-1),2,1);
Var8:=EMA(Var7,2);
白觀望:STICKLINE(Var8>=0.003 and ma(c,34)>ref(ma(c,34),1) and ma(c,8)<ref(ma(c,8),1),0.0,0.0,10,0),linethick4 ,colorwhite ;
紅進(jìn):STICKLINE(Var8>=0.003 and ma(c,34)>ref(ma(c,34),1) and ma(c,8)>ref(ma(c,8),1),0.0,0.0,10,0),linethick5 ,colorred ;
紅進(jìn)進(jìn):STICKLINE(Var8>=0.003 and ma(c,34)<ref(ma(c,34),1) and ma(c,8)>ref(ma(c,8),1),0.0,0.0,10,0),linethick4,;
STICKLINE(BETWEEN(Var8,0.003,-0.003),0.0,0.0,10,0),linethick4,colorwhite ;
綠退:STICKLINE(Var8<=-0.003,0.0,0.0,10,0),linethick3 ,colorgreen;
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)
點(diǎn)擊舉報(bào)。