以下是大智慧level2版成交量优化

1、首先必须是具有level2数据的版本,例如大智慧365
 2、公式编辑–打开VOL公式—清空后复制txt内的代码

 真实成交量万手:VOL/10000,PRECIS4,COLORYELLOW,LINETHICK0;
估算成交量万手:VOL/10000*240/TRADETIME(1),PRECIS4,COLORWHITE,LINETHICK0;
换手率:VOL/CAPITAL*100,PRECIS2,COLORYELLOW,LINETHICK0;
 STICKLINE(VOL,0,VOL,8,1),COLORYELLOW;
 STICKLINE(VOL*240/TRADETIME(1),VOL*240/TRADETIME(1),VOL*240/TRADETIME(1),10,1),COLORWHITE;{估算量柱}

STICKLINE(BIGORDER(1,1),0,BIGORDER(1,1)*VOL,4,-400),COLORYELLOW;
 STICKLINE(BIGORDER(2,1),0,BIGORDER(2,1)*VOL,4,500),COLORBLUE;
 STICKLINE(BIGORDER(1,2),0,BIGORDER(1,2)*VOL,4,-400),COLORRED,LAYER0;
 STICKLINE(BIGORDER(2,2),0,BIGORDER(2,2)*VOL,4,500),COLORGREEN,LAYER0;

目前流通率:DYNAINFO(57)/DYNAINFO(56)*100,PRECIS2,COLORYELLOW,LINETHICK0;
 {限售解禁}
限售解禁股:=Selfstring(‘解禁’);
XXSJJOffset:= 0;
 YXSJJOffset:= 0;
 XSJJlineHeight:= 15;
 XSJJpos1:= strFIND(限售解禁股, ‘;’, 1);
 XSJJpos2:= strFIND(限售解禁股, ‘;’, XSJJpos1 + 1);
 XSJJpos3:= strFIND(限售解禁股, ‘;’, XSJJpos2 + 1);
 XSJJpos4:= strFIND(限售解禁股, ‘;’, XSJJpos3 + 1);
 XSJJpos5:= strFIND(限售解禁股, ‘;’, XSJJpos4 + 1);
 XSJJpos6:= strFIND(限售解禁股, ‘;’, XSJJpos5 + 1);
 XSJJpos7:= strFIND(限售解禁股, ‘;’, XSJJpos6 + 1);
 XSJJpos8:= strFIND(限售解禁股, ‘;’, XSJJpos7 + 1);
 XSJJpos9:= strFIND(限售解禁股, ‘;’, XSJJpos8 + 1);
 XSJJpos10:= strFIND(限售解禁股, ‘;’, XSJJpos9 + 1);
 XSJJstr1:= strMID(限售解禁股, 1 , XSJJpos1-1);
 XSJJstr2:= strMID(限售解禁股, XSJJpos1 + 1, XSJJpos2 – XSJJpos1 – 1);
 XSJJstr3:= strMID(限售解禁股, XSJJpos2 + 1, XSJJpos3 – XSJJpos2 – 1);
 XSJJstr4:= strMID(限售解禁股, XSJJpos3 + 1, XSJJpos4 – XSJJpos3 – 1);
 XSJJstr5:= strMID(限售解禁股, XSJJpos4 + 1, XSJJpos5 – XSJJpos4 – 1);
 XSJJstr6:= strMID(限售解禁股, XSJJpos5 + 1, XSJJpos6 – XSJJpos5 – 1);
 XSJJstr7:= strMID(限售解禁股, XSJJpos6 + 1, XSJJpos7 – XSJJpos6 – 1);
 XSJJstr8:= strMID(限售解禁股, XSJJpos7 + 1, XSJJpos8 – XSJJpos7 – 1);
 XSJJstr9:= strMID(限售解禁股, XSJJpos8 + 1, XSJJpos9 – XSJJpos8 – 1);
 XSJJstr10:= strMID(限售解禁股, XSJJpos9 + 1, XSJJpos10 – XSJJpos9 – 1);
 IF XSJJpos1 THEN DRAWTEXTABS(XXSJJOffset, YXSJJOffset, XSJJstr1), CulorYELLOW;
 IF XSJJpos1 AND XSJJpos2 THEN DRAWTEXTABS(XXSJJOffset, YXSJJOffset + XSJJlineHeight, XSJJstr2), CulorYELLOW;
 IF XSJJpos1 AND XSJJpos2 AND XSJJpos3 THEN DRAWTEXTABS(XXSJJOffset+170, YXSJJOffset, XSJJstr3), CulorYELLOW;
 IF XSJJpos1 AND XSJJpos2 AND XSJJpos3 AND XSJJpos4 THEN DRAWTEXTABS(XXSJJOffset+170, YXSJJOffset + XSJJlineHeight, XSJJstr4), CulorYELLOW;
 IF XSJJpos1 AND XSJJpos2 AND XSJJpos3 AND XSJJpos4 AND XSJJpos5 THEN DRAWTEXTABS(XXSJJOffset+340, YXSJJOffset, XSJJstr5), CulorYELLOW;
 IF XSJJpos1 AND XSJJpos2 AND XSJJpos3 AND XSJJpos4 AND XSJJpos5 AND XSJJpos6 THEN DRAWTEXTABS(XXSJJOffset+340, YXSJJOffset + XSJJlineHeight, XSJJstr6), CulorYELLOW;
 IF XSJJpos1 AND XSJJpos2 AND XSJJpos3 AND XSJJpos4 AND XSJJpos5 AND XSJJpos6 AND XSJJpos7 THEN DRAWTEXTABS(XXSJJOffset+510, YXSJJOffset, XSJJstr7), CulorYELLOW;
 IF XSJJpos1 AND XSJJpos2 AND XSJJpos3 AND XSJJpos4 AND XSJJpos5 AND XSJJpos6 AND XSJJpos7 AND XSJJpos8 THEN DRAWTEXTABS(XXSJJOffset+510, YXSJJOffset + XSJJlineHeight, XSJJstr8), CulorYELLOW;
 IF XSJJpos1 AND XSJJpos2 AND XSJJpos3 AND XSJJpos4 AND XSJJpos5 AND XSJJpos6 AND XSJJpos7 AND XSJJpos8 AND XSJJpos9 THEN DRAWTEXTABS(XXSJJOffset+680, YXSJJOffset, XSJJstr9), CulorYELLOW;
 IF XSJJpos1 AND XSJJpos2 AND XSJJpos3 AND XSJJpos4 AND XSJJpos5 AND XSJJpos6 AND XSJJpos7 AND XSJJpos8 AND XSJJpos9 AND XSJJpos10 THEN DRAWTEXTABS(XXSJJOffset+680, YXSJJOffset + XSJJlineHeight, XSJJstr10), CulorYELLOW;

 

 3、将附件导入自定义数据,名称为“解禁”

 

效果说明:
 红色柱表示大单买,绿色代表大单卖,黄柱代表中单买,蓝柱代表中单卖,上面的横行白线为盘中预测当天成交量
 另附解禁股信息

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。