{综合指标主图}
ma5:ma(close,5),linethick2;
ma13:ma(close,13);
ma34:ma(close,34);
ma62:ema(close,62),colorlired,circledot;
ma128:=ema(close,128);
ma250:=ema(close,238);
lc:=ref(close,1);
rsi:=sma(max(close-lc,0),4.1,1)/sma(abs(close-lc),4.1,1)*100;
drawicon(cross(rsi,11),l-0.05,3);
drawtext(filter(ema(close,72)-ema(close,14)>0 and ema(close,14)/low>1.15,5),low-0.1,'买'),colorff00ff;
vara:=((amount)/(vol))/(100);
varb:=((3)*(high)+low+open+(2)*(close))/(7);
varc:=((sum(amount,7))/(vara))/(100);
vard:=dma(varb,(vol)/(varc));
vare:=((close-vard)/(vard))*(100);
varf:=((close-llv(low,34))/(hhv(high,34)-llv(low,34)))*(100);
varj:=ma(vare,20)+std(vare,20);
bias18:=((close-ma(close,21))/(ma(close,21)))*(100);
aa:=sma(varf,3,1);
ss:=(ref(bias18,1)>=5) and cross(varj,vare) and (aa>79);
v7:=if(currbarscount=1,vol*240/fromopen/ref(vol,1)-1,vol/ref(vol,1)-1);
lc1:=ref(close,1);
rsi1:=((sma(max((close - lc1),0),3,1) / sma(abs((close - lc1)),3,1)) * 100);
ff:=ema(close,3);
drawtext(cross(ff,ma34),(low-0.2),'←底背'),colorred;
aa1:=(hhv(high,21) - (2 * atr));
bb:=cross(close,ref(hhv(high,72),1));
sss:=cross(min(ma(close,13),aa1),close);
bbb:=barslast(bb);
sssb:=barslast(sss);
b11:=((bbb = 0) and (ref(sssb,1) < ref(bbb,1)));
b1b:=barslast(b11);
b21:=((((bb = 1) and (b1b < sssb)) and (b1b > 0)) and (count(bb,sssb) < 3));
b2b:=barslast(b21);
b3:=((((bb = 1) and (b2b < b1b)) and (count(bb,sssb) < 4)) and (count(bb,sssb) > 2));
var2s:=(2*close+high+low)/4;
var3s:=if(year>=2099 and month>2,0,1);
var4s:=llv(low,5); var5s:=hhv(high,4);
散户:=ema((var2s-var4s)/(var5s-var4s)*100,4)*var3s;
庄家:=ema(0.667*ref(散户,1)+0.333*散户,2)*var3s;
drawtext(cross(散户,庄家) and 散户<30,l-0.3,'←买进'),coloryellow;
y1:=barslast(cross(ma5,ma34)) and ma5>ma34;
y2:=y1 and barslast(cross(ma5,ma62));
y3:=y2 and cross(ma34,ma62);
f0:=barslast(cross(ma(c,5),ma(c,62)));
f1:=f0 and barslast(cross(ma(c,34),ma(c,62)));
f2:=f1 and cross(ma(c,5),ma(c,34)) and ma(c,34)>ma(c,62);
drawicon(f2,l,1);
drawtext(f2,l-0.6,'←小黑马'),colorff00ff;
var1:=1;
var2:=llv(low,10);
var3:=hhv(high,24);
x:=ema(((slope(close,24) * 28) + close),62);
y:=ema(close,24);
ll:=ref(close,24);
mm:=((sma(max((close - ll),0),6,1) / sma(abs((close - ll)),6,1)) * 100);
db:=if(((mm < ref(mm,1)) and (mm > 79)),mm,0);
drawtext(cross(y,x),(low-0.7),'▲'),coloryellow;
drawtext(cross(x,y),(high+0.05),'◆'),color00ff00;
drawtext(db,(high+0.1),'●'),colorff00ff;
var11:=llv(low,24);
var21:=hhv(high,24);
ak1:=ema((((close - var1) / (var2 - var1)) * 100),5);
ak:=ema((((close - var1) / (var2 - var1)) * 50),13);
dd:=ema(((0.667 * ref(ak1,1)) + (0.333 * ak1)),2);
var31:=llv(low,62);
var4:=hhv(high,24);
var5:=ema((((close - var3) / (var4 - var3)) * 100),3);
var6:=((ak + var5) / 2);
var7:=ema(((0.667 * ref(var5,1)) + (0.333 * ak1)),2);
var8:=ema(var6,5);
bba:=ema(((0.667 * ref(var8,1)) + (0.333 * var8)),2);
ab:=cross(ak1,ak);
bb1:=(cross(ak1,bba) and (bba < 30));
cd:=(bba * 0.6);
drawtext((cd = 0.6),(low-0.8),'□'),color33cc99;
drawtext((ab = 1),(low-0.9),'□'),colorwhite;
c1:=(close+low+high)/3;
c2:=ema(c1,6);
c3:=ema(c2,5);
c4:=cross(c2,c3);
drawtext(c4,low-1,'★'),coloryellow;
if(ma5>ref(ma5,1),ma5,drawnull),linethick2,colorred;
if(ma5<ref(ma5,1),ma5,drawnull),linethick2,colorgreen;
dif:=ema(close,13)-ema(close,34);
dea:=ema(dif,9);
macd:=(dif-dea)*2;
rsv:=(close-llv(low,13))/(hhv(high,13)-llv(low,13))*100;
k:=sma(rsv,9,1);
d:=sma(k,9,1);
j:=3*k-2*d;
kd:=cross(k,d) and cross(j,d);
volume:=vol,volstick;
mavol1:=ma(volume,5);
mavol2:=ma(volume,10);
jg:=cross(ma5,ma13);
na:=cross(dif,dea);
nl:=cross(mavol1,mavol2);
drawtext((jg and nl and na) or (jg and nl and kd) or
(jg and na and kd) or (nl and na and kd),l-1.1,'←涨'),coloryellow;
x1:=llv(j,2)=llv(j,8);
drawtext(cross(j,ref(j+0.01,1)) and x1 and j<20,low-1.2,'←买入'),colorlimagenta;
jh9:=sma(max(c-ref(c,1),0),5,1)/sma(abs(c-ref(c,1)),5,1)*100;
drawtext(cross(84,jh9),h+0.3,'★'),colorgreen;
均衡:=ema(空,5);
中轨:=hhv(ma(h,13),13);
var55:=filter(均衡>ref(均衡,1)and 中轨<ref(中轨,1)and c>ref(c,1),11);
drawtext(var55,l-1.3,'←进'),coloryellow;
上:=(sma(high,21,2) * 1.05);
aa10:=ma(close,8);
x2:=ema(x1,10);
x3:=ref(x2,1);
x4:=((ref(high,1) + ref(low,1)) / 2);
x5:=(ma(close,21) + (2 * std(close,21)));
x6:=ref(close,1);
x7:=((sma(max((close - x6),0),7,1) / sma(abs((close - x6)),7,1)) * 100);
x8:=cross(79,x7);
x9:=filter(x8,4);
drawtext((((((ma13 - ref(ma13,1)) > 0) and cross(ma34,ma128)) and (low <= ma128)) and (close >= ma128)),low-1.4,'关注'),colorffffff;
drawtext(((((((high >= ma128) and (close < ref(close,1))) and (close < ref(close,1))) and (high > 上)) and (close < 上)) and (close < ma128)),(high+0.4),'减'),color00ff00;
drawtext(cross(x4,x5),high+0.5,'跑'),color00b4ff;
var327:=if(close/ref(close, 1)>1.050 and vol/capital*100<10 and close<17 and high/close<1.010, 91, 0);
drawicon(var327>90,low-0.06,1);
varv1:=(100 - ((90 * (hhv(high,21) - close)) / (hhv(high,21) - llv(low,21))));
varv2:=(100 - ((90 * (hhv(high,21) - close)) / (hhv(high,21) - llv(low,21))));
varv3:=(100 - ma(((100 * (hhv(high,6) - close)) / (hhv(high,6) - llv(low,6))),34));
drawtext(cross(varv2,ma(varv3,6)),(low-0.01),'进入 '),coloryellow;
drawtext(cross(ma(varv3,6),varv1),(high+0.07),'走 '),colorffff34;
dx:=llv(j,2)=llv(j,8);
买:=if(cross(j,ref(j+0.01,1))and dx and j<20,1,0);
drawtext(买=1,low-0.4,'买入'),coloryellow;
dz:=hhv(j,2)=hhv(j,8) and j>80;
drawtext(cross(ref(j-0.01,1),j) and ref(dz,1) and close<open,high+0.8,'休息'),coloryellow;
上一指标公式:精品中的精品指标详解 通达信精品
下一指标公式:买卖盘指标详解 通达信买卖
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文综合主图指标详解 通达信指标仅供学习研究。