同花顺长线牛股指标公式

[复制链接]
查看125 | 回复0 | 2021-8-20 23:01:14 | 显示全部楼层 |阅读模式

P1:=8;
P2:=36;
Var1:=EMA(CLOSE,P1);
Var2:=EMA(CLOSE,P2);
长线牛股: (CLOSE-Var1)*2/(P1+1)+Var1, , colorred;
Var3:=(CLOSE-Var2)*2/(P2+1)+Var2;
DRAWICON(FILTER(CROSS(长线牛股,Var3),20),长线牛股,1);
DRAWICON(FILTER(CROSS(Var3,长线牛股),20),长线牛股,2);
洼地: IF(长线牛股>Var3,Var3,长线牛股), , colorgreen;
生命线: Var3, , coloryellow;

202108202207.jpg

202108202207.jpg

 

回复

使用道具 举报

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

本版积分规则