操盘不求人指标
由火焰山指标叠加操盘要点和资金抄底组合而成。看看好不好用。
止损:pre/(1.04),color00ff00;
逃命:pre/1.06,coloree8400;
趋势: 3*sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*100,5,1)-2*sma(sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*100,5,1),3,1);
买警: if(趋势<=20,22,0);
卖1: if(趋势>=95,86,95);
底部: 18;
卖2: if(趋势>=88,79,88);
买进: if(cross(趋势,底部),22,0);
买入:c,colorred;
卖3: if(趋势>=81,66,81);
卖4: if(趋势>=74,57,74);
买警1: if(趋势<=25,28,25);
var1:=ema(hhv(high,500),21);
var2:=ema(hhv(high,250),21);
var3:=ema(hhv(high,90),21);
var4:=ema(llv(low,500),21);
var5:=ema(llv(low,250),21);
var6:=ema(llv(low,90),21);
var7:=ema((var4*0.96+var5*0.96+var6*0.96+var1*0.558+var2*0.558+var3*0.558)/6,21);
var8:=ema((var4*1.25+var5*1.23+var6*1.2+var1*0.55+var2*0.55+var3*0.65)/6,21);
var9:=ema((var4*1.3+var5*1.3+var6*1.3+var1*0.68+var2*0.68+var3*0.68)/6,21);
vara:=ema((var7*3+var8*2+var9)/6*1.738,21);
varb:=ref(low,1);
varc:=sma(abs(low-varb),3,1)/sma(max(low-varb,0),3,1)*100;
vard:=ema(if(close*1.35<=vara,varc*10,varc/10),3);
vare:=llv(low,30);
varf:=hhv(vard,30);
var10:=if(ma(close,58),1,0);
火焰山:ema(if(low<=vare,(vard+varf*2)/2,0),3)/618*var10;
火焰: stickline(火焰山>0,0,火焰山,4,1);
今量:火焰山;
stickline(火焰山>0,0,今量*1.2,8,0),color0000ff;
stickline(火焰山>0,0,今量*0.8,8,0),color0066ff;
stickline(火焰山>0,0,今量*0.6,8,0),color0099ff;
stickline(火焰山>0,0,今量*0.4,8,0),color00ccff;
stickline(火焰山>0,0,今量*0.2,8,0),color00ffff;
if(periodname<>"日线")
{
统计:"该指标只在日线周期下有效。";
return;
}
//大单净量
r:=((zdmr[-1]+bdmr[-1])-(zdmc[-1]+bdmc[-1]))/shgzg*100;
//相对强弱
lc := ref(close,1);//前一日收盘价;
rsi$1:=sma(max(close-lc,0),3,1)/sma(abs(close-lc),3,1)*100;
rsi$2:=sma(max(close-lc,0),5,1)/sma(abs(close-lc),5,1)*100;
rsi$3:=sma(max(close-lc,0),8,1)/sma(abs(close-lc),8,1)*100;
相对强弱:=0.5*rsi$1+0.31*rsi$2+0.19*rsi$3;
wave$1:=sma(100*(close-llv(low,8))/(hhv(high,8)-llv(low,8)),3,1);
wave$2:=sma(100*(close-llv(low,8))/(hhv(high,8)-llv(low,8)),5,1);
wave$3:=sma(100*(close-llv(low,8))/(hhv(high,8)-llv(low,8)),8,1);
短线波段:=0.5*wave$1+0.31*wave$2+0.19*wave$3;
机会区:20,pointdot,colorred;
风险区:80,pointdot,colorgreen;
风险系数:0.5*相对强弱+0.5*短线波段,coloryellow;
//买入条件;
cd1:=if(风险系数<20 and close>open and r>0,1,0);//波段小于20,股价翻红;
cd2:=if(风险系数<20 and low>=ref(low,1) and close>low and r>0,1,0);//波段小于20,股价未翻红,但未创新低;
cd3:=if(ref(风险系数,1)<20 and 风险系数>ref(风险系数,1),1,0);//前一日波段小于20,今日转向;
signalbuy=(cd1=1 or cd2=1 or cd3=1);
x=(signalbuy and count(signalbuy,3)=1);
drawicon(x,机会区,"buy");
n:=5;
var1:4*sma((close-llv(low,n))/(hhv(high,n)-llv(low,n))*100,5,1)-
3*sma(sma((close-llv(low,n))/(hhv(high,n)-llv(low,n))*100,5,1),3.2,1),coloryellow,linethick0;
var2:8,colorgreen,linethick0;
上升在即: if(cross(var1,var2),80,0),stick,color0000cc,linethick2;
专吸庄血: if(var1<=8,25,0),stick,colorwhite,linethick2;
drawtext(cross(var1,var2),80,''),color00ffff;
varo5:=llv(low,27);
varo6:=hhv(high,34);
varo7:=ema((close-varo5)/(varo6-varo5)*4,4)*25;
建仓区: if((varo7<10),80,100) ,color00ccff,linethick1;
0,linethick2 ,colorffcc00;
v1:=(c*2+h+l)/4*10;
v2:=ema(v1,13)-ema(v1,34);
v3:=ema(v2,5); v4:=2*(v2-v3)*5.5;
主力撤: if(v4<=0,v4,0),colorblue;
主力进: if(v4>=0,v4,0),colorff00ff;
v5:=(hhv(indexh,8)-indexc)/(hhv(indexh,8)-llv(indexl,8))*8;
v6:=ema(3*v5-2*sma(v5,18,1),5);
v7:=(indexc-llv(indexl,8))/(hhv(indexh,8)-llv(indexl,8))*10;
v8:=(indexc*2+indexh+indexl)/4;
v9:=ema(v8,13)-ema(v8,34);
va:=ema(v9,3);
vb:=(v9-va)/2;
大盘资金进场:if(vb>=0,vb,0),colorred;
大盘资金撤走:if(vb<=0,vb,0),colorgreen;
v11:=3*sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1)-2*sma(sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1),3,1);
趋势线: ema(v11,3);
v12:=(趋势线-ref(趋势线,1))/ref(趋势线,1)*100;
准备现金: stickline(趋势线<=13,0,20,5,0),colorcc9900;
aa:=(趋势线<=13) and filter((趋势线<=13),15);
drawtext (aa,30,'准备现金'),colorcc9900;
买入股票: stickline(趋势线<=13 and v12>13,0,50,5,0),color0099ff;
bb:= (趋势线<=13 and v12>13) and filter((趋势线<=13 and v12>13),10) ;
drawtext (bb,60,'买入股票'),color0099ff;
卖临界: stickline(趋势线>92 and 趋势线>ref(趋势线,1),100,95,15,1),colorffff00;
见顶清仓:filter(趋势线>92 and 趋势线<ref(趋势线,1) and 主力进<ref(主力进,1),8);
drawtext( 见顶清仓,92,'逃顶'),coloryellow;//www.goodgongshi.com
cc:=(趋势线>=92 and v12) and filter((趋势线>=92 and v12),10);
stickline(大盘资金进场 and 趋势线<13,0,30,10,0),colorred;
stickline(大盘资金撤走 and 趋势线>92,0,30,10,0),colorgreen;
stickline(主力进 and 趋势线<13,0,40,10,0),colorff00ff;
stickline(主力撤 and 趋势线>92,0,40,10,0),colorblue;
上一指标公式:王京金钻趋势指标公式详解 同花顺金钻
下一指标公式:短线拉升赚钱指标公式详解 同花顺拉升
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文操盘不求人指标公式详解 同花顺求人仅供学习研究。