金庸评价古天乐杨过:大智慧长短线买卖指标

来源:百度文库 编辑:九乡新闻网 时间:2024/04/27 23:14:03
大智慧长短线买卖指标
    
ma20:ma(c,20),colorwhite;
ma120:ma(c,120),colorffcccc;
ma250:ma(c,250),colorffcc66;
乖离线:=((c-ref(ma20,1))/20+ma20)*1.20;
tt1:=cross(ma20,ma120) and cross(ma20,ma250) and
v>ref(v,1);
tt2:=ma20>ref(ma20,2) and v>ref(v,1) and cross(c,ma20);
STICKLINE(TT1,l,l-0.09,4,0),coloryellow;
DRAWTEXT(TT1,l-0.13,'金叉'),coloryellow;
STICKLINE(cross(c,ma120) and cross(c,ma250) and
cross(c,ma20),l,l-0.09,4,0),coloryellow;
DRAWTEXT(cross(c,ma120) and cross(c,ma250) and
cross(c,ma20),l-0.13,'并线开花'),coloryellow;
STICKLINE(tt2,l,l-0.09,4,0),coloryellow;
DRAWTEXT(tt2,l-0.13,'买点1'),coloryellow;
STICKLINE(cross(c,乖离线),h,h+0.09,4,0),color00ff00;
DRAWTEXT(cross(c,乖离线) ,h+0.13,'卖点'),color00ff00;
STICKLINE(ma250>=ref(ma250,1) and ma20>=ref(ma20,1) and
cross(c,ma250),l,l-0.09,4,0),colorffcc66;
DRAWTEXT(ma250>=ref(ma250,1) and ma20>=ref(ma20,1) and
cross(c,ma250),l-0.13,'牛象'),colorffcc66;
STICKLINE(ma120>=ref(ma120,1) and cross(c,ma20) and
cross(c,ma120) and v>ref(v,1),l,l-0.09,4,0),colorff00ff;
DRAWTEXT(ma120>=ref(ma120,1) and cross(c,ma20) and
cross(c,ma120) and v>ref(v,1),l-0.13,'买点2'),colorff00ff;
eMA13:=eMA(C,13);
eMA21:=eMA(C,21);
eMA34:=eMA(C,34);
eMA120:=eMA(C,120);
eMA250:=eMA(C,250);
MJJ:=((c-ref(eMA(C,13),1))/13+eMA(C,13))*1.004;
STICKLINE(MJJ>REF(MJJ,1) AND C>MJJ,h,l,0,0),colorred;
STICKLINE(MJJ>REF(MJJ,1) AND C>MJJ,o,c,4,1),colorred;
MAFF:=EMA(CLOSE,12)-EMA(CLOSE,26);
MAA:=EMA(MAFF,50);
MAFA:=2*(MAFF-MAA);
STICKLINE(MAFA>=ref(MAFA,1)and
MAFA>0,L,H,0,0),COLORRED;
STICKLINE(MAFA>=ref(MAFA,1)and
MAFA>0,O,C,4,1),COLORRED;
STICKLINE(MAFAMAFA>0,H,L,0,0),COLORgreen;
STICKLINE(MAFAMAFA>0,O,C,4,0),COLORgreen;
STICKLINE(MAFA<=REF(MAFA,1) AND
MAFA<0,H,L,0,0),COLORgreen;
STICKLINE(MAFA<=REF(MAFA,1) AND
MAFA<0,O,C,4,0),COLORgreen;
STICKLINE(CSTICKLINE(Camount/vol/100,circledot,coloryellow;
Y:=(HIGH+LOW)/2;
AO:=MA(Y,5)-MA(Y,21);
DU0:=CROSS(AO,0);
UD0:=CROSS(0,AO);
TDU0:=BARSLAST(DU0);
TUD0:=BARSLAST(UD0);
DU3:=REF(DU0,1);
UD3:=REF(UD0,1);
TDU3:=BARSLAST(DU3);
TUD3:=BARSLAST(UD3);
劫:IF(TDU3R1:=SMA(Y,8,1);
R2:=REF(R1,5);
KU1:=IF(HIGH