好公式网用指标公式为投资注入科技力量!
您的位置:好公式网同花顺公式主图2017指标公式详解 同花顺主图

主图2017指标公式详解 同花顺主图

  • 指标公式类型:同花顺公式
  • 公式推荐星级:
  • 指标公式安全:已通过5款杀毒软件查杀,请放心下载!
  • 公式更新时间:2018-08-02 19:55:06
  • 指标公式标签:
  • 公式运行环境: WinXP/Win7/Win8/Win10/Win All
  • 指标公式语言:用简体中文编写

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:主图2017指标公式详解 同花顺主图

/*注释*/

drawtext_fix(1,0.50,0.90,0,'流通盘(亿)'),color0080ff;

drawnumber_fix(1,0.60,0.90,0,tostring(shgzg/100000000,2)),color0080ff;

drawtext_fix(1,0.50,0.95,0,'总股本(亿)'),color0080ff;

drawnumber_fix(1,0.60,0.95,0,tostring(zgb/100000000,2)),color0080ff;

drawtext_fix(1,0.80,0.9,0,'每股公积'),color0080ff;

drawnumber_fix(1,0.9,0.9,0,tostring(mggjj,2)),color0080ff;

drawtext_fix(1,0.80,0.95,0,'每股净资产'),color0080ff;

drawnumber_fix(1,0.90,0.95,0,tostring(mgjzc,2)),color0080ff;

drawtext_fix(1,0.20,0.90,0,'负债率'),color0080ff;

drawnumber_fix(1,0.30,0.90,0,finance(9)),color0080ff;

drawtext_fix(1,0.20,0.95,0,'净资产收益率'),color0080ff;

drawtext_fix(1,0.30,0.95,0,cj_jzcsyl),color0080ff;

/*注释*/

ma5:=ema(close,5),colorwhite;

ma10:=ema(close,10),coloryellow;//+未来低位

ma20:=ema(close,20),colorff00ff;//+未来低位

ma30:=ma(close,30);//未来低位

ma120:=ma(close,120);//未来低位

ma240:=ma(close,240);//未来低位

ma40:=ema(close,40),color00ff00;

ma60:ema(c,60),linethick1,color888888;//+未来低位

月价托:=ma5>ma20 and ma5>ma10 and cross(ma10,ma20);

季价托:=ma20>ma60 and ma20>ma40 and cross(ma40,ma60);

短长价托:=ma5>ma60 and ma5>ma10 and cross(ma10,ma60);

stickline(月价托,c,c,100,0),colorwhite;

drawtext(月价托,l*0.8,'月价托10>20'),colorwhite;

stickline(季价托,c,c,300,0),coloryellow;

drawtext(季价托,l*0.8,'季价托40>60'),coloryellow;

stickline(短长价托,c,c,300,0),colorgreen;

drawtext(短长价托,l*0.8,'短长价托10>60'),colorgreen;

aa:=barslast(ma40>ma60 and (ma20=ma40 or ma20>ma40));

bb:=ref(count(c<ma60,aa)=aa,1);

cc:=cross(c,ma60) and vol>ma(vol,5) and (c-ref(c,1))/ref(c,1)*100>3;

芙蓉出水:=bb and cc;芙蓉出水:=bb and cc;

stickline(芙蓉出水,o*0.98,o*0.88,4,0),colorblue;

drawtext(芙蓉出水,l*0.88,'芙蓉出水'),colorblue;

/*注释*/

a1a:=ema(close,9);

a1b:=((a1a - ema(close, 5)) < 0);

a1c:=((a1a - ema(close, 5)) > 0);

a1d:=barslast(a1b);

a1e:=barslast(a1c);

a1f:=if((a1e > 0),(close - ref(close, 1)) / ref(close, 1) * 100,0);

a20:=sum(a1f,0);

a21:=if((a1d > 0),(0 - 2),0);

a22:=if((a1e > 0),sum((close - ref(close, 1)) / ref(close, 1) * 100,a1e),0);

a23:=a22 / a1e;

a25:=ema(ema(ema(close, 3), 3), 3);

多方:((a25 - ref(a25, 1)) + a25),color0000ff,linethick2;

空方:ema(多方, 18),colorff49ff;

