{N(10,1,100 ,p1 0 600 60 p2 0 600 120}
實(shí):VOL, VOLSTICK,COLORGREEN; Var1:=DYNAINFO(17)*REF(MA(VOL,5),1); Var2:=DYNAINFO(7)=CLOSE AND DYNAINFO(10)=AMOUNT; STICKLINE(Var2,Var1,0,4,0); Var3:=DYNAINFO(7)=CLOSE AND DYNAINFO(10)=AMOUNT; STICKLINE(Var3,Var1,0,3,0); 測(cè):=IF(DYNAINFO(7)=CLOSE AND DYNAINFO(10)=AMOUNT,Var1,Var2); {M5:MA(實(shí),5),coloryellow; M2:MA(實(shí),10),colorff00ff; M3:MA(實(shí),40),color00ff00; } 開(kāi):=open; 均60:=ma(close,p1),colorwhite; 均120:=ma(close,p2),colorwhite; 收:=close; {hh:hour; mm:minute; } {u:MAX(VOL,DYNAINFO(17)*REF(MA(VOL,5),1); } DRAWTEXT(VOL=HHV(VOL,0),HHV(VOL,30)*1.518,'天量\'), ,; vol1:=if(hour>=9 and hour<10 and minute>30,(DYNAINFO(8)/minute)*240,0); vol2:=if(hour>=10 and hour<11,(DYNAINFO(8)/(minute+30))*240,0); vol3:=if(hour>=11 and hour<12 and minute<=30,(DYNAINFO(8)/(minute+90))*240,0); vol8:=if(hour>=11 and hour<12 and minute>30,vol*2,0); vol4:=if(hour>=12 and hour<13 ,vol*2,0); vol5:=if(hour>=13 and hour<14,(DYNAINFO(8)/(minute+120))*240,0); vol6:=if(hour>=14 and hour<15,(DYNAINFO(8)/(minute+180))*240,0); vol7:=if(hour>=15,vol,0); 預(yù):(vol1+vol2+vol3+vol4+vol5+vol6+vol7+vol8),coloryellow; 五:(sum(vol,6)-sum(vol,1)),colorred; 三:(sum(vol,4)-sum(vol,1)),colorred,pointdot; {五YO6:(DYNAINFO(7)>均60 and open<均60) or 預(yù)>五 or((DYNAINFO(7)>均60 and open>均60 and 預(yù)>五)) and DYNAINFO(7)>open ; 五O6:(close>均60 and open<均60) or vol>五 or((close>均60 and open>均60 and vol>五)) and close>open; } 預(yù)季:(DYNAINFO(7)>均60 and open<均60) and 預(yù)>五 and DYNAINFO(7)>open; 預(yù)年w:(DYNAINFO(7)>均120 and open<均120) and 預(yù)>五 and DYNAINFO(7)>open; 預(yù)季s:(DYNAINFO(7)>均60 and open<均60) and 預(yù)>三 and DYNAINFO(7)>open; 預(yù)年s:(DYNAINFO(7)>均120 and open<均120) and 預(yù)>三 and DYNAINFO(7)>open; {五A6:(close>均60 and open<均60) and vol>五 or((close>均60 and open>均60 and vol>五))and close>open; } 季5:(close>均60 and open<均60) and vol>五 and close>open; 季3:(close>均60 and open<均60) and vol>三 and close>open; 年5:(close>均120 and open<均120) and vol>五 and close>open; 年3:(close>均120 and open<均120) and vol>三 and close>open; STICKLINE(預(yù)>實(shí),實(shí),預(yù),4,1),COLORyellow; 量3:vol>三; 量5:vol>五; 午量3:2*vol>三; 午量5:2*vol>五; 中s6:(close>均60 and open<均60) and vol*2>三 ;{中午測(cè)算三天} 中年s:(close>均120 and open<均120) and vol*2>三 ; {shou:FINANCE(33) ; {收益} {shou:FINANCE(33) ; {收益} {均五:(sum(vol,6)-sum(vol,1))/5,colorred; (DYNAINFO(12)/DYNAINFO(3))*100 ; 市盈:DYNAINFO(39) DYNAINFO(37) Liu:CAPITAL ; } {FINANCE(1); 總股本 FINANCE(7);目前流通盤(pán)} {b:FINANCE(7)/FINANCE(1);目前流通盤(pán)占總股本的比例 FINANCE(30); 凈利潤(rùn)} (ref(vol,2)/CAPITAL+ref(vol,1)/CAPITAL+vol/CAPITAL)*100; ref(vol,1); |
|