飞狐股价支撑副图指标
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
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
rnT4:=barslast(q2);
rn支撑:if(T3>T4,ref(h,T4+1),ref(o,T3)),STICK,coloryellow;
rn

© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END




















暂无评论内容