飞狐超级魔鬼读盘副图指标 EA

飞狐超级魔鬼读盘副图指标

rn

源码

rn

varA:=SMA(SMA((CLOSE-LLV(LOW,9))/(HHV(HIGH,9)-LLV(LOW,9))*100,3,1),3,1);
rnwarb:=SMA(vara,5,1);
rn获利盘:WINNER(CLOSE)*100 coloryellow linethick2;

rn

流通盘:CAPITAL/1000000 color0066ff pointdot ;
rn收益:FINANCE(33) COLORmagenta pointdot ;

rn

a:=(3*c+l+o+h)/6;
rnb:=(20*a+19*ref(a,1)+18*ref(a,2)+17*ref(a,3)+16*ref(a,4)+15*ref(a,5)+14*ref(a,6)+13*ref(a,7)+12*ref(a,8)+11*ref(a,9)+10*ref(a,10)+9*ref(a,11)+8*ref(a,12)+7*ref(a,13)+6*ref(a,14)+5*ref(a,15)+4*ref(a,16)+3*ref(a,17)+2*ref(a,18)+ref(a,20))/210;
rnd:=ma(b,10);
rn持仓区:STICKLINE(b>d,103 ,107,6,1 ) colorred linethick2;
rn空仓区:STICKLINE(b<d,103 ,107,6,1 ) colorgreen linethick2;

rn

分水岭:50 coloryellow pointdot;
rn强势尺:80 colorred pointdot;

rn

STICKLINE(b>d,105 ,106,3,0) coloryellow;
rnSTICKLINE(b<d,105 ,106,3,0) COLORred;

rn

STICKLINE(winner(close)*100>=winner(open)*100 ,winner(open)*100 ,winner(close)*100 ,8,0),colorred ;
rnSTICKLINE(winner(open)*100>winner(close)*100 ,winner(close)*100 ,winner(open)*100 ,6,0 ),colorgreen ;

rn

DRAWICON(获利盘<6 and CROSS(varA,warb) ,18 ,1);

rn

飞狐超级魔鬼读盘副图指标

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

请登录后发表评论

    暂无评论内容