均线粘合向上发散主图和选股指标 主图指标
//
//均线粘合v1 向上发散主图和选股指标 主图指标
ema5:ema(c,5),colorwhite;
ema13:ema(c,13),coloryellow;
ema34:ema(c,34),colormagenta;
ema55:ema(c,55),colorgreen;
//潜在高转送次新股:每股资本公积+每股未分配利润>5元,净资产收益率>10%,流通市值<50亿
流通股:shgzg/10000/10000,coloryellow,nodraw;
资本公积:gjj/zgb,colorgreen,nodraw;
利润:wfplr/zgb,2,colormagenta,nodraw;
净资产:mgjzc,2,colorff7f00,nodraw;
角度:((atan((c - ref(c,1))) * 3.14159) * 10),colorcyan,nodraw;
a1:=max(max(ema5,ema13),max(ema34,ema55));
a2:=min(min(ema5,ema13),min(ema34,ema55));
偏离度:a1-a2,color00aaff,nodraw;
//长上影线n1:=(h-max(c,o))/(h-l)>=0.667;
//广义长上影线 min(c,o)-l<h-max(c,o)
准长上影线:= (h-max(c,o))/(h-l)>0.39 and (h-max(c,o))/(h-l)<0.667;
长上影线:=(h-max(c,o))/(h-l)>=0.667;
涨幅:=(c-ref(c,1))/ref(c,1)*100;
少头排列:=(ema5<=ema13 and ema13<=ema34 and ema34<=ema55);
多头排列:=(ema5>=ema13 and ema13>=ema34 and ema34>=ema55);
//ll:=max(c,o)+(h-max(c,o))/2;
//else if(长上影线) ll:=if(c>o,c+(h-c)/2,o+(h-o)/2);
n:=max(max(ema5,ema13),max(ema34,ema55));
if(准长上影线 or 长上影线) ll:=max(c,o)+(h-max(c,o))/2;
else ll:=max(n,h)*1.01+0.5;
//drawtext(长上影线 and not(准长上影线), ll,'长上影'),colorgreen;
//drawtext(准长上影线 and not(长上影线), ll,'准长上影'),colorred;
a1:=1000* ema5/ema55<=1015 and 1000*ema5 /ema55>=975;
a2:=1000*ema13/ema55<=1020 and 1000*ema13/ema55>=980;
a3:=1000*ema34/ema55<=1015 and 1000*ema34/ema55>=985;
a4:=a1 and a2 and a3 and cross(ema5,ema13);
a5:=a1 and a2 and a3 and cross(ema5,ema34);
//粘合
a1:=a4 or a5;
drawtext(a1,ll,'粘'),coloryellow;
drawtext(a1 and (少头排列 or ref(少头排列,1)),ll,'粘'),colorcyan;
drawtext(a1 and 多头排列,ll,'粘'),colormagenta;
ma5:=ma(close,5);
ma10:=ma(close,10);
ma20:=ma(close,20);
a1:=count(cross(ma10,ma20),2)=1;
a2:=count(cross(ma5,ma20),2)=1;
a3:= ma5>=ref(ma5,1);
n:=a1 and a2 and a3 and between(偏离度,0,10);
drawtext(n,ll+1,'金蜘蛛'),color00aaff;
drawtext(n and (少头排列 or ref(少头排列,1)),ll+1,'金蜘蛛'),colorcyan;
drawtext(n and 多头排列,ll+1,'金蜘蛛'),colormagenta;
//主升浪8v2-结合均线金叉找买点
//解读一下3个副图指标的用途
//1.指标能反应出强势股的特征,结合均线金叉原理找买进点(日线均线参数10-30-60-120-250-500).在操作中要用指标的起点,不要用在发现指标的尾段。
//2.避免了在长期均线(日线120-250-500)压制下的股票操作。
//3.3个副图指标要一起用,用在找股票是很好的,发现启动点后,实际操作用30-60分钟波段指标,更为准确。
//4.用这3个指标可以查一下你手上操作股票,就能知道是强势还是弱势股票。
//还可以关注现在,在横向运行的股票何时发出强势的信号。
//{中期见顶原码 }
庄筹:ema(winner(c)*70,5),colorwhite,nodraw;
散筹:ema((winner(c*1.1)-winner(c*0.9))*80,5),colorgreen,nodraw;
a1:=ema(ema(close,13),13);
//控盘
a2:=(a1-ref(a1,1))/ref(a1,1)*1000;
a3:=100*winner(close*0.95);
//高控
a4:=a3>50 and cost(85)<close and a2>0;
高控:=a4 and ref(not(a4),1);
drawtext(n and 少头排列,ll,'高控'),colorcyan;
drawtext(准长上影线 and not(长上影线) and (角度>47 or 涨幅>70), ll,'准长'),colorgreen;
drawtext(准长上影线 and not(长上影线) and ref(角度>47 or 涨幅>70,1), ll,'准长'),colorgreen;
drawtext(长上影线 and (角度>47 or 涨幅>70), ll,'长上影'),colorgreen;
drawtext(长上影线 and ref(角度>47 or 涨幅>70,1), ll,'长上影'),colorgreen;
a1:= 涨幅>=50 or 角度>47 or ( between(角度,40,45) and 准长上影线 );
drawtext(高控 and 多头排列 and a1,ll+1,'高控'),colorgreen;
a2:= 涨幅<50 and 角度<47 and not(ref(准长上影线,1) and 涨幅<ref(涨幅,1));
drawtext(高控 and 多头排列 and a2, ll+1,'高控'),colormagenta;
//300003乐普医疗 前日广义长上影
a2:= 涨幅<50 and 角度<47 and ref(准长上影线,1) and 涨幅<ref(涨幅,1);
drawtext(高控 and 多头排列 and a2, ll+1,'高控'),colorgreen;
//一阳穿四线 均线ema5,13,34,55
最大值:=max(max(ema5,ema13),max(ema34,ema55));
最小值:=min(min(ema5,ema13),min(ema34,ema55));
n1:= o<=最小值 and c>=最大值 and between(偏离度,0.001,5);
drawtext(n1 and 少头排列,ll+0.5,'四线'),colorcyan;
drawtext(n1 and 多头排列,ll+0.5,'四线'),colormagenta;
a1:=n1 and not(少头排列 or 多头排列);
a2:=(ema5>=ema13 and ref(ema5<ema13,1));
a3:=涨幅<50;
n:= a1 and a2 and a3;
drawtext( n,ll+0.5,'四线1'),colorred;
//一阳穿三线 均线ema13,34,55
最大值:=max(ema13,max(ema34,ema55));
最小值:=min(ema13,min(ema34,ema55));
n2:= o<=最小值 and c>=最大值 and between(偏离度,0.001,5) and not(n1);
drawtext(n2 and 少头排列,ll+0.5,'三线'),colorcyan;
drawtext(n2 and 多头排列,ll+0.5,'三线'),colormagenta;
//一阳穿三线1 均线ema5,13,55 600481双良节能 20161214
最大值:=max(ema5,max(ema13,ema55));
最小值:=min(ema5,min(ema13,ema55));
n2:= o<=最小值 and c>=最大值 and between(偏离度,0.001,5) and not(n1);
drawtext(n2 and 少头排列,ll+0.5,'三线1'),colorcyan;
drawtext(n2 and 多头排列,ll+0.5,'三线1'),colormagenta;
//一阴穿二线 均线ema5,13
a1:= o>=ema5 and ema13>=c;
a2:= c<o and o>=ema5 and c<=ema13;
a3:= 多头排列 and c>ema34 and c>ema55;
a4:= 角度<0 and 偏离度<10;
n1:= a1 and a2 and a3 and a4;
//verline(阴二线,1),colorblue;
//drawtext(n1,ll,'☆二线'),colorcyan;
//一阳穿二线 均线ema5,13
a1:= cross(c,ema5) and cross(c,ema13);
a2:= c>o and c>=ema5 and o<=ema13;
a3:= 多头排列 and o>ema34 and o>ema55;
a4:= 角度>0 and 偏离度<10 and ema5>ref(ema5,1) and not((准长上影线 or 长上影线));
n2:= a1 and a2 and a3 and a4;
//verline(阳二线,1),colorblue;
//drawtext(n2,ll,'☆二线'),colorred;
n:= n2 and if( ref(n1,2),ref(c<o,3),ref(n1,1) );
drawtext(n,ll,'情侣2线1'),colormagenta;
drawtext(ref(n,1) and (准长上影线 or 长上影线) and 涨幅<ref(涨幅,1),ll+1,'卖'),colorgreen;
//一年以上四线少头,一阳穿ema5,ema13
//a1:=cross(c,ema5) and between(ema13,o,c);
a1:=between(ema5,o,c) and between(ema13,o,c);
a2:=ema13>ema5 and ref(ema13>ema5,1);
a3:=ema13-ema5<0.15 and ema13-ema5<ref(ema13-ema5,1);
a4:=count(少头排列,13)=13;
n:=a1 and a2 and a3 and a4;
drawtext(n,o-1,'抄底'),color00aaff;
//准四阳20161210
a1:=count(c>o,4)=4 and ref(c<o,4);
a2:=cross(ema13,ema34) and (cross(ema5,ema55) or ref(cross(ema5,ema55),1));
n:=a1 and a2;
drawtext(n,o-1,'准四阳'),colormagenta;
//002647宏磊股份 2015.1 23+35+18+34+23=133%
//300304云意电气 2013.10 136%
//600234*st山水 2014.3 118% 季线
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文均线粘合V1向上发散指标公式详解 同花顺粘合均线仅供学习研究。