同花順動能線指標(biāo)公式
基本概況:
- 指標(biāo)類別: 同花順指標(biāo)
- 授權(quán)方式: 免費(fèi)版
- 指標(biāo)評級: ★★★★★
- 指標(biāo)語言: 簡體中文
- 指標(biāo)來源: 互聯(lián)網(wǎng)
- 指標(biāo)日期: 2017-08-10 00:00:00
內(nèi)容介紹:
同花順動能線指標(biāo)公式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;
同花順動能線指標(biāo)公式:更新時間:2017-8-10 15:44
相關(guān)推薦: