相關(guān)標(biāo)簽:大智慧主力控盤指標(biāo) 、
大智慧 控盤指標(biāo)設(shè)置 、
大智慧超準(zhǔn)確指標(biāo)公式 、
大智慧指標(biāo)公式 、
大智慧指標(biāo)公式大全 、
大智慧主圖指標(biāo)公式 、
大智慧最實(shí)用公式指標(biāo) 、
大智慧經(jīng)典版指標(biāo)公式 、
大智慧指標(biāo)公式源碼 、
大智慧ene指標(biāo)公式 、
HS:=V/CAPITAL*100;
a:=AMOUNT/(100*v);
a1:=dma(a,v/capital);
cc:=100*(a1-cost(0))/(cost(100)-cost(0)) ;
aa:=WINNER(C)*100;
bb:=100*(winner(c)-winner(o))>16;
高控盤:(cc>0 and cc<=65and HS<=4 and aa>=80) ,LINETHICK0 ;
無(wú)量穿越:(HS<=4 and bb),coloryellow,LINETHICK0;
STICKLINE(高控盤,0,高控盤,8.10,0),colorff00ff,layer7;
STICKLINE(無(wú)量穿越,0,無(wú)量穿越,8.10,0),coloryellow ;
穿越次數(shù):COUNT(無(wú)量穿越,30),colorff00ff,layer7,LINETHICK0;
選股源碼HS:=V/CAPITAL*100;
a:=AMOUNT/(100*v);
a1:=dma(a,v/capital);
cc:=100*(a1-cost(0))/(cost(100)-cost(0)) ;
aa:=WINNER(C)*100;
bb:=100*(winner(c)-winner(o))>16;
高控盤:=(cc>0 and cc<=65and HS<=4 and aa>=80);
無(wú)量穿越:=(HS<=4 and bb);
穿越次數(shù):=COUNT(無(wú)量穿越,30);
高控盤 and 無(wú)量穿越 and 穿越次數(shù)>0;