飞狐绝好中线主图指标公式

[复制链接]
查看91 | 回复0 | 2021-8-21 12:39:50 | 显示全部楼层 |阅读模式

A1:=3*eMA((C-LLV(L,30))/(HHV(H,30)-LLV(L,30))*100,5)-2*eMA((C-LLV(L,30))/(HHV(H,30)-LLV(L,30))*100,5);
//A2:=LLV(L,21);
a3:LLV(L,30);
a4:=EMA(A1,5);
A5:=(HHV(H,34)-C)/(HHV(H,34)-LLV(L,34))*100;
a6:ma(c,20);
dif:="macd.diff"(26,12,9);
dea:="macd.dea"(26,12,9);
基础:( dif<-0.1 and dif>dea),COLORyellow,LINETHICK;
中线买入:CROSS(A1,a4)AND (A5-a4)>40 and 基础,COLORred,LINETHICK;
STICKLINE( 基础,a3,a3*1.1,4,0),COLORyellow;
STICKLINE(CROSS(A1,a4)AND (A5-a4)>40 and 基础 ,a3,a3*1.2,4,0),COLORred;

202108211158.jpg

202108211158.jpg

 

回复

使用道具 举报

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

本版积分规则