多空强度(通达信公式 源码 K线图)

[复制链接]
查看108 | 回复0 | 2022-6-27 20:33:19 | 显示全部楼层 |阅读模式

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);
{分析家公式网www.70822.com}
多空强度:(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;

p201942823342627857.jpg

p201942823342627857.jpg

201942823341927020.rar

2.66 KB, 下载次数: 0

售价: 4 金钱  [记录]  [购买]

201942823341927020.rar

回复

使用道具 举报

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

本版积分规则