飞狐股价支撑副图指标 EA

飞狐股价支撑副图指标

rn

源码

rn

y:=c;
rnm:=y[DATACOUNT];
rnhx:=(c>ref(c,1) and c>m);
rnT1:=barslast(hx);
rnq:=((ref(l,1)-h)>0
rn and ref(c,1)>m);
rnT2:=barslast(q);
rn阻力:if(T1>T2,ref(l,T2+1),ref(c,T1)),STICK,colormagenta;
rnlx:=(c<ref(c,1) and c<m);
rnT3:=barslast(lx);
rnq2:=((l-ref(h,1))>0
rn and ref(c,1)<m);
rnT4:=barslast(q2);
rn支撑:if(T3>T4,ref(h,T4+1),ref(o,T3)),STICK,coloryellow;

rn

飞狐股价支撑副图指标

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

请登录后发表评论

    暂无评论内容