选股思路:
1、运动趋势向上;
2、最低价小于良机区1。
公式原码:
aa:=ma((2*close+high+low)/4,5);
通道1:=aa*102/100;
通道2:=aa*(200-102)/100;
cc:=abs((2*close+high+low)/4-ma(close,20))/ma(close,20);
dd:=dma(close,cc);
通道3:=(1+7/100)*dd;
通道4:=(1-7/100)*dd;
股价:=(h+l+c)/3;
股价运动:=股价,linethick2,colorblue;
运动趋势:=xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(股价,3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),linethick2,colorred;
高风险区1:=运动趋势*1.1,colorlicyan;
高风险区2:=运动趋势*1.125,colorlicyan;
高风险区3:=运动趋势*1.15,colorlicyan;
良机区1:=运动趋势*0.9,colorliblue;
良机区2:=运动趋势*0.875,colorliblue;
良机区3:=运动趋势*0.85,colorliblue;
t:=close/ref(close,1)*1000-1000;
qs2:=xma(xma(xma(t,2),2),2);
qs4:=xma(xma(xma(t,4),4),4);
qs6:=xma(xma(xma(t,6),6),6);
{drawicon(cross(qs2,qs4),l,1);
drawicon(qs2<qs4 and ref(qs2,1)>ref(qs4,1),h,2);}
高风险:=((c-运动趋势)/运动趋势*100>10and c>通道3) or ((h-运动趋势)/运动趋势*100>10and h>通道3 ) or ((o-运动趋势)/运动趋势*100>10and o>通道3);
良机:=((c-运动趋势)/运动趋势*100<-10 and c<通道4) or ((o-运动趋势)/运动趋势*100<-10and o<通道4 ) or((l-运动趋势)/运动趋势*100<-10and l<通道4);
qw1:=运动趋势>ref(运动趋势,1);
qw2:=o<良机区3;
xg:l<良机区1 and 运动趋势>ref(运动趋势,1);
结合几个副图指标综合判断,效果如何呢
狂生老师的主图公式一并奉上:
aa:=ma((2*close+high+low)/4,5);
通道1:=aa*102/100;
通道2:=aa*(200-102)/100;
cc:=abs((2*close+high+low)/4-ma(close,20))/ma(close,20);
dd:=dma(close,cc);
通道3:=(1+7/100)*dd;
通道4:=(1-7/100)*dd;
股价:=(h+l+c)/3;
股价运动:=股价,linethick2,colorblue;
运动趋势:xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(xma(股价,3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),linethick2,colorred;
高风险区1:运动趋势*1.1,colorlicyan;
高风险区2:运动趋势*1.125,colorlicyan;
高风险区3:运动趋势*1.15,colorlicyan;
良机区1:运动趋势*0.9,colorliblue;
良机区2:运动趋势*0.875,colorliblue;
良机区3:运动趋势*0.85,colorliblue;
t:=close/ref(close,1)*1000-1000;
qs2:=xma(xma(xma(t,2),2),2);
qs4:=xma(xma(xma(t,4),4),4);
qs6:=xma(xma(xma(t,6),6),6);
{drawicon(cross(qs2,qs4),l,1);
drawicon(qs2<qs4 and ref(qs2,1)>ref(qs4,1),h,2);}
高风险:=((c-运动趋势)/运动趋势*100>10and c>通道3) or ((h-运动趋势)/运动趋势*100>10and h>通道3 ) or ((o-运动趋势)/运动趋势*100>10and o>通道3);
drawicon(高风险 and filter(高风险,3),h+0.01,6);
良机:=((c-运动趋势)/运动趋势*100<-10 and c<通道4) or ((o-运动趋势)/运动趋势*100<-10and o<通道4 ) or((l-运动趋势)/运动趋势*100<-10and l<通道4);
qw1:=运动趋势>ref(运动趋势,1);
drawicon(良机 and qw1 and filter(良机,3),l-0.01,5);
qw2:=o<良机区3;
drawicon(qw2 and filter(qw2,3),l-0.01,9);
今天选出的金德发展
【本文仅仅提供源码,请依照下面的编辑录像自己做成公式】
上一指标公式:远近获利比例指标详解 通达信获利比例
下一指标公式:快进快出指标详解 通达信快进
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文东方求败狂生版选股指标详解 通达信选股源码仅供学习研究。