辉煌之星input: n1(5,0,100),n2(10,0,100),n3(3,0,100);每日ddx:="ddx.ddx";短期:ma(每日ddx,n1),coloryellow;中期:ma(每日ddx,n2),coloryellow;五日涨幅:=(c-ref(c,n1))/ref(c,n1)*100;买点:cross(短期,中期) and 短期>ref(短期,1) and count(每日ddx>0,10)>1 and ref(五日涨幅,1)< 5 and ref(last(中期 > 短期),1) >n3,linethick0;fillrgn(短期,中期,短期>中期,rgb(255,0,0),短期<中期,rgb(0,0,255));drawicon(买点,中期,6),align1;0,dotline,coloryellow; 20210311
{“主力持仓”+“主力**集中度”共同上涨的选股公式}主力持仓:=ema(100*(close-llv(low,34))/(hhv(high,34)-llv(low,34)),3);主力**集中度:=winner(c)*100 ;主力持仓>ref(主力持仓,1) and 主力**集中度>ref(主力**集中度,1);