好公式网用指标公式为投资注入科技力量!
您的位置:好公式网同花顺公式满仓 同花顺满仓

满仓 同花顺满仓

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

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:满仓 同花顺满仓

参数自己填写,跟macd参数一样数值

你 = ma(close,1);

老 = (low+high+close)/3;

板 = ma(老,5);

好 = hhv(板,10);

清仓 = if(hhv((你<好),10),100,90),colorgreen;

清 = if(hhv((你<好),10),99,95),colorwhite;

仓1 = cross(清仓,清) and 清仓 > 清;

仓2 = cross(清,清仓) and 清仓 < 清;

drawtext(仓1,h+0.688,'↙清仓'),colorgreen;

drawtext(仓2,h+0.998 ,'↙顶'),colorwhite;

stickline(仓1,close,o,8,0),colorligreen;

stickline(仓2,close,o,8,0),colorwhite;

zsx1:=llv(close,60);

zq:=barslast(close=zsx1);

gg:=hhv(close,zq);

if(gg>ref(gg,1))

zj=(gg-ref(gg,1));

else zj:=0;

if(zq=0)

天地:zsx1,colorgray;

else 天地:ref(天地,1)+zj ,colorgray;

进 = ema(slope(1,1)+c,3),colorred;

出 = ema(slope(1,1)+c,7),colorwhite;

波动 : ma(close,5) ,coloryellow;

震 : ema(close,17) ,colorwhite;

多空:(ma(c,30)+ma(c,72))/2,linethick1;

天 = 多空*1.2;

地 = 多空*0.8;

空 = cross(天,震) and 天>震 and close <天;

空1=cross(天,震) and 天>震 and close >天;

放量=count (进<出,5)=4 and 进>=出 and 进< 地 ;

谷底=cross(high,地) and low<地 and close>地;

drawtext(谷底 ,h+0.998 ,'↙ 注底买') ,coloryellow;

drawtext(count (进<出,5)=4 and 进>=出 and 进< 地 ,h+0.998 ,'↙厎缩量上攻') ,colorlimagenta;

drawtext(空1 ,low*0.998 ,'↖追') ,coloryellow;

drawtext(空,h+0.998 ,'↙踏空'),colorgreen;

stickline(空,close,o,6,0),colorligreen;

stickline(空1,close,o,8,0),coloryellow;

stickline(放量,close,o,8,0),colorlimagenta;

ema13:=ema(c,20),colorff8080;

ema34:=ema(c,60),colorffff00;

ema55:=ema(c,80),colorff00ff;

yz1:=c/o>1.02 and h/c>1.02 and o/l<1.02;

yz2:=ref(c,1)>ref(o,1) and o>ma(c,11);

y:=(ma(c,13)-ma(c,55))/ma(c,13)*100;

震仓卖:=yz1 and yz2 and y>10;

drawtext(震仓卖,h+0.688,'↙震仓卖'),colorgray;

stickline(震仓卖,close,o,4,0),colorgray;

gr1:=barslast(between("bias.bias2"(6,13,24),0,5) );

gr2:=ema13>ema34 and ema34>ema55 and ema13>ref(ema13,1);

gr3:=count("bias.bias2"(6,13,24)>10 and h=hhv(h,gr1),gr1);

gr4:=h=hhv(h,gr1);

gr5:="macd.macd"(12,26,9)<ref("macd.macd"(12,26,9),1);

gr6:=gr2 and gr3 and gr4;

gr7:=gr2 and gr3 and gr4 and gr5;

drawtext(gr6 and gr7,h+0.998,'↙保利'),colorligreen;

stickline(gr6 and gr7,close,o,6,0),colorligreen;

进1=ma(close, 5);

出1=ma(close, 60);

进2:=ema(slope(1,1)+c,3),colorred;

出2:=ema(slope(1,1)+c,7),colorblue;

进入=cross(进2,出2) and 进1>出1;

进入1=cross(进2,出2) and close < 多空 ;

大阴烛 = open/close > 1.05 and high/low < open/close+1.028;

drawtext(大阴烛 ,low*0.998 ,'↖跳水'),colorgray;

diff = ema(close,short) - ema(close,long),colorwhite,linethick1;

dea = ema(diff,m),linethick1;

满仓加 = cross(震,多空) and 2*(diff-dea)>0 and close >pre ;

寻底 = cross(天地,多空)and diff< 0 and close< 天地;

底 = cross(天地,多空)and diff< 0 and close> 天地;

注意= cross(震,多空) and close > open ;

drawtext(注意,h+0.888,'↙注意'),colorligreen;

drawtext(满仓加, low*0.998 ,'↖满仓'),colormagenta;

stickline(满仓加,close,o,5,0),coloryellow;

stickline(满仓加,close,o,5,0),coloryellow;

drawtext(寻底,h+0.998,'↙寻底'),colorgreen;

drawtext(底,h+0.998,'↙见底'),colorgreen;

stickline(寻底,close,o,4,0),colorgreen;

stickline(底,close,o,4,0),colorgreen;

drawtext(进入,low*0.998,'↖震升持') ,colorgray;

drawtext(进入1,low*0.998,'↖震底买') ,colorwhite;

stickline(注意,close,o,4,0),colorgreen;

stickline(进入,close,o,4,0),coloryellow;

stickline(进入1,close,o,4,0),coloryellow;

stickline(大阴烛,close,o,8,0),colorcyan;


满仓

  >>>使用本站搜索工具可以找到更多满仓 同花顺满仓

指标公式下载地址

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

指标公式下载注意

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

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

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

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

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

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

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

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

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

    ☉ 本文满仓 同花顺满仓仅供学习研究。

猜你喜欢

学了又学