本指标适用L2和超赢,本人昨天根据掌股白金版的源码指标改的,所以发上来大家用用看,发的源码没加密。 这个是掌股白金版的源码指标
T+0特大户
主买:=BIGORDER(1,3); 主卖:=BIGORDER(2,3); result:=(主买-主卖)/10000; x1:IF(result>0,result,0),DRAW3D,COLORRED; x2:IF(result<0,result,0),DRAW3D,COLORGREEN; 三日平均:MA(result,3),0,RGB(0,0,255),0,1;
T+0大户 主买:=BIGORDER(1,2)-BIGORDER(1,3); 主卖:=BIGORDER(2,2)-BIGORDER(2,3); result:=(主买-主卖)/10000; x1:IF(result>0,result,0),DRAW3D,COLORRED; x2:IF(result<0,result,0),DRAW3D,COLORGREEN; 三日平均:MA(result,3),0,RGB(0,0,255),0,1;
T+0小户 主买:=BIGORDER(1,0)-BIGORDER(1,1); 主卖:=BIGORDER(2,0)-BIGORDER(2,1); result:=(主买-主卖)/10000; x1:IF(result>0,result,0),DRAW3D,COLORRED; x2:IF(result<0,result,0),DRAW3D,COLORGREEN; 三日平均:MA(result,3),0,COLORBLUE;
T+0中户 主买:=BIGORDER(1,1)-BIGORDER(1,2); 主卖:=BIGORDER(2,1)-BIGORDER(2,2); result:=(主买-主卖)/10000; x1:IF(result>0,result,0),DRAW3D,COLORRED; x2:IF(result<0,result,0),DRAW3D,COLORGREEN; 三日平均:MA(result,3),0,COLORBLUE;
我改成大智慧l2后的图形样式

大智慧L2用的T+0大单公式{点击看本软件截图: 58股票 公式网 http://www. 58gu. com 整理} |