精准买卖图标
由精准买卖,精准启动点,精准顶底,强底均线组成。
该指标集各家之精华,打造一个实实在在的好指标,无未来函数。
买入时要多在强底均线呈现红色的区域操作,尽量不在绿色区域操作。卖出时有顶部倒三角型或文字提示。使用过程中,请参考大盘,成交量,均线和其它指标。
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(趋势线>90 and 趋势线>ref(趋势线,1),100,95,15,1),colorffff00;
见顶清仓:filter(趋势线>90 and 趋势线<ref(趋势线,1) and 主力进<ref(主力进,1),8);
drawtext( 见顶清仓,90,'逃顶'),coloryellow;
cc:=(趋势线>=90 and v12) and filter((趋势线>=90 and v12),10);
stickline(大盘资金进场 and 趋势线<13,0,30,10,0),colorred;
stickline(大盘资金撤走 and 趋势线>90,0,30,10,0),colorgreen;
stickline(主力进 and 趋势线<13,0,40,10,0),colorff00ff;
stickline(主力撤 and 趋势线>90,0,40,10,0),colorblue;
dif:ema(close,9)-ema(close,150),nodraw;
dea:ema(dif,12),nodraw;
macd:2*(dif-dea),colorstick;
dik:4*dif-3*dea,coloryellow;
ded:=ema(dik,1),colorgreen;
if(c>ded,ded,drawnull),colorred,linethick3;
if(ded<=ref(ded,1),ded,drawnull),colorgreen,linethick3;
启动点:=macd<0 and macd>ref(macd ,1) and ref(macd ,1)<ref(macd ,2)
and ref(macd ,2)<ref(macd ,3)
and ref(macd ,3)<ref(macd ,4);
stickline(启动点,8,macd,2,0),colormagenta;
分界线:0,colorff00ff;
drawicon(启动点,20,11);
stickline(macd>ref(macd,1) and macd>0,0,macd,1.8,0),color000055;
stickline(macd>ref(macd,1) and macd>0,0,macd,1.1,0),color000099;
stickline(macd>ref(macd,1) and macd>0,0,macd,0.6,0),color0000bb;
stickline(macd<=ref(macd,1) and macd>0,0,macd,1.8,0),color40ff00;
stickline(macd<=ref(macd,1) and macd>0,0,macd,1.1,0),color40ff00;
stickline(macd<=ref(macd,1) and macd>0,0,macd,0.6,0),color40ff00;
stickline(macd>ref(macd,1) and macd<0,0,macd,1.8,0),color000055;
stickline(macd>ref(macd,1) and macd<0,0,macd,1.1,0),color000099;
stickline(macd>ref(macd,1) and macd<0,0,macd,0.6,0),color0000bb;
stickline(macd<=ref(macd,1) and macd<0,0,macd,1.8,0),color40ff00;
stickline(macd<=ref(macd,1) and macd<0,0,macd,1.1,0),color40ff00;
stickline(macd<=ref(macd,1) and macd<0,0,macd,0.6,0),color40ff00;
短趋势线:ma(close,13),colorred,linethick2;
涨:if(短趋势线>ref(短趋势线,1),短趋势线,drawnull),colorred,linethick2;
平:=if(短趋势线=ref(短趋势线,1),短趋势线,drawnull),color00ffff,linethick2;
跌:if(短趋势线<ref(短趋势线,1),短趋势线,drawnull),color80ff00,linethick2;
n:=27;
m1:=9;
m2:=5;
m3:=3;
a:=6;
b:=49;
var2:=(close-llv(low,n))/(hhv(high,n)-llv(low,n))*100;
var3:=sma(var2,m1,1);
vara:=(close-llv(low,21.55))/(hhv(high,21.55)-llv(low,34))*80;
varb:=sma(vara,9,1);
varc:=sma(varb,5,1);
lc:=ref(close,1);
山:=sma(max(close-lc,0),a,1)/sma(abs(close-lc),a,1)*100;
花:=cross(山,14);
底1:=if(cross(varb,varc) and varb<13,20,0);
顶:if(cross(68,山),81,100),linethick2,colorgreen;
底:if((底1 or 花),30,0),linethick2,coloryellow;
var1:=ref(close,1);
var2:=sma(max(close-var1,0),7,1)/sma(abs(close-var1),7,1)*100,coloryellow;
var21:if(var2<20,40,20),colorred;
var22:if(var2>80,60,80),colorffff50;
var2↑:stickline(filter(ref(var2,1)<20 and var2>ref(var2,1),5),20,40,8,0),colorred;
var2↓:stickline(filter(ref(var2,1)>80 and var2<ref(var2,1),5),60,80,8,0),colorffff50;
drawtext(filter(ref(var2,1)<20 and var2>ref(var2,1),5),40 ,'买入' ),colorffffff;
drawtext(filter(ref(var2,1)>80 and var2<ref(var2,1),5),60 ,'卖出' ),colorffffff;
80,colorgreen;
20,colorred;
上一指标公式:MACD量柱副图指标公式下载 同花顺MACD
下一指标公式:波段生命线指标公式下载 同花顺波段指标
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文精准买卖指标公式下载 同花顺精准仅供学习研究。