通达信浮筹筹码源码副图
获利盘:ma(WINNER(CLOSE)*100,10),colorRed,linethick3;
套牢盘:ma(100*(1-WINNER(C)),20),colorgreen,linethick3;
浮筹筹码:ma((winner(c*1.1)-winner(c*0.9))/winner(hhv(h,0))*100,5),color0050ff,linethick1;
底线:20;
顶线:80;
DRAWICON((获利盘 80 and 浮筹筹码 20),low,2),colorred;
DRAWICON((套牢盘 80 and 浮筹筹码 20),HIgh,1),colorred;