s1:=ema(c,3)*2 - ema(ema(c,3),3), coloryellow;
s2:=ema(c,6)*2 - ema(ema(c,6),6), coloryellow;
s3:=ema(c,9)*2 - ema(ema(c,9),9), coloryellow;
s4:=ema(c,14)*2 - ema(ema(c,14),14), coloryellow;
s5:=ema(c,19)*2 - ema(ema(c,19),19), coloryellow;
均线:=(s1+s2+s3+s4+s5)/5;
partline(均线,均线>ref(均线,1),rgb(255,0,0),均线<=ref(均线,1),rgb(0,255,0)),linethick2 ;
typ = (if(isnull(high),close,high) + if(isnull(low),close,low) + close)/3;
index=(typ-ma(typ,14))/(0.015*avedev(typ,14));
if (cross(index,14))
buy;
if (cross(14,index))
sell;
drawtext_fix(c>o,0.01,0.05,0,' ★ 看 交 易 指 令 ★ 配 合 阿 风 短 炒 指 标 ★ '),coloryellow;
drawtext_fix(c>o,0.25,0.05,0,' ★ 破 支 撑 线 ★ 止 损 ★ 自 律 血 与 泪 的教训 ★ '),colormagenta;
drawtext_fix(c>o,0.55,0.05,0,' ▲ 共 振 信 号 ★ 骗 钱 游 戏 ★ '),coloryellow;
st1:=namelike('st');
st2:=namelike('*st');
zt:=(c-ref(c,1))/ref(c,1)*100>9.91;
ztst:=(c-ref(c,1))/ref(c,1)*100>=4.91;
涨停:=st1=0 and st2=0 and zt;
涨停st:=(st1=1 or st2=1) and ztst;
stickline(涨停,o,c,6,0),,coloryellow;
stickline(涨停st,o,c,6,0),coloryellow;
stickline(涨停<>0 and islastbar=1,涨停,涨停,1000,1),colorwhite,linethick1;
dt:=(c-ref(c,1))/ref(c,1)*100<-9.92;
dtst:=(c-ref(c,1))/ref(c,1)*100<-4.92;
跌停:=st1=0 and st2=0 and dt;
跌停st:=(st1=1 or st2=1) and dtst;
stickline(跌停,o,c,6,0),colorgrar;
stickline(跌停st,o,c,6,0),colorgrar;
cv:=close;
bbiboll:=(ma(cv,3)+ma(cv,6)+ma(cv,12)+ma(cv,24))/4;
upr:=bbiboll+6*std(bbiboll,11);
qjj:=vol/((high-low)*2-abs(close-open));
xvl:=(if(close>open,qjj*(high-low),if(close<open,qjj*(high-open+close-low),vol/2))
+if(close>open,0-qjj*(high-close+open-low),if(close<open,0-qjj*(high-low),0-vol/2)));
hsl:=(xvl/3)/1.15;//www.goodgongshi.com
攻击:=((hsl*0.55+(ref(hsl,1)*0.33))+(ref(hsl,2)*0.22));
lljx:=ema(攻击,3);
b1:=if(sum(lljx,1)>ref(ma(sum(lljx,1),1),1),sum(lljx,1),drawnull);
b2:=if(sum(lljx,2)>ref(ma(sum(lljx,2),1),1),sum(lljx,2),drawnull);
b3:=if(sum(lljx,3)>ref(ma(sum(lljx,3),1),1),sum(lljx,3),drawnull);
b4:=if(sum(lljx,4)>ref(ma(sum(lljx,4),1),1),sum(lljx,4),drawnull);
b5:=if(sum(lljx,5)>ref(ma(sum(lljx,5),1),1),sum(lljx,5),drawnull);
b6:=if(sum(lljx,6)>ref(ma(sum(lljx,6),1),1),sum(lljx,6),drawnull);
b7:=if(sum(lljx,7)>ref(ma(sum(lljx,7),1),1),sum(lljx,7),drawnull);
b8:=if(sum(lljx,8)>ref(ma(sum(lljx,8),1),1),sum(lljx,8),drawnull);
b9:=if(sum(lljx,9)>ref(ma(sum(lljx,9),1),1),sum(lljx,9),drawnull);
b10:=if(sum(lljx,10)>ref(ma(sum(lljx,10),1),1),sum(lljx,10),drawnull);
a11:=ema(c,3);
a5:=ema(c,20);
狙击点:b1 and b2 and b3 and b4 and b5 and b6 and b7 and b8 and b9 and b10 and (close-open)>=(upr-bbiboll) and v/ref(v,1)>=1.9,drawnull;
狙击买点:狙击点=1 and cross(a11,a5) and c>o and c>ref(c,1) and c/ref(c,1)>=1.018,drawnull;
drawtext(b1 and b2 and b3 and b4 and b5 and b6 and b7 and b8 and b9 and b10 and (close-open)>=(upr-bbiboll) and v/ref(v,1)>=1.9,low*0.955,'★'),coloryellow;
drawtext(b1 and b2 and b3 and b4 and b5 and b6 and b7 and b8 and b9 and b10 and (close-open)>=(upr-bbiboll) and v/ref(v,1)>=1.9 and cross(a11,a5) and c>o and c>ref(c,1) and c/ref(c,1)>=1.018,low*0.955,'★'),colormagenta;
drawtext(cross( 100-100*(hhv(high,5*8)-close)/(hhv(high,5*8)-llv(low,5*8)),51) and cross( c,sar_s(n,2,10)) and b1 and b2 and b3 and b4 and b5 and b6 and b7 and b8 and b9 and b10 and (close-open)>=(upr-bbiboll) and v/ref(v,1)>=1.9 ,high*1.012,'▲'),coloryellow,linethick1;
partline((ma(c,6)+ma(c,16))/2 ,(ma(c,6)+ma(c,16))/2 >c,rgb(0,0,250),(ma(c,6)+ma(c,16))/2 <=c,rgb(255,255,0)),linethick2;
支撑线:ma(close, 30),coloryellow,linethick1,drawnull;
顶部:ema(close,34)+2*std(close,55),coloryellow,pointdot,linethick2;
底部:ema(close,34)-2*std(close,55),coloryellow,pointdot,linethick2;
上一指标公式:短线高手OK指标公式详解 同花顺高手
下一指标公式:逍遥线走向动力线走向指标公式详解 同花顺逍遥动力
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文阿风模式主图指标公式详解 同花顺模式仅供学习研究。