软件名称:[B]机构K线[/B]
软件类型:国产软件
运行环境:Win9X/Win2000/WinXP/Win2003/
软件语言:简体中文
授权方式:免费版
软件大小:2.00 KB
官方主页:Home Page
更新时间:2013-08-29 05:18:28
软件简介:
机构K线表现的是股票对比指数,实际的强弱,代表股票的真实位置和表现
c1:=10000*close/indexc; h1:=10000*high/indexh; l1:=10000*low/indexl; o1:=10000*open/indexo; STICKLINE(c1>=o1,c1,o1,6,0.2),COLORRED; STICKLINE(c1>=o1,l1,h1,0.2,0.2),COLORRED; STICKLINE(c1<o1,c1,o1,6,0.2),colorcyan; STICKLINE(c1<o1,l1,h1,0.2,0.2),colorcyan; MA1:MA(C1,3),color208fff,linethick2; MA2:MA(C1,8); MA3:MA(C1,20); MA4:MA(C1,55); 涨幅:(c1-REF(c1,1))*100/REF(c1,1),POINTDOT,COLORyellow,LINETHICK0;
[url=http://www.70822.com/soft/sort013/sort03/down-65241.html]机构K线[/url]