通达信多空强度副图指标

[复制链接]
查看94 | 回复0 | 4 天前 | 显示全部楼层 |阅读模式
wp1.png

wp2.png

AA:=EMA((2*C+H+L)/4,3);{公式之家BBS.GSZB.TOP}
A1:=SLOPE(AA*5-REF(AA,5),5)+C;
DIF:=EMA(A1,3) - EMA(A1,13);
DEA:=EMA(DIF,3);
多空强度:(DIF-DEA),COLORYELLOW;
STICKLINE((多空强度 > 0),0,多空强度,2,0),COLORRED;
STICKLINE((多空强度 > 0),0,多空强度*0.9,2,0),COLORRED;
STICKLINE((多空强度 > 0),0,多空强度*0.8,2,0),COLORRED;
STICKLINE((多空强度 > 0),0,多空强度*0.7,2,0),COLORRED;
STICKLINE((多空强度> 0),0,多空强度*0.6,2,0),COLORRED;
STICKLINE((多空强度 > 0),0,多空强度*0.5,2,0),COLORRED;
STICKLINE((多空强度 > 0),0,多空强度*0.4,2,0),COLORRED;
STICKLINE((多空强度 > 0),0,多空强度*0.3,2,0),COLORRED;
STICKLINE((多空强度 > 0),0,多空强度*0.2,2,0),COLORRED;
STICKLINE((多空强度 > 0),0,多空强度*0.1,2,0),COLORRED;
STICKLINE((多空强度 < 0),0,多空强度,2,0),COLORGREEN;
STICKLINE((多空强度 < 0),0,多空强度*0.9,2,0),COLORGREEN;
STICKLINE((多空强度 < 0),0,多空强度*0.8,2,0),COLORGREEN;
STICKLINE((多空强度 < 0),0,多空强度*0.7,2,0),COLORGREEN;
STICKLINE((多空强度 < 0),0,多空强度*0.6,2,0),COLORGREEN;
STICKLINE((多空强度 < 0),0,多空强度*0.5,2,0),COLORGREEN;
STICKLINE((多空强度 < 0),0,多空强度*0.4,2,0),COLORGREEN;
STICKLINE((多空强度 < 0),0,多空强度*0.3,2,0),COLORGREEN;
STICKLINE((多空强度 < 0),0,多空强度*0.2,2,0),COLORGREEN;
STICKLINE((多空强度 < 0),0,多空强度*0.1,2,0),COLORGREEN;
懒得打字嘛,点击右侧快捷回复 【快速回复】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则