{公式名称: 矩阵分时副
公式描述:
无参数
公式类型: 技术指标公式-超买超卖型
画线方法: 副图
公式版本: 0
显示小数: 缺省位数
坐标线位置: 自动
额外y轴分界: 无
参数精灵:无
用法注释:无
公式源码:}
drawgbk(close>0,rgb(0,0,0),rgb(0,0,0),0,1,0);
x_3:=max(dynainfo(3),dynainfo(5));
x_4:=min(dynainfo(3),dynainfo(6));
x_5:=(x_3-x_4);
x_6:=(x_4+x_5*7/8);
x_7:=(x_4+x_5*0.5/8);
x_8:=(x_7+x_6)/2;
{http://www.goodgongshi.com}
x_9:=(3*sma((close-llv(low,55))/(hhv(high,55)-llv(low,55))*100,5,1)-2*sma(sma((close-llv(low,55))/(hhv(high,55)-llv(low,55))*100,5,1),3,1));
趋势线:ema(x_9,3),colorlimagenta;
x_10:=(趋势线-ref(趋势线,1))/ref(趋势线,1)*100;
准备买入:stickline(趋势线<11,趋势线,11,5,0);
x_11:=趋势线<11 and filter(趋势线<=11,15) and close<x_8;
x_12:=ref(趋势线,1)<11 and cross(趋势线,11) and close<x_8;
x_13:=ref(趋势线,1)<11 and ref(趋势线,1)>6 and cross(趋势线,11);
x_14:=ref(趋势线,1)<6 and ref(趋势线,1)>3 and cross(趋势线,6);
x_15:=ref(趋势线,1)<3 and ref(趋势线,1)>1 and cross(趋势线,3);
x_16:=ref(趋势线,1)<1 and ref(趋势线,1)>0 and cross(趋势线,1);
x_17:=ref(趋势线,1)<0 and cross(趋势线,0);
x_18:=x_13=1 or x_14=1 or x_15=1 or x_16=1 or x_17=1;
下单买入:stickline(x_18=1 and close<x_8,11,50,5,0),colorred;
drawicon(x_18=1 and close<x_8,55,1);
drawtext(x_12,60,3),colorred;
drawtext(x_11,16,4),coloryellow;
准备卖出:stickline(趋势线>89,趋势线,89,5,0),colorwhite;
x_19:=趋势线>89 and filter(趋势线>89,15) and close>x_8;
x_20:=ref(趋势线,1)>89 and cross(89,趋势线) and close>x_8;
x_21:=ref(趋势线,1)>89 and ref(趋势线,1)<94 and cross(89,趋势线);
x_22:=ref(趋势线,1)>94 and ref(趋势线,1)<97 and cross(94,趋势线);
x_23:=ref(趋势线,1)>97 and ref(趋势线,1)>99 and cross(97,趋势线);
x_24:=ref(趋势线,1)>99 and ref(趋势线,1)<100 and cross(99,趋势线);
x_25:=ref(趋势线,1)>100 and cross(100,趋势线);
x_26:=x_21=1 or x_22=1 or x_23=1 or x_24=1 or x_25=1;
下单卖出:stickline(x_26=1 and close>x_8,89,50,5,0),colorgreen;
drawicon(x_26=1 and close>x_8,45,2);
drawtext(x_20,40,3),colorgreen;
drawtext(x_19,84,5),colorwhite;
顶:89,colorgreen;
底:11,colorred;
中:50,pointdot,colorwhite;
drawtext(islastbar,顶,6),colorgreen;
drawtext(islastbar,底,7),colorred;
drawtext(islastbar,中,8),colorwhite;
上一指标公式:个人赚钱法宝送出详解 通达信法宝赚钱
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文矩阵分时副详解 通达信矩阵仅供学习研究。