分析家公式网,提供指标公式,股票软件 用户登录  |  用户 注册

软件名称:[B]量价比指标--副图 源码 贴图[/B]
软件类型:国产软件
运行环境:Win2000/WinXP/Win2003/WinVista
软件语言:简体中文
授权方式:共享软件
软件大小:4.00 KB
官方主页:Home Page
更新时间:2012-04-09 06:22:28
软件简介:

说明:本来只是用来观察量价比的,后来加了三条变色均线(19天,46天,886天),发现用来观察涨跌不错,特发给大家共享,看图就明白了。

 

cjlb:=(AMOUNT-ref(amount,1))/ref(amount,1);
cjjb:=(close-ref(close,1))/ref(close,1);
STICKLINE(cjlb>=0 and cjjb>=0 and cjjb>=cjlb,ref(close,1),CLOSE,8,0),colorred;
STICKLINE(cjlb>=0 and cjjb>=0 and cjlb>cjjb,ref(close,1),CLOSE,8,0),colorff00ff;
STICKLINE(cjlb>=0 and cjjb<0,ref(close,1),CLOSE,8,0),colorblue;
STICKLINE(cjlb<0 and cjjb<0,ref(close,1),CLOSE,8,0),colorffff00;
STICKLINE(cjlb<0 and cjjb>=0,ref(close,1),CLOSE,8,0),coloryellow;
DRAWTEXTREL(4,50,'价升>量增 ---红  色'),colorred;
DRAWTEXTREL(4,120,'价升<量增 ---粉红色'),colorff00ff;
DRAWTEXTREL(4,190,'价升,量缩 ---黄  色'),coloryellow;
DRAWTEXTREL(4,260,'价跌,量缩 ---天蓝色'),colorffff00;
DRAWTEXTREL(4,330,'价跌,量增 ---蓝  色'),colorblue;

PARTLINE(ma(close,N),ma(close,N)>=REF(ma(close,N),1),RGB(255,0,0),ma(close,N)<REF(ma(close,N),1),RGB(0,255,0)),Linethick1;
PARTLINE(ma(close,M),ma(close,M)>=REF(ma(close,M),1),RGB(255,0,0),ma(close,M)<REF(ma(close,M),1),RGB(0,0,255)),Linethick2;
PARTLINE(ma(close,P),ma(close,P)>=REF(ma(close,P),1),RGB(255,0,0),ma(close,P)<REF(ma(close,P),1),RGB(0,255,0)),Linethick3;

[url=http://www.70822.com/soft/sort013/sort03/down-46845.html]量价比指标--副图 源码 贴图[/url]

关于本站 | 网站帮助 | 广告合作 | 声明 | 友情连接 | 网站地图 |
分析家公式网声明:本站所有股票公式软件资料均网上公开收集,如侵权请联系删帖。站内所有广告,均与本站无关!
Copyright © 2003-2024 70822.Com. All Rights Reserved .
页面执行时间:31.25000 毫秒