大智慧无影手-好漂亮的主图公式

无影手-好漂亮的主图
无影手
这无影手我怎么看都看不出有什么特别之处,我看和那些波段操作都差不多,但是网上又吹得那么厉害,可能是我资质愚笨,发上来朋友一起参考,有朋友看出个名堂了,也给我说说,让我也学习,谢谢了.
a1:ema((ema(close,1)+ema(close,3)+ema(close,5))/3,3),colorred;
a2:ema((ema(close,3)+ema(close,5)+ema( close,7))/3,3),colorred;
a3:ema((ema(close,5)+ema(close,7)+ema( close,9))/3,3),colorred;
a4:ema((ema(close,7)+ema(close,9)+ema( close,11))/3,3),colorred;
a5:ema((ema(close,9)+ema(close,11)+ema( close,13))/3,3),colorred;
a6:ema((ema(close,11)+ema(close,13)+ema( close,15))/3,3),colorred;
a7:ema((ema(close,13)+ema(close,15)+ema( close,17))/3,3),colorred;
a8:ema((ema(close,15)+ema(close,17)+ema( close,19))/3,3),colorred;
a9:ema((ema(close,17)+ema(close,19)+ema( close,21))/3,3),coloryellow;
a10:ema((ema(close,19)+ema(close,21)+ema( close,23))/3,3),coloryellow;
a11:ema((ema(close,21)+ema(close,23)+ema( close,25))/3,3),coloryellow;
A:ema((EMA(close,29)+EMA(close,31)+EMA(close,33))/3,3),coloryellow;
B:=REF(A,1);
drawtext(a>b,(a+b)/2,'★'), COLORff00ff;
drawtext(a<=b,(a+b)/2,'☆'), COLORgreen;
{STICKLINE(A>B,A,B,8,0),COLORff00ff;
STICKLINE(A<=B,A,B,8,1),COLORff0000;}
a15:a-(a1-a*0.997),colorFF1010;
a16:a-(a2-a),colorff2010;
a17:a-(a3-a),colorff3010;
a18:a-(a4-a),colorff4010;
a19:a-(a5-a),colorff5010;
a20:a-(a6-a),colorff6010;
a21:a-(a7-a),colorff7010;
a22:a-(a8-a),colorff8010;
a23:a-(a9-a),colorff9010;
a24:a-(a10-a),colorffc010;
a25:a-(a11-a*0.997),colorffe010;
STICKLINE(open>=close ,O,C,9,0 ),COLORaaaaaa;
STICKLINE(open>=close ,O,C,6,0 ),COLORbbbbbb;
STICKLINE(open>=close ,O,C,2.4,0 ),COLORcccccc;
STICKLINE(open>=close ,O,C,1.1,0 ),COLORdddddd;
STICKLINE(close>open,O,C,9,0 ),COLOr6666cc;
STICKLINE(close>open,O,C,6 ,0 ),COLOR7777dd;
STICKLINE(close>open,O,C,2.4 ,0 ),COLOR8888ee;
STICKLINE(close>open,O,C,1.1 ,0 ),COLOR9999ff;
STICKLINE(close>open,open,low,0.5
查看完整内容【开通VIP会员】
VIP会员数十万个公式随便用