買入?yún)⒖妓{柱底有背離買入、出現(xiàn)紅柱買入、紅柱頂背離賣出等. 使用時請結(jié)合其他技術(shù)指標、成交量、大盤走勢等多因素進行綜合判斷。
AA:=EMA((2*C+H+L)/4,3);
A1:=SLOPE(AA*5-REF(AA,5),5)+C;
DIF:=EMA(A1,3) - EMA(A1,13);
DEA:=EMA(DIF,3);
動能線:(DIF-DEA),coloryellow;
STICKLINE((動能線 > 0),0,動能線,2,0),coloryellow;
STICKLINE((動能線 > 0),0,動能線*0.9,2,0),coloryellow;
STICKLINE((動能線 > 0),0,動能線*0.8,2,0),coloryellow;
STICKLINE((動能線 > 0),0,動能線*0.7,2,0),COLOR0000FF;
STICKLINE((動能線> 0),0,動能線*0.6,2,0),COLOR0000FF;
STICKLINE((動能線 > 0),0,動能線*0.5,2,0),COLOR0000FF;
STICKLINE((動能線 > 0),0,動能線*0.4,2,0),COLOR0000FF;
STICKLINE((動能線 > 0),0,動能線*0.3,2,0),COLOR0000FF;
STICKLINE((動能線 > 0),0,動能線*0.2,2,0),COLOR0000FF;
STICKLINE((動能線 > 0),0,動能線*0.1,2,0),COLOR0000FF;
STICKLINE((動能線 < 0),0,動能線,2,0),COLOR00FF00;
STICKLINE((動能線 < 0),0,動能線*0.9,2,0),COLOR00FF00;
STICKLINE((動能線 < 0),0,動能線*0.8,2,0),COLOR00FF00;
STICKLINE((動能線 < 0),0,動能線*0.7,2,0),COLORFF9900;
STICKLINE((動能線 < 0),0,動能線*0.6,2,0),COLORFF9900;
STICKLINE((動能線 < 0),0,動能線*0.5,2,0),COLORFF9900;
STICKLINE((動能線 < 0),0,動能線*0.4,2,0),COLORFF9900;
STICKLINE((動能線 < 0),0,動能線*0.3,2,0),COLORFF9900;
STICKLINE((動能線 < 0),0,動能線*0.2,2,0),COLORFF9900;
STICKLINE((動能線 < 0),0,動能線*0.1,2,0),COLORFF9900;