软件名称:[B]macd的另类指标[/B]
软件类型:国产软件
运行环境:Win9X/Win2000/WinXP/Win2003/
软件语言:简体中文
授权方式:免费版
软件大小:1.00 KB
官方主页:Home Page
更新时间:2012-02-12 04:10:55
软件简介:
input:p(26),s(12),m(9);
DRAWGBK(1, COLORRGB(20,0,205), COLORRGB(25,46,0),1);
DIFF := EMA(CLOSE,S) - EMA(CLOSE,P);
DEA := EMA(DIFF,M);
MACD := 2*(DIFF-DEA), COLORSTICK;
d1:ma(macd,3);
d2:ma(macd,5),COLORRED;
STICKLINE(d1>0,0,d1-d1/8,6,0),VOLSTICK,COLORRED;
STICKLINE(d1<0 ,d1-d1/8,0,6,0),VOLSTICK,COLORGREEN;
0,LINEDOT,COLORBLUE,linethick2;
[url=http://www.70822.com/soft/sort013/sort05/down-44085.html]macd的另类指标[/url]