K线动能(附图,贴图 ,源码)
-
相关简介:AA:=EMA((2*C+H+L)/4,3); A1:=SLOPE(AA*5-REF(AA,5),5)+C; DDIF:=EMA(A1,3) - EMA(A1,13); DDEA:=EMA(DDIF,3); K线动能:=(DDIF-DDEA)*50; STICKLINE((K线动能 0),0,K线动能,2,0),COLORYELLOW; STICKLINE((K线动能 0),0,K线动能*0.9,2,0),COLORYELLOW; STICKLINE((K线动能 0),0,K线动能*0.8,2,
-
文章来源:公式网 发布时间:2014-11-08浏览次数:
AA:=EMA((2*C+H+L)/4,3);
A1:=SLOPE(AA*5-REF(AA,5),5)+C;
DDIF:=EMA(A1,3) - EMA(A1,13);
DDEA:=EMA(DDIF,3);
K线动能:=(DDIF-DDEA)*50;
STICKLINE((K线动能 > 0),0,K线动能,2,0),COLORYELLOW;
STICKLINE((K线动能 > 0),0,K线动能*0.9,2,0),COLORYELLOW;
STICKLINE((K线动能 > 0),0,K线动能*0.8,2,0),COLORYELLOW;
STICKLINE((K线动能 > 0),0,K线动能*0.7,2,0),COLOR0000FF;
STICKLINE((K线动能 > 0),0,K线动能*0.6,2,0),COLOR0000FF;
STICKLINE((K线动能 > 0),0,K线动能*0.5,2,0),COLOR0000FF;
STICKLINE((K线动能 > 0),0,K线动能*0.4,2,0),COLOR0000FF;
STICKLINE((K线动能 > 0),0,K线动能*0.3,2,0),COLOR0000FF;
STICKLINE((K线动能 > 0),0,K线动能*0.2,2,0),COLOR0000FF;
STICKLINE((K线动能 > 0),0,K线动能*0.1,2,0),COLOR0000FF;
STICKLINE((K线动能 < 0),0,K线动能,2,0),COLOR00FF00;
STICKLINE((K线动能 < 0),0,K线动能*0.9,2,0),COLOR00FF00;
STICKLINE((K线动能 < 0),0,K线动能*0.8,2,0),COLOR00FF00;
STICKLINE((K线动能 < 0),0,K线动能*0.7,2,0),COLORFF9900;
STICKLINE((K线动能 < 0),0,K线动能*0.6,2,0),COLORFF9900;
STICKLINE((K线动能 < 0),0,K线动能*0.5,2,0),COLORFF9900;
STICKLINE((K线动能 < 0),0,K线动能*0.4,2,0),COLORFF9900;
STICKLINE((K线动能 < 0),0,K线动能*0.3,2,0),COLORFF9900;
STICKLINE((K线动能 < 0),0,K线动能*0.2,2,0),COLORFF9900;
STICKLINE((K线动能 < 0),0,K线动能*0.1,2,0),COLORFF9900;
M1:=(DCLOSE-CLOSE)*50;
M2:EMA(EMA(M1


现在就去充值积分
加入VIP可下载100以下的所有资源