飞狐玄黄长线副图指标 EA

飞狐玄黄长线副图指标

rn

源码

rn

N:=10;

rn

Var1:=REF(CLOSE,1);
rnVar2:=SUM(VOL,2)/((HHV(HIGH,2)-LLV(LOW,2))*100);
rnVar3:=(CLOSE-Var1)*Var2;
rnVar4:=SUM(Var3,0);
rnVar5:=SMA(Var4,10,1);
rnVar6:=SMA(Var4,20,1);
rna: MA(Var5-Var6,N)colorgreen,,linethick2;
rns:Var5-Var6,colorred,,linethick2;

rn

DRAWICON( FILTER(cross(s,a) and a<0,34),a,1 );
rnDRAWICON( FILTER( cross(a,s) and a>0,13),a,2 );

rn

飞狐玄黄长线副图指标

© 版权声明
THE END
喜欢就支持一下吧
点赞67 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容