软件名称:[B]量价比[/B]
软件类型:国产软件
运行环境:Win9X/Win2000/WinXP/Win2003/
软件语言:简体中文
授权方式:免费版
软件大小:0 Bytes
官方主页:Home Page
更新时间:2010-04-11 13:20:04
软件简介:
量价比
小工具,喜欢拿去,不喜欢一看而过。
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,4,0),colorred;
STICKLINE(cjlb>=0 and cjjb>=0 and cjlb>cjjb,ref(close,1),CLOSE,4,0),colorff00ff;
STICKLINE(cjlb>=0 and cjjb<0,ref(close,1),CLOSE,4,0),colorblue;
STICKLINE(cjlb<0 and cjjb<0,ref(close,1),CLOSE,4,0),colorffff00;
STICKLINE(cjlb<0 and cjjb>=0,ref(close,1),CLOSE,4,0),coloryellow;
DRAWTEXTREL(4,50,'价升>量增 ---红 色'),colorred;
DRAWTEXTREL(4,120,'价升<量增 ---粉红色'),colorff00ff;
DRAWTEXTREL(4,190,'价升,量缩 ---黄 色'),coloryellow;
DRAWTEXTREL(4,260,'价跌,量缩 ---天蓝色'),colorffff00;
DRAWTEXTREL(4,330,'价跌,量增 ---蓝 色'),colorblue;
[url=http://www.70822.com/soft/sort013/sort03/down-18590.html]量价比[/url]