qw1:=(high+low+close*2)/4;qw3:=ema(qw1,10);qw4:=std(qw1,10);qw5:=(qw1-qw3)*100/qw4;qw6:=ema(qw5,5);涨:=ema(qw6,10)+100/2-5;跌:=ema(涨,4); xg:(cross(涨,跌) and 涨<-7) or (cross(涨,跌) and 涨<-60);
tt1:=ref(o>c,2) and ref(c/o<0.94,2);tt2:=upnday(c,2);tt3:=c>ref((l+(h-l)/2),2) and h<ref(o,2);ttt:=tt1 and tt2 and tt3;stickline(ttt,o,c,2,0),colorlimagenta;stickline(ttt,l,h,0,0),colorlim...
1)你给出的第一式里2个买点,不知你要那个,本公式全选,你可 任选,方法是删除**的买1或买2,如:只选买一, 买进:(cross(a1,a5) and 买一){ or (cross(a1,a5) and 买二)};2)通达信软件,两个副图指标同时出现改成预警公式如下:--------n:=1,20,6;var1:=(2*close+high+low+open)/5;var2:=ema(em...