在线检测未来函数

通达信浮筹筹码指标公式

来源:Internet,编辑:股旁网,2010-05-24

获利盘: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;

通达信浮筹筹码指标公式

相关文章