stickline((多方 > 空方),空方,多方, 0, 0),color3232cd;

stickline((空方 > 多方),多方,空方, 0, 0),colorblue;

drawtext(cross(空方,多方),多方 * 1.1,'↓卖'),color00ff00;

drawtext(cross(多方,空方),空方 * 0.9,'↑买'),coloryellow;

/*当前价 上下10%*/

stickline(islastbar and c>0,c,c,3000,-1),linethick0,colorgreen;

stickline(islastbar and c>0,c*1.1,c*1.1,2000,-1),linethick0,coloryellow;

stickline(islastbar and c>0,c*0.9,c*0.9,2000,-1),linethick0,coloryellow;

//{涨幅6%画黄线,涨9.8%画黄红线};

stickline(ref(c,1)*1.06<c and ref(c,1)*1.098>c ,o,c,7,0),coloryellow;

stickline(ref(c,1)*1.098<c,o,c,10,0),coloryellow;

stickline((ref(c,1)*1.098<c and c>o),c*0.98,c,15,0),colorred;

//{获利盘92%,画蓝线96%};

stickline(winner(c)>0.92,o,c,0.1,0),colorff8000;

stickline(winner(c)>0.96,o,c,0.1,0),colorff0000;

//{ma18变色};

ma5:ma(c,5),colorwhite,linethick1;

ma13:ma(c,13),,coloryellow,linethick1;

ma18:ma(c,18),colorred,linethick2;

ma18变色:if(ma(c,18)<=ref(ma(c,18),1),ma(c,18),drawnull),colorgreen,linethick3;

drawtext(cross(ma5,ma18),l,'金叉'),coloryellow;

//5日穿30日画箭头;

var2:=cross(ma(c,5),ma(c,30));

drawicon(var2,low-low*0.01,1);

n2:=18;

ja1:=ref(h,n2)=hhv(h,2*n2+1);

jb1:=filter(ja1,n2);

jc1:=backset(jb1,n2+1);

bd:= filter(jc1,n2);

rh:=backset(currbarscount=2,barslast(bd)+1);

sh:=rh>ref(rh,1);

h1:=ref(h ,barslast(sh));

stickline(h1,h1,h1,400,0),linethick5,coloryellow;

nn2:=9;

jan1:=ref(h,nn2)=hhv(h,2*nn2+1);

jbn1:=filter(jan1,nn2);

jcn1:=backset(jbn1,nn2+1);

bdn:= filter(jcn1,nn2);

rhn:=backset(currbarscount=2,barslast(bdn)+1);

shn:=rhn>ref(rhn,1);

hn1:=ref(h ,barslast(shn));

stickline(hn1,hn1,hn1,400,0),linethick6,coloryellow;

nnn2:=3;

jann1:=ref(h,nnn2)=hhv(h,2*nnn2+1);

jbnn1:=filter(jann1,nnn2);

jcnn1:=backset(jbnn1,nnn2+1);

bdnn:= filter(jcnn1,nnn2);

rhnn:=backset(currbarscount=2,barslast(bdnn)+1);

shnn:=rhnn>ref(rhnn,1);

hnn1:=ref(h ,barslast(shnn));

stickline(hnn1,hnn1,hnn1,400,0),linethick6,coloryellow;

//未来低位,troughbars(vtlow,5,2)表示%5最低价zig转向的前2个波谷到当前的周期数----zig(k,n) 函数当数值k的变化量超过n%时折线转向。

//zig就是你买了他就跌,你卖了他就涨,少碰少用zig //www.goodgongshi.com

varf:=troughbars(3,15,1)<4;

未来低位:=if(filter(varf=1,3),1,0) and ma30>ma60 and ma30>ref(ma30,1),coloryellow;

stickline(filter(varf=1,3),c*0.98,o*0.88,1,0),coloryellow,linethick5;

/*注释*/


主图2017

  >>>使用本站搜索工具可以找到更多主图2017指标公式详解 同花顺主图

指标公式下载地址

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

指标公式下载注意

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

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

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

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

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

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

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

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

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

    ☉ 本文主图2017指标公式详解 同花顺主图仅供学习研究。

猜你喜欢

学了又学