m1:ma(close,3);
m2:ma(close,20);
生命线:ma(close,89),linethick2;
牛熊线:ma(close,321),colorwhite,pointdot,linethick4;
保护价:(open+ref(c,1)+ref(c,2))/3,nodraw;
止损:=(ref(h,1)+ref(l,1))/2,nodraw,colorgreen;
中心价:=(o+c)/2;
多头:if(m2>=ref(m2,1),m2,drawnull),colorred,linethick2;
空头:if(m2<ref(m2,1),m2,drawnull),colorgreen,linethick2;
dt:=cross(m1,m2) and c>o and c>ref(c,1) and c/ref(c,1)>=1.018;
drawtext(dt,(low*0.98)*(1),'买'),colorwhite;
drawicon(dt,(low*0.99)*(1),13);
v1:=(ref(high,1)+ref(low,1))/2;
v2:=ma(close,21)+2*std(close,21);
drawicon(cross(v1,v2),high*1.00,6);
drawtext(cross(v1,v2),high*1.01,'卖'), colorgreen;
v3:=ref(close,1);
v4:=sma(max(close-v3,0),7,1)/sma(abs(close-v3),7,1)*100;
v5:=cross(89,v4);
v6:=filter(v5,4);
drawicon(v6,high*1.00,2);
drawtext(v6,high*1.01,'卖'), colorgreen;
a1:=barslast(cross(ma(c,10),ma(c,5)));
c1:=ref(ma(c,5),a1);
stickline(currbarscount<=const(a1)+1 and a1>=0, c1,c1,-1,0),colorgreen;
var110:=ref(c,2)>ref(o,2);
var120:=(ref(c,2)-ref(c,3))/ref(c,3)>0.02;
var210:=ref(c,1)<ref(o,1);
var310:=c>o and c>ref(o,1) and c>ref(c,2) ;
var320:=v>ref(v,2) and v>ref(v,1);
var330:=((h-c)/(h-l))<0.3;
var410:=var110 and var120 and var210 and var310 and var320 and var330;
drawtext(var410,(low*1.02)*(1),'肉夹馍 '),coloryellow;
drawicon(var410,(low*1.01)*(1),5);//www.goodgongshi.com
drawtext_fix(1,0.00,0.12,0,'【主题投资】'),color0000ff;
drawtext_fix(1,0.00,0.20,0,'【主营业务】'),colorgreen;
上一指标公式:相对强度线--个股相对大盘的强弱指标公式详解 同花顺强度
下一指标公式:散户买点指标公式详解 同花顺买点公式
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文星光主图指标公式详解 同花顺星光仅供学习研究。