爱交易软件的公式,专用在炒作币圈的指标,公开源代码,抛砖引玉
根据缠论吻的定义编写指标,湿吻、唇吻。
类型:均线类型
编辑语言: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");
|
评论内容只代表网友观点,与本站立场无关!
本网提供的公式文件说明:
* alg格式飞狐股票公式,可以用飞狐交易师或者交易师软件导入;
* fnc格式大智慧新一代公式指标,可以用大智慧股票软件使用,少部分可以用分析家股票软件引入使用;
* exp格式大智慧经典版股票公式,仅可以用大智慧经典版股票软件引入使用;
* tni和tnc格式通达信股票公式,仅可以用通达信新引入使用,例如可以用通达信股票软件引入使用;
* tne,tn6格式通达信公式,可以用通达信公式编辑器5.0版导入,推荐通达信金融终端版本;
* hxf格式同花顺股票公式,仅可以用同花顺股票软件引入使用。
以上的各种软件都可以在本网股票软件栏目找到!
* 关于股票公式时间限制,如果在引入大智慧公式,交易师公式或者飞狐公式的时候,发现公式名称栏是空白的,这时候调整电脑时间到1997年,又能出现公式名称,并且能正常显示,可能是公式使用期限已过。
* 关于还原公式源码如果你忘记了自己编写的大智慧公式,通达信公式,同花顺公式,操盘手公式,飞狐公式,博易大师公式,金字塔公式,文华公式和交易师公式等等公式的密码,本网可帮恢复源码,有.偿.服.务无意勿扰,点击在线咨询联系我。
* 关于股票公式源码编辑
本网提供的源码,一般都可以编辑成公式,如果不明白公式的编辑,在本页右侧教程录像可参考,或者找公式教程资料学习,请搜索:教程
* 如果您发现软件内容或者链接错误,请点击报告错误谢谢!
* 站内提供的所有软件包含源码均是由网上搜集,若侵犯了你的版权利益,请联系通知我们!