飞狐玄黄长线副图指标
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




















暂无评论内容