好公式网用指标公式为投资注入科技力量!
您的位置:好公式网通达信公式看盘主图-主图指标详解 通达信看盘源码

看盘主图-主图指标详解 通达信看盘源码

  • 指标公式类型:通达信公式
  • 公式推荐星级:
  • 指标公式安全:已通过5款杀毒软件查杀,请放心下载!
  • 公式更新时间:2018-09-11 13:54:22
  • 指标公式标签:看盘
  • 公式运行环境: WinXP/Win7/Win8/Win10/Win All
  • 指标公式语言:用简体中文编写

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:看盘主图-主图指标详解 通达信看盘源码

参数设置m(2 1000 5)m1(2 1000 10)m2(2 1000 20)m3(2 1000 60)n(1 100 5)s(0 2 2)春节礼物,来源于 奉献。结合自己习惯的看盘指标整合

预测量:=if(currbarscount=1 and period=5,vol*240/fromopen,drawnull),nodraw;
{stickline(currbarscount=1 and period=5,预测量,0,4,-1),color00ff00;}
总额:amount/100000000,nodraw;
var1:=amount/((high-low)*2-abs(close-open));
流入亿:if(close>open,var1*(high-low),if(close<open,var1*((high-open)+(close-low)),amount/2))/100000000,colorred,nodraw;
流出亿:if(close>open,0-var1*((high-close)+(open-low)),if(close<open,0-var1*(high-low),0-amount/2))/100000000,color00ff00,nodraw;
差:(流入亿+流出亿),nodraw;

强:=ema((close-ref(close,1))/close*10,2);
主力:=ema(差,1),colorff00ff,linethick5;
差a:3*ema(ema(ema(ema(强,2),2),2),2),nodraw;

净流:3*ema(ema(ema(ema(差a,1),2),2),2), colorred,nodraw;

je:=预测量;
jj:=(high+low+close)/3;
qj0:=vol/if(high=low,4,high-low);
主买:=abs(qj0*(jj-min(close,open)));
主卖:=(qj0*(min(open,close)-low));
散买:=(qj0*(high-max(open,close)));
散卖:=abs(qj0*(max(close,open)-jj));
庄净入:=if((主买-主卖)>0,主买-主卖,0)colorred;
庄净出:=if((主买-主卖)<0,主买-主卖,1)colorgreen;
{散净入:=if((散买-散卖)>0,散买-散卖,0)colorgreen;
散净出:=if((散买-散卖)<0,散买-散卖,0)colorred;}
净:=主买+散买-主卖-散卖;
{stickline(庄净出,o,c,3,0),colorgreen;
stickline(庄净出,o,c,1.5,0),color00cc00;}
{stickline(散净入,c,h,3,0),coloraa0000;
stickline(散净入,c,h,1.5,0),colorcc0000;}
stickline(庄净入,o,c,3,0),color0000aa;
{stickline(散净出,o,l,3,0),coloraa00aa;
stickline(散净出,o,l,1.5,0),colorcc00cc;}
stickline(庄净入,o,c,3,0),color0000cc;
stickline(净>0,o,c,1,1),coloryellow;
stickline(净<0,o,c,0.5,1),colorblack;
mb1:=ema(close,5),color00ffff,linethick1;
mb2:=ema(mb1,3),colorffffff;
mb3:=ema(mb2,3),colorffff00;
mb4:=ema(mb3,3),color00ff00;
mb5:=ema(mb4,3),colorff00ff;
mb6:=ema(mb5,3),color0000ff;
xg:=ema(c,5)>ref(ema(c,5),1)and atan((ema(c,5)/ref(ema(c,5),1)-1)*100)*180/3.1416>31.416;
xgg:=ema(c,5)>ref(ema(c,5),1)and atan((ema(c,5)/ref(ema(c,5),1)-1)*100)*180/3.1416>=45;
if(xg,llv(l,720),drawnull),colorred,circledot;
if(xgg,llv(l,720),drawnull),colormagenta,circledot;
if(cross(mb1,mb2),l*0.97,drawnull),colorwhite,circledot;


