
把均线MM发的两个指标集成一个主图,或许是一个很好的看盘帮助
======
bbbb:=MA(LOW,5)*(1-5/100);
振幅均价:(HHv(bbbb,5)+llv(bbbb,5))/2,colorwhite,linedot;
均线选股:cross(振幅均价,c) and 振幅均价>ref(振幅均价,1),linethick0;
DRAWTEXT(cross(振幅均价,l) and 振幅均价>ref(振幅均价,1),L*0.998,'★\n回\n马\n枪'),colorred,ALIGN;
xxs:=MA(LOW,5)*(1-5/100),linedot;
xxs1:=MA(HIGH,5)*(1+5/100),linedot;
均线:=c,linethick2,colorgreen;
aaaa:=close/ref(close,3)<=0.85 and cross(c,xxs) and c>ref(c,1),linethick0 ;
DRAWTEXT(aaaa,L*0.995,'★\n下\n影\n买'),colorred,ALIGN;
Bbaa:=cross(xxs1,c),linethick0;
DRAWICON(bbaa,h*1.01,2);
DRAWTEXT(cross(xxs1,c),H*1.03,'开盘逃'),colorwhite,ALIGN;
dddd:=cross(c,xxs1),linethick0;
DRAWTEXT(dddd,h*1.02,'★明日走'),COLORYELLOW,ALIGN;
eeee:=close/ref(close,2)<=0.9 and cross(c,xxs);
DRAWTEXT(eeee,L*0.995,'★\n抢\n反\n弹'),colorred,ALIGN;
=======
附件: 您所在的用户组无法下载或查看附件