飞狐布林线主图指标 EA

飞狐布林线主图指标

rn

源码

rn

压力线:MA(CLOSE,20)+2*STD(CLOSE,20),colorff8918;
rn支撑线:MA(CLOSE,21)-2.2*STD(CLOSE,21),colorff00ff;
rnma5:=EMA(CLOSE,5);
rnma10:=EMA(CLOSE,10);
rnma20:=EMA(CLOSE,20);
rna1:=FILTER(ma5>REF(ma5,1) and ma10>REF(ma10,1) and ma20>REF(ma20,1) and ma5<ma10,5);
rna2:=(2*CLOSE+HIGH+LOW+OPEN)/5;
rna3:=LLV(LOW,5);
rna4:=HHV(HIGH,4);
rna5:=EMA((a2-a3)/(a4-a3)*100,4);
rna6:=EMA(0.667*REF(a5,1)+0.333*a5,2);
rna7:=EMA(a2,13)-EMA(a2,34);
rna8:=EMA(a7,5);
rna9:=(-2)*(a7-a8)*3.8;
rnPARTLINE(ma5>REF(ma5,1),ma5),Linethick2,colorff;
rnPARTLINE(ma5<REF(ma5,1),ma5),Linethick2,colorff00;
rnkxs:=SYSPARAM(2);
rn★早晨之星:=REF(CLOSE,2)/REF(OPEN,2)<0.95 and REF(OPEN,1)<REF(CLOSE,2) and ABS(REF(OPEN,1)-REF(CLOSE,1))/REF(CLOSE,1)<0.03 and CLOSE/OPEN>1.05 and CLOSE>REF(CLOSE,2);
rnDRAWTEXT(BARPOS=SYSPARAM(2),HIGH,’丢丢短线布林专用’)align4,COLORYELLOW;

rn

飞狐布林线主图指标

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

请登录后发表评论

    暂无评论内容