郎少 发表于 2010-1-6 11:13

<DIV class=t_msgfont id=postmessage_63903998>小单买:=1-BIGORDER(1,1)*V/CAPITAL;&nbsp; &nbsp; <BR>小单卖:=1-BIGORDER(2,1)*V/CAPITAL;&nbsp; &nbsp; <BR>散户净买:=(小单买-小单卖)*100;&nbsp; &nbsp; <BR>散户:sum(散户净买,1),linethick0,COLORGREEN;&nbsp; &nbsp; <BR>中户买:=BIGORDER(1,1)*V/CAPITAL-BIGORDER(1,2)*V/CAPITAL;&nbsp; &nbsp; <BR>中户卖:=BIGORDER(2,1)*V/CAPITAL-BIGORDER(2,2)*V/CAPITAL;&nbsp; &nbsp; <BR>中户净买:=(中户买-中户卖)*100;&nbsp; &nbsp; <BR>中户:sum(中户净买,1),linethick0,colorf00ff0;&nbsp; &nbsp; <BR>大户买:=BIGORDER(1,2)*V/CAPITAL-BIGORDER(1,3)*V/CAPITAL;&nbsp; &nbsp; <BR>大户卖:=BIGORDER(2,2)*V/CAPITAL-BIGORDER(2,3)*V/CAPITAL;&nbsp; &nbsp; <BR>大户净买:=(大户买-大户卖)*100;&nbsp; &nbsp; <BR>大户:sum(大户净买,1),linethick0,colorf0f000;&nbsp; &nbsp; <BR>机构买:=BIGORDER(1,3)*V/CAPITAL;&nbsp; &nbsp; <BR>机构卖:=BIGORDER(2,3)*V/CAPITAL;&nbsp; &nbsp; <BR>机构净买:=(机构买-机构卖)*100;&nbsp; &nbsp; <BR>超大:sum(机构净买,1),linethick0,color3399FF;&nbsp; &nbsp; <BR>大单买:=BIGORDER(1,2)*V/CAPITAL;&nbsp; &nbsp; <BR>大单卖:=BIGORDER(2,2)*V/CAPITAL;&nbsp; &nbsp; <BR>主力:(大单买-大单卖)*100,linethick0,COLORRED;&nbsp; &nbsp; <BR>散户增减:=散户-ref(散户,3);&nbsp; &nbsp; <BR>中户增减:=中户-ref(中户,5);&nbsp; &nbsp; <BR>大户增减:=大户-ref(大户,3);&nbsp; &nbsp; <BR>超大增减:=超大-ref(超大,10);&nbsp; &nbsp; <BR>主力增减:=主力-ref(主力,5);&nbsp; &nbsp; <BR>S3:=ref(散户,3);&nbsp; &nbsp; <BR>Z3:=ref(中户,3);&nbsp; &nbsp; <BR>D3:=ref(大户,3);&nbsp; &nbsp; <BR>F3:=ref(超大,3);&nbsp; &nbsp; <BR>J3:=ref(主力,3);&nbsp; &nbsp; <BR>S5:=ref(散户,5);&nbsp; &nbsp; <BR>Z5:=ref(中户,5);&nbsp; &nbsp; <BR>D5:=ref(大户,5);&nbsp; &nbsp; <BR>F5:=ref(超大,5);&nbsp; &nbsp; <BR>J5:=ref(主力,5);&nbsp; &nbsp; <BR>S10:=ref(散户,10);&nbsp; &nbsp; <BR>Z10:=ref(中户,10);&nbsp; &nbsp; <BR>D10:=ref(大户,10);&nbsp; &nbsp; <BR>F10:=ref(超大,10);&nbsp; &nbsp; <BR>J10:=ref(主力,10);&nbsp; &nbsp; <BR>S20:=ref(散户,20);&nbsp; &nbsp; <BR>Z20:=ref(中户,20);&nbsp; &nbsp; <BR>D20:=ref(大户,20);&nbsp; &nbsp; <BR>F20:=ref(超大,20);&nbsp; &nbsp; <BR>J20:=ref(主力,20);&nbsp; &nbsp; <BR>BL3:=400/MAX(S3,Z3,D3,F3,J3);&nbsp; &nbsp; <BR>BL5:=400/MAX(S5,Z5,D5,F5,J5);&nbsp; &nbsp; <BR>BL10:=400/MAX(S10,Z10,D10,F10,J10);&nbsp; &nbsp; <BR>BL20:=400/MAX(S20,Z20,D20,F20,J20);&nbsp; &nbsp; <BR>S3B:=999-S3*BL3;&nbsp; &nbsp; <BR>Z3B:=999-Z3*BL3;&nbsp; &nbsp; <BR>D3B:=999-D3*BL3;&nbsp; &nbsp; <BR>F3B:=999-F3*BL3;&nbsp; &nbsp; <BR>J3B:=999-J3*BL3;&nbsp; &nbsp; <BR>S5B:=999-S5*BL5;&nbsp; &nbsp; <BR>Z5B:=999-Z5*BL5;&nbsp; &nbsp; <BR>D5B:=999-D5*BL5;&nbsp; &nbsp; <BR>F5B:=999-F5*BL5;&nbsp; &nbsp; <BR>J5B:=999-J5*BL5;&nbsp; &nbsp; <BR>S10B:=999-S10*BL10;&nbsp; &nbsp; <BR>Z10B:=999-Z10*BL10;&nbsp; &nbsp; <BR>D10B:=999-D10*BL10;&nbsp; &nbsp; <BR>F10B:=999-F10*BL10;&nbsp; &nbsp; <BR>J10B:=999-J10*BL10;&nbsp; &nbsp; <BR>S20B:=999-S20*BL20;&nbsp; &nbsp; <BR>Z20B:=999-Z20*BL20;&nbsp; &nbsp; <BR>D20B:=999-D20*BL20;&nbsp; &nbsp; <BR>F20B:=999-F20*BL20;&nbsp; &nbsp; <BR>J20B:=999-J20*BL20;&nbsp; &nbsp; <BR>{画直方图}&nbsp; &nbsp; <BR>DRAWRECTREL(10,S3B,40,999,RGB(0,255,0));&nbsp; &nbsp; <BR>DRAWRECTREL(30,Z3B,60,999,RGB(180,0,100));&nbsp; &nbsp; <BR>DRAWRECTREL(50,D3B,80,999,RGB(0,0,255));&nbsp; &nbsp; <BR>DRAWRECTREL(70,F3B,100,999,RGB(180,100,0));&nbsp; &nbsp; <BR>DRAWRECTREL(90,J3B,120,999,RGB(255,0,0));&nbsp; &nbsp; <BR>DRAWRECTREL(140,S5B,170,999,RGB(0,255,0));&nbsp; &nbsp; <BR>DRAWRECTREL(160,Z5B,190,999,RGB(180,0,100));&nbsp; &nbsp; <BR>DRAWRECTREL(175,D5B,210,999,RGB(0,0,255));&nbsp; &nbsp; <BR>DRAWRECTREL(200,F5B,230,999,RGB(180,100,0));&nbsp; &nbsp; <BR>DRAWRECTREL(220,J5B,250,999,RGB(255,0,0));&nbsp; &nbsp; <BR>DRAWRECTREL(270,S10B,300,999,RGB(0,255,0));&nbsp; &nbsp; <BR>DRAWRECTREL(290,Z10B,320,999,RGB(180,0,100));&nbsp; &nbsp; <BR>DRAWRECTREL(310,D10B,340,999,RGB(0,0,255));&nbsp; &nbsp; <BR>DRAWRECTREL(330,F10B,360,999,RGB(180,100,0));&nbsp; &nbsp; <BR>DRAWRECTREL(350,J10B,380,999,RGB(255,0,0));&nbsp; &nbsp; <BR>DRAWRECTREL(400,S20B,430,999,RGB(0,255,0));&nbsp; &nbsp; <BR>DRAWRECTREL(420,Z20B,450,999,RGB(180,0,100));&nbsp; &nbsp; <BR>DRAWRECTREL(440,D20B,470,999,RGB(0,0,255));&nbsp; &nbsp; <BR>DRAWRECTREL(460,F20B,490,999,RGB(180,100,0));&nbsp; &nbsp; <BR>DRAWRECTREL(480,J20B,510,999,RGB(255,0,0));&nbsp; &nbsp; <BR>DRAWTEXTREL(80,5,''散户''),color00ff00;&nbsp; &nbsp; <BR>DRAWTEXTREL(160,5,''中户''),colorf00ff0;&nbsp; &nbsp; <BR>DRAWTEXTREL(240,5,''大户''),colorffaa66;&nbsp; &nbsp; <BR>DRAWTEXTREL(320,5,''超大''),color0099ff;&nbsp; &nbsp; <BR>DRAWTEXTREL(400,5,''主力''),colorred;&nbsp; &nbsp; <BR>DRAWTEXTREL(30,70,''今日''),colorddffff;&nbsp; &nbsp; <BR>DRAWTEXTREL(80,70,NUMTOSTRN(散户,2)), color00ff00;&nbsp; &nbsp; <BR>DRAWTEXTREL(160,70,NUMTOSTRN(中户,2)),colorf00ff0;&nbsp; &nbsp; <BR>DRAWTEXTREL(240,70,NUMTOSTRN(大户,2)), colorffaa66;&nbsp; &nbsp; <BR>DRAWTEXTREL(320,70,NUMTOSTRN(超大,2)), color0099ff;&nbsp; &nbsp; <BR>DRAWTEXTREL(400,70,NUMTOSTRN(主力,2)), colorred;&nbsp; &nbsp; <BR>DRAWTEXTREL(30,140,''3日''), colorddffff;&nbsp; &nbsp; <BR>DRAWTEXTREL(80,140,NUMTOSTRN(S3,2)), color00ff00;&nbsp; &nbsp; <BR>DRAWTEXTREL(160,140,NUMTOSTRN(Z3,2)),colorf00ff0;&nbsp; &nbsp; <BR>DRAWTEXTREL(240,140,NUMTOSTRN(D3,2)), colorffaa66;&nbsp; &nbsp; <BR>DRAWTEXTREL(320,140,NUMTOSTRN(F3,2)), color0099ff;&nbsp; &nbsp; <BR>DRAWTEXTREL(400,140,NUMTOSTRN(J3,2)), colorred;&nbsp; &nbsp; <BR>DRAWTEXTREL(30,210,''5日''), colorddffff;&nbsp; &nbsp; <BR>DRAWTEXTREL(80,210,NUMTOSTRN(S5,2)), color00ff00;&nbsp; &nbsp; <BR>DRAWTEXTREL(160,210,NUMTOSTRN(Z5,2)),colorf00ff0;&nbsp; &nbsp; <BR>DRAWTEXTREL(240,210,NUMTOSTRN(D5,2)), colorffaa66;&nbsp; &nbsp; <BR>DRAWTEXTREL(320,210,NUMTOSTRN(F5,2)), color0099ff;&nbsp; &nbsp; <BR>DRAWTEXTREL(400,210,NUMTOSTRN(J5,2)), colorred;&nbsp; &nbsp; <BR>DRAWTEXTREL(30,280,''10日''), colorddffff;&nbsp; &nbsp; <BR>DRAWTEXTREL(80,280,NUMTOSTRN(S10,2)), color00ff00;&nbsp; &nbsp; <BR>DRAWTEXTREL(160,280,NUMTOSTRN(Z10,2)),colorf00ff0;&nbsp; &nbsp; <BR>DRAWTEXTREL(240,280,NUMTOSTRN(D10,2)), colorffaa66;&nbsp; &nbsp; <BR>DRAWTEXTREL(320,280,NUMTOSTRN(F10,2)), color0099ff;&nbsp; &nbsp; <BR>DRAWTEXTREL(400,280,NUMTOSTRN(J10,2)), colorred;&nbsp; &nbsp; <BR>DRAWTEXTREL(30,350,''20日''), colorddffff;&nbsp; &nbsp; <BR>DRAWTEXTREL(80,350,NUMTOSTRN(S20,2)), color00ff00;&nbsp; &nbsp; <BR>DRAWTEXTREL(160,350,NUMTOSTRN(Z20,2)),colorf00ff0;&nbsp; &nbsp; <BR>DRAWTEXTREL(240,350,NUMTOSTRN(D20,2)), colorffaa66;&nbsp; &nbsp; <BR>DRAWTEXTREL(320,350,NUMTOSTRN(F20,2)), color0099ff;&nbsp; &nbsp; <BR>DRAWTEXTREL(400,350,NUMTOSTRN(J20,2)), colorred;&nbsp; &nbsp; <BR>DRAWTEXTREL(5,800,''3''),COLORRED;&nbsp; &nbsp; <BR>DRAWTEXTREL(3,900,''日''),COLORRED;&nbsp; &nbsp; <BR>DRAWTEXTREL(135,800,''5''),COLORRED;&nbsp; &nbsp; <BR>DRAWTEXTREL(130,900,''日''),COLORRED;&nbsp; &nbsp; <BR>DRAWTEXTREL(260,800,''10''),COLORRED;&nbsp; &nbsp; <BR>DRAWTEXTREL(260,900,''日''),COLORRED;&nbsp; &nbsp; <BR>DRAWTEXTREL(390,800,''20''),COLORRED;&nbsp; &nbsp; <BR>DRAWTEXTREL(390,900,''日''),COLORRED;&nbsp; &nbsp; <BR>一日资金流入:=amount*BIGORDER(1,2)/10000;&nbsp; &nbsp; <BR>一日资金流出:=amount*BIGORDER(2,2)/10000;&nbsp; &nbsp; <BR>资金流:=一日资金流入-一日资金流出;&nbsp; &nbsp; <BR>进出【万元】:资金流,color3d,coloryellow;&nbsp; &nbsp; <BR>IF 资金流&lt;0 THEN&nbsp; &nbsp; <BR>DRAWFLAGTEXT(1,资金流,''当日资金流出''+STR(ABS(资金流))+''【万元】↓'');&nbsp; &nbsp; <BR>ELSE&nbsp; &nbsp; <BR>DRAWFLAGTEXT(1,资金流,''当日资金流入''+STR(ABS(资金流))+''【万元】↑''),COLORRED;&nbsp; &nbsp; <BR>流进:BIGORDER(1,2)*V/CAPITAL,LINETHICK0,COLORRED;&nbsp; &nbsp; <BR>流出:BIGORDER(2,2)*V/CAPITAL,LINETHICK0,COLORGREEN;&nbsp; &nbsp; <BR>FILLRGN(流进,流出,流进&gt;流出,RGB(255,0,0)),COLOR000000;&nbsp; &nbsp; <BR>FILLRGN(流出,

崔慧龙 发表于 2010-1-6 11:38

版主,你发的这个东西怎么用啊

荐股之王追随者 发表于 2020-2-15 22:04


版主,你发的这个东西怎么用啊
页: [1]
查看完整版本: [大智慧] 超赢分类