飞狐超级牛熊神奇副图指标 EA

飞狐超级牛熊神奇副图指标

rn

源码

rn

p1:=5;
rnp2:=13;
rnp3:=21;
rnp4:=34;
rnP5:=62;
rnP6:=120;
rnP7:=256;
rnMA5日: MA(CLOSE,P1);
rnMA13日: MA(CLOSE,P2);
rnMA21日: MA(CLOSE,P3);
rnMA34日: MA(CLOSE,P4);
rnMA62日: MA(CLOSE,P5);
rnMA120日: MA(CLOSE,P6);
rnMA256日: MA(CLOSE,P7);
rnv1:=ma(c,5),color00ffff;
rnDIFF := EMA(CLOSE,12) – EMA(CLOSE,26);
rnDEA := EMA(DIFF,27);
rnMACD := 2*(DIFF-DEA);
rnr1:=cross(diff,dea);
rnr2:=macd>ref(macd,1);
rnr3:=ma(c,5)>=ma(c,10);
rnr4:=ma(v,5)>=ma(v,34);
rnr5:=v<ma(v,34)*3;
rnr6:=BARSLAST(r1)<3;
rnr7:=ma(c,10)>ma(c,30);
rnr8:=ma(c,30)>ref(ma(c,30),1);
rn买入:STICKLINE(r1 and r2 and r3 and r4 and r5 and
rnr6,v1,v1+0.5,8,0),colorf0f000;
rndrawtext(r1 and r2 and r3 and r4 and r5 and
rnr6,v1+1.2,’★’),colorf00ff0;
rnRSV:= (HHV(HIGH,36)-CLOSE)/(HHV(HIGH,36)-LLV(LOW,36))*100;
rnLWR1:=SMA(RSV,5,1);
rnLWR2:=SMA(LWR1,3,1);
rnDRAWICON(cross(lwr1,lwr2),v1,1);
rnVar1:=EMA(CLOSE,3)-EMA(CLOSE,6)-(EMA(CLOSE,6)-EMA(CLOSE,12))*(-100);
rnVar2:=EMA(Var1,3);
rnVar3:=EMA(CLOSE,3)-EMA(CLOSE,6)-(EMA(CLOSE,24)-EMA(CLOSE,36))*(-100);
rnVar4:=EMA(Var3,9);
rnVar5:=CROSS(Var1,Var2);
rnVar6:=CROSS(Var2,Var1);
rn熊: STICKLINE(Var6,OPEN,CLOSE,10,0);
rn牛: STICKLINE(Var5,OPEN,CLOSE,10,0);
rn严格纪律: STICKLINE(Var5,OPEN,CLOSE-(CLOSE-OPEN)*0.33,10,0);
rn赚了就跑: STICKLINE(Var5,OPEN,CLOSE-(CLOSE-OPEN)*0.66,10,0);

rn

飞狐超级牛熊神奇副图指标

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

请登录后发表评论

    暂无评论内容