通达信多空强度副图指标公式源码副图

[复制链接]
查看90 | 回复0 | 2022-7-8 05:58:21 | 显示全部楼层 |阅读模式

AA:=EMA((2*C+H+L)/4,3);
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;

2016366409.png

2016366409.png

2016544185.png

2016544185.png

 

回复

使用道具 举报

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

本版积分规则