现价=ma(c,1);
var4:=(low+high+close)/3;
调控线:ema(close, n1),linethick2,coloryellow,nodraw;
(中线)调控线:ema(close,120),linethick1,,colorcyan,drawnull;
启动回档线:ma(close, 13) ,colorwhite,drawnull;
partline((ma(c,13)+ma(c,26))/2 ,(ma(c,13)+ma(c,26))/2 >ref(现价,1),rgb(0,255,0),(ma(c,13)+ma(c,26))/2 <=ref(现价,1),rgb(255,0,0)),linethick3;
drawtext(cross( ema(c,5),ema(slope(c,21)*20+c,42)) and c>=ema(c,5),low*0.958,'多'),coloryellow;
drawtext(cross(ema(slope(c,21)*20+c,42), ema(c,5)) and c < ema(c,5),high*1.044,'空'),colorgreen;
drawtext_fix(c>o,0.01,0.08,0,' ★ 选 顾 比 粘 合 多 头 发 散 趋势股 多 买入 空 卖 出 观望 个股调控线 调 到 最 佳 位 置 ★ ★ ★ '),coloryellow;
drawtext_fix(c>o,0.48,0.08,0,' 破 变 色 线 止 损 自 律 血 与 泪 的教训 '),colormagenta;
drawtext_fix(c>o,0.73,0.08,0,' 抢 钱 游 戏 '),colorwhite;
var4:=(low+high+close)/3;
拉升:hhv( ma(var4,5),13),colorwhite,linethick1;
压支线:ma(ref(hhv(c,21),1),5),colorffff33,linethick1,nodraw;
压止盈线:hhv( ma(var4,5),60),coloryellow,linethick1,,nodraw;
强支撑(买点,支点):llv( ma(var4,5),13),linethick1,colormagenta,,nodraw;
底部支撑: llv(low,60)*1.02,colorgray,nodraw;
顶部止盈线: hhv(high,60)*0.98,colorgray,drawnull;
drawnull,drawnull,nodraw;
ma1=ma(close,5);
ma2=ma(close,10);
ma3=ma(close,30);
ma1>ref(ma1,1) and ma2>ref(ma2,1) and ma2>ref(ma3,1) and cross(ma2,ma3);
drawtext(ma1>ref(ma1,1) and ma2>ref(ma2,1) and ma2>ref(ma3,1) and cross(ma2,ma3),c,'黄金眼'),colorwhite;
volume:=vol,volstick;
drawtext(cross(ma(volume,5),ma(volume,120)),low*0.992,'△');
倍量:=v>=ref(v,1)*2;
天量:=v=hhv(v,0);
量比:=v/ref(ma(v,5),1) ,colorblue;
drawtext(天量 and 倍量 and 量比>3 and (barscount(c)+1)>120 and cross(天量 and 倍量 and 量比>3 and (barscount(c)+1)>120,2)<=1,high*1.058,'★量王 '),colorwhite;
中线【买入】:=count(close<ma(c,18),5)=4 and
close/ma(c,18)>1.004 and cross(close,ma(c,18)) and ma(c,18)>=
ref(ma(c,18),1),linethick,colorred;
drawtext(中线【买入】,low*0.95,' ←中线【买】'),colorwhite;
drawtext(cross(84,sma(max(close-ref(close,1),0),6,1)/sma(abs(close-ref(close,1)),6,1)*100) , high*1.08,'←逃顶'),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;
ma30:=ma(c,20);
ma60:=ma(c,35);
ma90:=ma(c,45);
ma250:=ma(c,10);
a:=max(ma30,max(ma60,ma90));
b:=min(ma30,min(ma60,ma90));
e:=(ma30+ma60+ma90)/3;
drawtext(a/b<1.05 and c>e*1.04 and c<e*1.15 and ma250>ref(ma250,1) and e>ma250 and c/ref(c,1)>1.05,low*0.938,'突破'),colormagenta;
lcd:=ref(close,1);
rsi:=sma(max(close-lcd,0),4.1,1)/sma(abs(close-lcd),4.1,1)*100;
drawtext(cross(rsi,11)*10,low*0.955,'↑建仓') ,colorwhite;
a0:=(l+h+c*2)/4;
a1:ema(a0,14);
a2:=ema(a0,25);//www.goodgongshi.com
a1x:=(a1-ref(a1,1))/ref(a1,1)*100,nodraw;
a2x:=(a2-ref(a2,1))/ref(a2,1)*100,nodraw;
买入持股:if(a1x>=0,a1,drawnull),colorred,linethick1;
卖出空仓:if(a1x<0 and a2x<0,a1,drawnull),colorgreen,linethick1;
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;
上一指标公式:预测涨跌指标公式详解 同花顺涨跌
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文阿风多空主图指标公式详解 同花顺多空仅供学习研究。