多空决战黄金坑
本指标有若干个指标合成:合并即涨图+cci黄金坑+熊市低吸高抛+多空量+大道至简选股+牛熊三色
用法:在上升趋势中寻找相对低点做多,回避下降趋势的个股。配合大盘和其它指标使用。
mav:=amount/1000000;
sk := ema(mav,13) - ema(mav,34);
sd := ema(sk,3);
b:=(sk-sd);
多方:if(b>=0,b,0),linestick,linethick2,color0000ff;
if(b>=0 and b<ref(b,1),b,drawnull),linestick,linethick2,colorffff00;
空方:if(b<=0,b,0),linestick,linethick2,linethick2,color00ff00;
if(b<0 and b>ref(b,1),b,drawnull),linestick,linethick2,colorff00ff;
tj0:=filter(cross(b,0) and b>ref(b,1),8);
drawicon(tj0,空方,23);
tj1:=filter(ref(b,2)>ref(b,1) and b>ref(b,1) and b<-1,5);
tj11:=filter(count(tj1,9)>=2,8);
drawicon(tj11,空方,26);
tj2:=filter(ref(b,2)<ref(b,1) and b<ref(b,1) and b>2,5);
drawicon(tj2,多方,19);
var0:=(close-llv(low,60))/(hhv(high,60)-llv(low,60))*100;
var3:=sma(var0,3,1);
var1:=sma(var3,4,1)-10;
var4:=(hhv(high,60)-close)/(hhv(high,60)-llv(low,60))*100;
var5:=sma(var4,3,1);
var2:=sma(var5,4,1)-90;
stickline(ref(var1,1)<var1,var1,ref(var1,1),10,0),color0000ff;
stickline(ref(var1,1)>var1,var1,ref(var1,1),5,0),color00ff00;
stickline(ref(var2,1)>var2,var2,ref(var2,1),10,0),color0000ff;
stickline(ref(var2,1)<var2,var2,ref(var2,1),5,0),color00ff00;
rr8:=ma(close,27);
rr9:=(close-rr8)/rr8*100;
rra:=ma(rr9,2);
rrb:=barslast(cross(-10,rra)=1);
rrd:=rra<-10 and rrb>3;
stickline(if(rrd,-120,0),-120,0,8,0),colorliblue;
【黄金坑】:if(rrd,-120,0),coloryellow,linethick2;
typ := (high + low + close)/3;
cci14:(typ-ma(typ,14))/(0.015*avedev(typ,14)),colormagenta,linethick2;
均价线:=amount/v/100;
c2:=ref(c,1);
涨停:=c>=ref(c,1)*1.098;
活跃的股票更精准:0;
底:-360,colorblack;
顶:360,colorblack;
s10:=c<o;
hh1:=count(s10,6)>=4;
hh2:=count(s10,5)>=3;
hh22:=count(s10,4)>=3;
s11:=c>ma(c,20);
hh:=count(s11,10)>=4;
s13:=c>ma(c,20);
hh3:=count(s13,10)>=4;
s14:=c<ma(c,5);
hh4:=count(s14,5)>=3;
hh5:=count(s14,4)>=3;
hh55:=count(s14,10)<8;
s19:=c>o;
hh19:=count(s19,7)>=3;
低吸:if(filter((c<ref(o,2) and hh55 and c>o and (c>ref(o,1) or c*0.98<o) and ref(c,1)<ref(o,1) and (ref(c,1)+ref(o,1))/2< ref(c,2) and ref(c,2)<ref(o,2) and (o*1.1<ref(o,2) or hh22 or (ref(c,3)<ref(o,3) and ref(c,1)*1.1<ref(o,3))) or c>o and hh22 and hh55),1),20,0 ),colorgreen;
二次低吸:if((ref(低吸,2)>0 and ref(c,1)<ref(o,1) and c>o),40,0),colorgray;
n:=3;
l0:=0.02;
l1:=abs(l-ref(l,1))<=l0;
l2:=abs(l-ref(l,2))<=l0;
l3:=abs(l-ref(l,3))<=l0;
l4:=abs(l-ref(l,4))<=l0;
l5:=abs(l-ref(l,5))<=l0;
精准线首次:=l1 or l2 or l3 or l4 or l5;
精准左:=filter(精准线首次,n) ;
天数:=barslast(精准左);
lts:=ref(l,天数);
精准右:=abs(l-lts)<=l0;
stickline(精准左,l,l,50,-1),colormagenta;
drawline(精准左,l,精准右,lts,1),colormagenta;
g1:=abs(h-ref(h,1))<=l0;
g2:=abs(h-ref(h,2))<=l0;
g3:=abs(h-ref(h,3))<=l0;
g4:=abs(h-ref(h,4))<=l0;
g5:=abs(h-ref(h,5))<=l0;
精准线首次1:=g1 or g2 or g3 or g4 or g5;
精准左1:=filter(精准线首次1,n) ;
天数1:=barslast(精准左1);
gts:=ref(l,天数1);
精准右1:=abs(h-gts)<=l0;
stickline(精准左1,h,h,50,-1),colorgreen;
mtm:=c-ref(c,1);
dx:=100*ema(ema(mtm,6),6)/ema(ema(abs(mtm),6),6);
yxf:=if(llv(dx,2)=llv(dx,7) and count(dx<0,2) and cross(dx,ma(dx,2)),1,0);
蓝:if(filter(yxf=1,5),20,0),colorliblue,linethick3;
红: if(filter(yxf=1,5),10,0),colorred,linethick2;
黄: if(filter(yxf=1,5),5,0),coloryellow,linethick1;
大道至简:(((close - ma(close,21)) / ma(close,21)) * 100)+10,colorffffff;
drawicon(cross(大道至简,0),0,9);
0,color0000ff;
导入后,改为副图指标,就可以正常使用。
上一指标公式:极简MACD最准确最简单的MACD指标公式详解 同花顺最准确极简
下一指标公式:顶底提示指标公式详解 同花顺提示
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文多空决战黄金坑指标公式详解 同花顺多空黄金仅供学习研究。