好公式网用指标公式为投资注入科技力量!
您的位置:好公式网同花顺公式决策点睛公式详解 同花顺点睛

决策点睛公式详解 同花顺点睛

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

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:决策点睛公式详解 同花顺点睛

这个指标应该还不错的,有买卖点信号,

m2:ma(close,5);

m3:ma(close,18),coloryellow,linethick2;

m4:ma(close,60),colorred,linethick2;

m6:ma(close,250),colorblue;

//{ma1支撑}

均线上升close:=c>ma(c,18) and ma(c,18)>ref(ma(c,18),1);

均线下降close:=c<ma(c,30) and ma(c,30)<ref(ma(c,30),1);

阴线:=close<open;

阳线:=close>open;

c1:=c/ma(c,18)>1 and c/ma(c,18)<1.04;

c2:=c/ma(c,30)<1 and c/ma(c,30)>0.97;

过滤:=filter(c1 and 阴线 and 均线上升close,5);

过滤1:=filter(c2 and 阳线 and 均线下降close,5);

//{k线变色}//www.goodgongshi.com

stickline(close<ma(close,18),low,high,0,1),colorliblue;

stickline( close>ma(close,18),low,high,0,1),colorred;

stickline(((open>close)and(close<ma(close,18))),(close-0.03),open,10,0),colorliblue;

stickline(((open<close)and(close<ma(close,18))),close,open,10,1),colorliblue;

stickline(((open>close)and(close>ma(close,18))),open,(close-0.03),10,0),colorred;

stickline(((open<close)and(close>ma(close,18))),open,close,10,1),colorred;

//{b点出现位置}

drawtext(c1 and 阴线 and 均线上升close and 过滤 ,c*0.95 , 'b'),colorred;//{满足b点的条件,并在收盘价的0.98处用红色写b};

//{s点出现位置}

drawtext(c2 and 阳线 and 均线下降close and 过滤1,c*1.05 , 's'),colorgreen;//{满足s点的条件,并在收盘价的1.05处用绿化色写s}

//{止损线条件语句}

t1:=c1 and 阴线 and 均线上升close and 过滤;//{满足b点的条件,中间语句t1}

tq:=barslast(t1);//{上一次t1条件成立到当前的周期数}

tj:=if(t1,c,ref(c,tq));

//{止损位}//www.goodgongshi.com

stickline( m3>c and count(m3>c,tq)=1,0.96*m3,0.96*m3,10,0),colorwhite;

drawtext(m3>c and count(m3>c,tq)=1,0.96*m3,'减仓'),coloryellow;

//stickline(tj*0.95>c and count(tj*0.95>c,tq)=1,0.95*tj,0.95*tj,10,0),colorwhite;//{b点下跌5个点画横线}

//drawtext(tj*0.95>c and count(tj*0.95>c,tq)=1,0.95*tj,'减仓'),coloryellow;//{b点下跌5个写减}

stickline(tj*0.92>c and count(tj*0.92>c,tq)=1,0.92*tj,0.92*tj,10,0),coloryellow;//{b点下跌8个点画横线}

drawtext(tj*0.92>c and count(tj*0.92>c,tq)=1,0.92*tj,'止损'),colorred;//{b点下跌8个写减}

//{保护止盈位}

stickline(tj*1.02<c and count(tj*1.02<c,tq)=1 and count(c>tj*0.95,tq)=tq ,1.02*tj,1.02*tj,10,0),colormagenta;

//{趋势线}

aa:=ref(h,5)=hhv(h,2*5+1);

bb:=backset(aa,5+1);

cc:=filter(bb,5) and h=hhv(h,5+1);

drawicon(cc and islastbar=1,h*1.01,10);

aa2:=ref(l,5)=llv(l,2*5+1);

bb2:=backset(aa2,5+1);

cc2:=filter(bb2,5) and l=llv(l,5+1);

drawicon(cc2 and islastbar=1,l*0.998,11);

gg:=islastbar=1 and ref(cc,barslast(cc));

hh:=backset(gg,barslast(cc)+1);

ii:=hh>ref(hh,1);

jj:=ref(barslast(cc),1);

kk:=backset(ii,jj+2);

ll:=kk>ref(kk,1);

drawline(ll,h,ii,h,1),linethick1,colorwhite,pointdot;

gg2:=islastbar=1 and ref(cc2,barslast(cc2));

hh2:=backset(gg2,barslast(cc2)+1);

ii2:=hh2>ref(hh2,1);

jj2:=ref(barslast(cc2),1);

kk2:=backset(ii2,jj2+2);

ll2:=kk2>ref(kk2,1);

drawline(ll2,l,ii2,l,1),linethick1,colorwhite,pointdot;


决策点睛

  >>>使用本站搜索工具可以找到更多决策点睛公式详解 同花顺点睛

指标公式下载地址

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

指标公式下载注意

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

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

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

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

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

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

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

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

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

    ☉ 本文决策点睛公式详解 同花顺点睛仅供学习研究。

猜你喜欢

学了又学