净额:IF(上证A股 0,((T5-REF(T5,1))*capital/10000*(c/if(TYPE=0,255.5,1)))/1,(AMOUNT*(BIGORDER(1,2)-BIGORDER(2,2))/10000)/1),PRECIS2,linethick0;
N日净额:Sum(净额,n),linethick0,COLORFFB3FF;
M日内飘红:count(净额 0,m),precis0,linethick0,COLORRED;
连红:last(净额 0),precis0,linethick0,COLORB468FF;
STICKLINE(净额 0,0,净额,7,0), COLORRED;
STICKLINE(净额 0,0,净额,6,0), COLOR1414FF;
STICKLINE(净额 0,0,净额,5,0), COLOR2828FF;
STICKLINE(净额 0,0,净额,4,0), COLOR3D3DFF;
STICKLINE(净额 0,0,净额,3,0), COLOR5151FF;
STICKLINE(净额 0,0,净额,2,0), COLOR6565FF;
STICKLINE(净额 0,0,净额,1,0), COLOR7A7AFF;
STICKLINE(净额 0,0,净额,7,0),colorGreen;
STICKLINE(净额 0,0,净额,6,0),Color28FF28;
STICKLINE(净额 0,0,净额,5,0),Color3DFF3D;
STICKLINE(净额 0,0,净额,4,0),Color51FF51;
STICKLINE(净额 0,0,净额,3,0),Color65FF65;
STICKLINE(净额 0,0,净额,2,0),Color7AFF7A;
STICKLINE(净额 0,0,净额,1,0),Color8EFF8E;
STICKLINE(净额=0,0,净额,7,0),COLOR9D9D9D;
2、机构单代码:
input:N(5,1,100),m(20,1,100);
上证A股:=STRFIND(MARKETLABEL,'SH',1)
T4:=topview(1433);
净额:IF(上证A股 0,((T4-REF(T4,1))*capital/10000*(c/if(TYPE=0,255.5,1)))/1,(AMOUNT*(BIGORDER(1,3)-BIGORDER(2,3))/10000)/1),PRECIS2,linethick0;
N日净额:Sum(净额,n),linethick0,COLORFFB3FF;
M日内飘红:count(净额 0,m),precis0,linethick0,COLORRED;
连红:last(净额 0),precis0,linethick0,COLORB468FF;
STICKLINE(净额 0,0,净额,7,0), COLORRED;
STICKLINE(净额 0,0,净额,6,0), COLOR1414FF;
STICKLINE(净额 0,0,净额,5,0), COLOR2828FF;
STICKLINE(净额 0,0,净额,4,0), COLOR3D3DFF;
STICKLINE(净额 0,0,净额,3,0), COLOR5151FF;
STICKLINE(净额 0,0,净额,2,0), COLOR6565FF;
STICKLINE(净额 0,0,净额,1,0), COLOR7A7AFF;
STICKLINE(净额 0,0,净额,7,0),colorGreen;
STICKLINE(净额 0,0,净额,6,0),Color28FF28;
STICKLINE(净额 0,0,净额,5,0),Color3DFF3D;
STICKLINE(净额 0,0,净额,4,0),Color51FF51;
STICKLINE(净额 0,0,净额,3,0),Color65FF65;
STICKLINE(净额 0,0,净额,2,0),Color7AFF7A;
STICKLINE(净额 0,0,净额,1,0),Color8EFF8E;
STICKLINE(净额=0,0,净额,7,0),COLOR9D9D9D;
3、大户代码
input:N(5,1,100),m(20,1,100);
上证A股:=STRFIND(MARKETLABEL,'SH',1)
T3:=topview(1432);
净额:IF(上证A股 0,((T3-REF(T3,1))*capital/10000*(c/if(TYPE=0,255.5,1)))/1,(AMOUNT*((BIGORDER(1,2)-BIGORDER(2,2))-(BIGORDER(1,3)-BIGORDER(2,3)))/10000)/1),PRECIS2,linethick0;
N日净额:Sum(净额,n),linethick0,COLORFFB3FF;
M日内飘红:count(净额 0,m),precis0,linethick0,COLORRED;
连红:last(净额 0),precis0,linethick0,COLORB468FF;
STICKLINE(净额 0,0,净额,7,0), COLORRED;
STICKLINE(净额 0,0,净额,6,0), COLOR1414FF;
STICKLINE(净额 0,0,净额,5,0), COLOR2828FF;
STICKLINE(净额 0,0,净额,4,0), COLOR3D3DFF;
STICKLINE(净额 0,0,净额,3,0), COLOR5151FF;
STICKLINE(净额 0,0,净额,2,0), COLOR6565FF;
STICKLINE(净额 0,0,净额,1,0), COLOR7A7AFF;
STICKLINE(净额 0,0,净额,7,0),colorGreen;
STICKLINE(净额 0,0,净额,6,0),Color28FF28;
STICKLINE(净额 0,0,净额,5,0),Color3DFF3D;
STICKLINE(净额 0,0,净额,4,0),Color51FF51;
STICKLINE(净额 0,0,净额,3,0),Color65FF65;
STICKLINE(净额 0,0,净额,2,0),Color7AFF7A;
STICKLINE(净额 0,0,净额,1,0),Color8EFF8E;
STICKLINE(净额=0,0,净额,7,0),COLOR9D9D9D;
4、中户代码
input:N(5,1,100),m(20,1,100);
上证A股:=STRFIND(MARKETLABEL,'SH',1)
T2:=topview(1431);
净额:IF(上证A股 0,((T2-REF(T2,1))*capital/10000*(c/if(TYPE=0,255.5,1)))/1,(AMOUNT*((BIGORDER(1,1)-BIGORDER(2,1))-(BIGORDER(1,2)-BIGORDER(2,2)))/10000)/1),PRECIS2,linethick0;
N日净额:Sum(净额,n),linethick0,COLORFFB3FF;
M日内飘红:count(净额 0,m),precis0,linethick0,COLORRED;
连红:last(净额 0),precis0,linethick0,COLORB468FF;
STICKLINE(净额 0,0,净额,7,0), COLORRED;
STICKLINE(净额 0,0,净额,6,0), COLOR1414FF;
STICKLINE(净额 0,0,净额,5,0), COLOR2828FF;
STICKLINE(净额 0,0,净额,4,0), COLOR3D3DFF;
STICKLINE(净额 0,0,净额,3,0), COLOR5151FF;
STICKLINE(净额 0,0,净额,2,0), COLOR6565FF;
STICKLINE(净额 0,0,净额,1,0), COLOR7A7AFF;
STICKLINE(净额 0,0,净额,7,0),colorGreen;
STICKLINE(净额 0,0,净额,6,0),Color28FF28;
STICKLINE(净额 0,0,净额,5,0),Color3DFF3D;
STICKLINE(净额 0,0,净额,4,0),Color51FF51;
STICKLINE(净额 0,0,净额,3,0),Color65FF65;
STICKLINE(净额 0,0,净额,2,0),Color7AFF7A;
STICKLINE(净额 0,0,净额,1,0),Color8EFF8E;
STICKLINE(净额=0,0,净额,7,0),COLOR9D9D9D;
5、散户单代码
input:N(5,1,100),m(20,1,100);
上证A股:=STRFIND(MARKETLABEL,'SH',1)
T1:=topview(1430);
净额:IF(上证A股 0,((T1-REF(T1,1))*capital/10000*(c/if(TYPE=0,255.5,1)))/1,(AMOUNT*(BIGORDER(1,1)-BIGORDER(2,1))/10000)/1),PRECIS2,linethick0;
N日净额:Sum(净额,n),linethick0,COLORFFB3FF;
M日内飘红:count(净额 0,m),precis0,linethick0,COLORRED;
连红:last(净额 0),precis0,linethick0,COLORB468FF;
STICKLINE(净额 0,0,净额,7,0), COLORRED;
STICKLINE(净额 0,0,净额,6,0), COLOR1414FF;
STICKLINE(净额 0,0,净额,5,0), COLOR2828FF;
STICKLINE(净额 0,0,净额,4,0), COLOR3D3DFF;
STICKLINE(净额 0,0,净额,3,0), COLOR5151FF;
STICKLINE(净额 0,0,净额,2,0), COLOR6565FF;
STICKLINE(净额 0,0,净额,1,0), COLOR7A7AFF;
STICKLINE(净额 0,0,净额,7,0),colorGreen;
STICKLINE(净额 0,0,净额,6,0),Color28FF28;
STICKLINE(净额 0,0,净额,5,0),Color3DFF3D;
STICKLINE(净额 0,0,净额,4,0),Color51FF51;
STICKLINE(净额 0,0,净额,3,0),Color65FF65;
STICKLINE(净额 0,0,净额,2,0),Color7AFF7A;
STICKLINE(净额 0,0,净额,1,0),Color8EFF8E;
STICKLINE(净额=0,0,净额,7,0),COLOR9D9D9D;
和大智慧超赢资金分类来说,也许掌股专家的数据更准确一些,代码已公布,公式已做好,请大家记住,指标供参考,决策在人脑,心态+纪律+技术===有可能成功,不要忘记股市有风险,安全第一位,最后预祝大家新年快乐,万事如意,身体健康,全家欢乐,心想事成!