幅图:【MID:=SUM(VOL*(2*CLOSE-HIGH-LOW)/(HIGH+LOW),0);
CHO:MA(MID,10)-MA(MID,20);MACHO:MA(CHO,6);】
选股:【MID:=SUM(VOL*(2*CLOSE-HIGH-LOW)/(HIGH+LOW),0);
CHO:=(MID,10)-MA(MID,20);MACHO:=MA(CHO,6);CHO
全部回答
- 1楼网友:第幾種人
- 2021-02-26 02:22
周量:=v#week;
周量和:=sum(周量,n);
换手:=周量/capital*100;
换手和:=sum(换手,n);
drawtext_fix(islastbar,0,0.0,0,hyblock),coloryellow;{行业}
drawtext_fix(islastbar,0.15,0.0,0,dyblock),colorwhite;{地域}
drawtext_fix(islastbar,0,0.05,0,gnblock),colorcyan;{板块}
drawtext_fix(islastbar,0,0.1,0,fgblock),colorlired;{风格}
drawtext_fix(islastbar,0,0.15,0,zsblock),colorgreen;{指数板块}
流通盘:=strcat(strcat(' 流通盘: ',con2str(capital/1000000,2)),'亿');
drawtext_fix(islastbar,0,0.2,0,流通盘),colorwhite;
drawtext_fix(islastbar,0,0.25,0,strcat('周量和: ',con2str(周量和,2)))colorwhite;
drawtext_fix(islastbar,0,0.30,0,strcat('换手和: ',con2str(换手和,2)))colorwhite;
参数:n,1,100,5
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