软件名称:[B]三金叉指标公式[/B]
软件类型:国产软件
运行环境:Win9X/Win2000/WinXP/Win2003/Win7/
软件语言:简体中文
授权方式:免费版
软件大小:2.00 KB
官方主页:Home Page
更新时间:2014-06-06 07:15:25
软件简介:
用在主图上的指标
{三金叉}通达信
diff1:=ema(close,12)-ema(close,26);
dea1:=ema(diff1,9);
macdd:=cross(diff1,dea1);
均线1:=cross(ma(c,5),ma(c,10));
量线1:=cross(ma(v,5),ma(v,10));
drawicon(macdd and 均线1 and 量线1,l-0.20,9);{同时金叉显示9号图标}
{将上面的源码复制粘贴到任意主图即可}
[url=http://www.70822.com/soft/sort013/sort05/down-73131.html]三金叉指标公式[/url]