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

软件名称:[B]缠论吻(爱交易公式 主图 源码 测试图)[/B]
软件类型:国产软件
运行环境:Win10/Win9X/Win8/Win2000/WinXP/Win2003/Win7/
软件语言:简体中文
授权方式:免费版
软件大小:0 Bytes
官方主页:Home Page
更新时间:2021-01-06 00:15:32
软件简介:

 
爱交易软件的公式,专用在炒作币圈的指标,公开源代码,抛砖引玉
根据缠论吻的定义编写指标,湿吻、唇吻。
类型:均线类型
编辑语言:T-lang
 
重心=(high + low + open + close * 3) / 6;
nx=(3 * close + low + open + high) / 6;
牛线=(20 * nx + 19 * refBefore(nx,1) + 18 * refBefore(nx,2) + 17 * refBefore(nx,3) + 16 * refBefore(nx,4) + 15 * refBefore(nx,5) + 14 * refBefore(nx,6) + 13 * refBefore(nx,7) + 12 * refBefore(nx,8) + 11 * refBefore(nx,9) + 10 * refBefore(nx,10) + 9 * refBefore(nx,11) + 8 * refBefore(nx,12) + 7 * refBefore(nx,13) + 6 * refBefore(nx,14) + 5 * refBefore(nx,15) + 4 * refBefore(nx,16) + 3 * refBefore(nx,17) + 2 * refBefore(nx,18) + refBefore(nx,20)) / 210;
牛熊线=ma(牛线,4);
draw(牛熊线,color="white");
mid=(3 * close + low + open + high) / 6;
dkx=(20 * mid + 19 * refBefore(mid,1) + 18 * refBefore(mid,2) + 17 * refBefore(mid,3) + 16 * refBefore(mid,4) + 15 * refBefore(mid,5) + 14 * refBefore(mid,6) + 13 * refBefore(mid,7) + 12 * refBefore(mid,8) + 11 * refBefore(mid,9) + 10 * refBefore(mid,10) + 9 * refBefore(mid,11) + 8 * refBefore(mid,12) + 7 * refBefore(mid,13) + 6 * refBefore(mid,14) + 5 * refBefore(mid,15) + 4 * refBefore(mid,16) + 3 * refBefore(mid,17) + 2 * refBefore(mid,18) + refBefore(mid,20)) / 210;
draw(dkx,color="red");
madkx=ma(dkx,10);
draw(madkx,color="#ffcc18");
湿吻=isCrossUp(dkx,madkx) && dkx > madkx;
drawText(湿吻,dkx * 0.98," 湿吻",color="yellow");
唇吻=refBefore(dkx,1) < refBefore(dkx,2) && dkx > refBefore(dkx,1) && refBefore(dkx,1) < 牛熊线 && dkx > madkx;
drawText(唇吻,dkx * 0.98," 唇吻",color="yellow");
 
 缠论吻
 
 缠论吻
 
 缠论吻

[url=http://www.70822.com/soft/sort013/sort010/down-153250.html]缠论吻(爱交易公式 主图 源码 测试图)[/url]

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