分析家公式网,提供股票公式,股票软件用户登录  |  用户 注册
分析家公式网23年来提供大量的股票公式,股票软件下载,网站的发展离不开您的支持,谢谢!”
软件大小:0 Bytes
更新时间: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");
 
 缠论吻
 
 缠论吻
 
 缠论吻
上一页缠论吻(通达信公式 主图 源码 测试图) 下一页豹子底主图V3(通达信公式 副图 主图 选股 源码 测试图)
关于本站 | 网站帮助 | 广告合作 | 声明 | 友情连接 | 网站地图 |
分析家公式网声明:本站所有股票公式软件资料均网上公开收集,如侵权请联系删帖。站内所有广告,均与本站无关!
Copyright © 2003-2024 70822.Com. All Rights Reserved .
页面执行时间:101.56250 毫秒