ma20:=ma(c,m3),colorlicyan;
a:=c>ma20;
if(cross(mb1,mb2) and a,l*0.94,drawnull),coloryellow,crossdot;
dmlj:=hhv(h,120);
e:=(h+l+o+2*c)/5;
crtp:=e+(h-l);
crzl:=2*e-l;
crzc:=2*e-h;
crfz:=e-(h-l);
crxl:=(e+crtp+crzl+crzc+crfz)/5;
高:=const(crtp),colorred;
阻:=const(crzl),colorc7c9ff;
支:=const(crzc),color7c9cff;
反:=const(crfz),colordd00dd;
心理:=const(crxl);
高压:drawline(s>1&&currbarscount=5+1,高,islastbar,高,1),color0000ff;
阻力a:drawline(s>1&&currbarscount=5+1,阻,islastbar,阻,1),color0099ff;
支撑:drawline(s>1&&currbarscount=5+1,支,islastbar,支,1),colorgreen;
反转价:drawline(s>1&&currbarscount=5+1,反,islastbar,反,1),colordd00dd;
次日心理价:drawline(s>1&&currbarscount=5+1,心理,islastbar,心理,1),colorffffff;
drawtext(islastbar,反,' 反 转'),linethick1,colordd00dd;
drawtext(islastbar,支,' 支 撑'),linethick1,color00ff00;
drawtext(islastbar,阻,' 阻 力'),linethick1,color0099ff;
drawtext(islastbar,高,' 高 压'),linethick1,color0000ff;
t1:=const(llvbars(low,10));
t1high:=const(ref(high,t1));
cc:=const(currbarscount);
t2:=const(barslast(currbarscount>cc+t1 and h>t1high));
t2high:=const(ref(high,t2));
t3:=const(barslast(currbarscount>cc+t2 and high>t2high));
t3high:=const(ref(high,t3));
博击:drawline(currbarscount=t3+1, t3high, islastbar, t3high, 1),color00ffff,linethick1;
drawtext(islastbar, t3high, '博击')linethick1,color00ffff;
if(s=1, crtp,drawnull),colorred;
if(s=1, crzl,drawnull),colorc7c9ff;
if(s=1, crzc,drawnull),color7c9cff;
if(s=1, crfz,drawnull),colordd00dd;
if(s=1, crxl,drawnull),colorffddff;
网:expma(close,6),colorwhite;
之:expma(close,12),pointdot;
语:expma(close,33),colorff00ff,linethick3;
网之语: if(语<=ref(语,1),语,drawnull),color00ff00,linethick3;
阻力:refdate(ref(hhv(h,22),1),date),colormagenta;
底:refdate(ref(llv(l,22),1),date),colorgreen;
网a:=ema(ema(ema(ema(c,1),2),2),2);
drawtext(cross(网a,ref(网a,1)),l,'买'),colorff00ff;


看盘主图-(源码 主图  帖图)

  >>>使用本站搜索工具可以找到更多看盘主图-主图指标详解 通达信看盘源码

指标公式下载地址

点这下载软件
好公式网提供全网最全的指标公式软件,感谢您的支持!鼠标双击图片可看大图!
下载请点击右侧“立即下载”,如只有源码,请点击本页面右侧的导入方法按图导入!
本站指标基于网友分享,仅供研究自学,勿作他用,本站对下载使用不承担任何责任!

指标公式下载注意

    ☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!

    ☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。

    ☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;

    ☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;

    ☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;

    ☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;

    ☉ hxf格式指标公式,仅可以用同花顺软件引入使用。

    ☉ 如果您发现下载软件链接错误,请联系管理员报告错误。

    ☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!

    ☉ 本文看盘主图-主图指标详解 通达信看盘源码仅供学习研究。

猜你喜欢

学了又学