十天买主图望高手指教
drawtextabs(30,30,'最高支撑不破持有,破支撑卖掉。压力冲不过,往下找支撑,突破压力就有上下两种分化。' ),colorffdd00;
十天买卖:ema(ref(close,1),2),colorffcc00,linethick1;
partline(十天买卖,close>=十天买卖,rgb(255,0,0)),linethick4;
十天压力:hhv(十天买卖,13),color00ff00,linethick1;
partline(十天压力,十天买卖=十天压力,rgb(255,255,0)),linethick3;
十天支撑:llv(十天买卖,13),color00ffff,linethick1;
partline(十天支撑,十天买卖=十天支撑,rgb(0,0,255)),linethick3;
v1:=abs((2*close+high+low)/4-ma(close,20))/ma(close,20);
v2:=(1-7/100)*(dma(close,v1));
v3:=(1+7/100)*(dma(close,v1));
v5:=ma((low+high+close)/3,5);
支撑:ref(v2,0),pointdot,linethick1,colorcc66ff;
阻力:ref(v3,0),pointdot,linethick1,colorgreen;
ma1:=ema(close,5);
ma2:=atan((ma1/ref(ma1,1)-1)*100)*180/3.1416;
ma3:=if(ma2>0,ma2,ma2);
生命线: ema(close,30),colorwhite,linethick2;
var1:=close=hhv(c,4) and (ref(c,1)>=ref(c,2) or ref(c,1)>=ref(c,3)) or ref(c,1)=hhv(c,4) and close>=ref(c,2) or ref(c,2)=hhv(c,4) and ref(c,3)=llv(c,4) and c>=ref(c,1) or ref(c,3)=hhv(c,4) and c>=ref(c,1) and c>=ref(c,2);
var2:=close=hhv(c,4) and ref(c,1)=llv(c,4);
var3:=close=llv(c,4) and (ref(c,1)<ref(c,2) or ref(c,1)<ref(c,3)) or ref(c,1)=llv(c,4) and c<ref(c,2) or ref(c,2)=llv(c,4) and ref(c,1)=hhv(c,4) and c<ref(c,1) or ref(c,3)=llv(c,4) and c<ref(c,1) and c<ref(c,2);
var4:=ref(c,1)=llv(c,4) and c>=ref(c,2) or ref(c,2)=llv(c,4) and ref(c,1)<=ref(c,3) and ref(c,2)<ref(c,4) and c>=ref(c,1);
var5:=ref(c,1)=hhv(c,4) and c<ref(c,2) or (ref(c,2)=hhv(c,4) and ref(c,1)>ref(c,3) or ref(c,3)=hhv(c,4) and ref(c,1)>ref(c,2)) and ref(c,2)>=ref(c,4) and c<ref(c,1);
var6:=v5>ref(v5,1) and ref(v5,1)<ref(v5,2);
var7:=low<hhv(v5,13) and high>hhv(v5,13) and close>ref(c,1) and close>open;
var8:=var7 and count(var6,2);
var9:=100*ema(ema(c-ref(c,1),6),6)/ema(ema(abs(c-ref(c,1)),6),6);
var10:=ema(ma(c,30),30);
var11:=filter((llv(var9,2)=llv(var9,7) and count(var9<0,2) and cross(var9,ma(var9,2)))=1,5);
var12:=filter((hhv(var9,2)=hhv(var9,7) and count(var9>50,2) and cross(ma(var9,2),var9))=1,1);
var13:=sma(ema((c-ref(c,1))/ref(c,1),5)*100,3,1)*10;
var14:=filter(((cross(var13,0) or cross(c,var10)) and var11)=1,3);
var15:=ma(c,18)>=ref(ma(c,18),3) and cross(c,ma(c,18));
var16:=var8 and not(ref(var8,1));
partline(生命线,ma3>ref(ma3,1) and ma3>=0),coloryellow,linethick2;
partline(生命线,ma3<ref(ma3,1) and ma3>0),colorgreen,linethick2;
{kdj}
rsv:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;
k:=sma(rsv,3,1);
d:=sma(k,3,1);
j:=3*k-2*d;
金叉:=cross(j,d);
死叉:=cross(d,j);
买1:=(var14 or var15) and var11;
买2:=(var14 or var15) and var4;
买3:=(var14 or var15) and var2;
买4:=(var2 and var11) or (var4 and var11);
买5:=(金叉 and var4) or (金叉 and var2) or (金叉 and var11);
{涨停}
stickline(close>ref(close,1)*1.0985 and close=high,close,open,8.5,-1),color00ffff;
{跌停}
stickline(close<ref(close,1)*0.9015 and close=low,close,open,8.5,-1),colorgreen;
stickline(close>open,open,low,0.5,0 ),color0000ff;
stickline(close>open,close,high,0.5 ,0 ),color0000ff;
stickline(open>=close,close,low,0.5 ,0 ),color00ff00;
stickline(open>=close,open,high,0.5 ,0 ),color00ff00;
{蓝}
stickline(open>=close,close,open,8,0),colorff7700;
stickline(open>=close,close,open,6,0),colorff9900;
stickline(open>=close,close,open,4,0),colorffbb00;
stickline(open>=close,close,open,2,0),colorff0000;
{红}
stickline(close>open,close,open,8,0),color000099;
stickline(close>open,close,open,6,0),color0000cc;
stickline(close>open,close,open,4,0),color0000ff;
stickline(close>open,close,open,2,0),colorcc66ff;
{绿}
stickline(var3,open,(open+close)/2,8,0),color009900;
stickline(var3,open,(open+close)/2,6,0),color00bb00;
stickline(var3,open,(open+close)/2,4,0),color00dd00;
stickline(var3,open,(open+close)/2,2,0),color00ff00;
{灰}
stickline(var4,open,(open+close)/2,8,0),color999999;
stickline(var4,open,(open+close)/2,6,0),colorbbbbbb;
stickline(var4,open,(open+close)/2,4,0),colordddddd;
stickline(var4,open,(open+close)/2,2,0),colorffffff;
stickline(金叉,open,close,2,0),coloryellow;
stickline(死叉,open,close,2,0),color000099;
drawicon(var16,low-0.01,1),align1;
drawicon(买1 or 买2 or 买3 or 买4 or 买5,low-0.01,7),align1;
drawicon(死叉 or var12 or cross(40,var9),high+0.12,8),align1;
上一指标公式:金城五能:能量-发一个自认为是精品的公式下载 大智慧指标能量
下一指标公式:均线速度公式下载 大智慧均线
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文十天买主图望高手指教公式下载 大智慧指教十天仅供学习研究。