[通达信] 通达信多空强度副图指标 源码 贴图

[复制链接]
查看83 | 回复0 | 2024-10-31 08:23:07 | 显示全部楼层 |阅读模式
通达信多空强度副图指标 源码 贴图
wp1.png

wp2.png

  AA:=EMA((2*C+H+L)/4,3);{公式指标WWW.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;

 

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

68

主题

0

回帖

505

积分

职业

积分
505