先按個股漲跌做橫向統(tǒng)計. 橫向統(tǒng)計指標(biāo): 漲:=100*(c/ref(c,1)-1),linethick0; 多:漲>=1; 空:漲<=-1; 強平:漲<1 and 漲>0.3; 弱平:漲>-1 and 漲<-0.3; 平:漲>=-0.3 and 漲<=0.3; 數(shù)據(jù)調(diào)用指標(biāo): 總數(shù):=estdata(21)+estdata(22)+estdata(23)+estdata(24)+estdata(25); 弱平:estdata(24)/總數(shù)*100,colorgreen; 中平:estdata(25)/總數(shù)*100,colorbbbbbb; 強平:estdata(23)/總數(shù)*100,coloryellow; 做空:estdata(22)/總數(shù)*100,colorcyan,linethick2; 做多:estdata(21)/總數(shù)*100,colormagenta,linethick2; 指標(biāo)圖: ![]() |
|