var2:=llv(low,33);
var3:=hhv(high,21);
var4:=ema((close-var2)/(var3-var2)*100,20)*0.998;
100,stick,linethick7, colorffcc33;
80, stick,linethick7, colorff9933;
50,stick,linethick7, colorblue;
20,stick,linethick7,colorcc0033;
20,colorwhite;
50,coloryellow;
80,colorcyan;
drawtext(filter(close>0,25),10,'底部吸筹区'),, colorwhite;
drawtext(filter(close>0,25),30,'主力建仓区'), , colorwhite;
drawtext(filter(close>0,25),65,'主力拉高区'), , colorwhite;
drawtext(filter(close>0,25),88,'主力出货区'), , colorwhite;
当前安全度:=100-ema(0.667*ref(var4,1)+0.333*var4,1),linethick2 ,colorred;
a:=ma(-100*(hhv(high,34)-close)/(hhv(high,34)-llv(low,34)),19),colorred;
b:=-100*(hhv(high,14)-close)/(hhv(high,14)-llv(low,14));
d:=ema(-100*(hhv(high,34)-close)/(hhv(high,34)-llv(low,34)),4),linethick2;
长庄线:=a+100,colormagenta;
游资线:=b+100,coloryellow,linethick2;
主力线:d+100,colorred,linethick4;
见顶:=(ref(主力线,1)>85 and ref(游资线,1)>85 and ref(长庄线,1)>65) and cross(长庄线,游资线) ;
顶部区域:=(主力线<ref(主力线,1) and ref(主力线,1)>80) and (ref(游资线,1)>95 or ref(游资线,2)>95 ) and 长庄线>60 and 游资线<83.5
and 游资线<主力线 and 游资线<长庄线+4;
顶部:=filter(顶部区域,4);
操盘顾问:(长庄线<12 and 主力线<8 and (游资线<7.2 or ref(游资线,1)<5) and (主力线>ref(主力线,1) or 游资线>ref(游资线,1)))
or (长庄线<8 and 主力线<7 and 游资线<15 and 游资线>ref(游资线,1)) or (长庄线<10 and 主力线<7 and 游资线<1) ;
stickline( 见顶 or 顶部,99,103,20,1 ),colorred,linethick2;
stickline(操盘顾问,-4,0,22,0 ),colorgreen;
益盟顾问:长庄线<15 and ref(长庄线,1)<15 and 主力线<18 and 游资线>ref(游资线,1) and cross(游资线,长庄线) and 游资线>主力线
and (ref(游资线,1)<5 or ref(游资线,2)<5 ) and (主力线>=长庄线 or ref( 游资线,1)<1 );
stickline( 益盟顾问,0,5,11,0 ),colorred;//www.goodgongshi.com
varr1:=sma(max(close-ref(c,1),0),6,1)/sma(abs(close-ref(c,1)),6,1)*100;
drawicon(cross(82,varr1),90,5);
drawtext(cross(82,varr1),95,'逃'),colorred,linethick4;
diff:=ema(close,12)-ema(close,26);
dea:=ema(diff,9);//www.goodgongshi.com
macd:=2*(diff-dea);
选股:cross(macd>0,0.5);
lc:=ref(close,1);
rsi5:=((sma(max((close - lc),0),5,1) / sma(abs((close - lc)),5,1)) * 100);
tr1:=sum(max(max((high - low),abs((high - ref(close,1)))),abs((low - ref(close,1)))),10);
hd:=(high - ref(high,1));
ld:=(ref(low,1) - low);
dmp:=sum(if(((hd > 0) and (hd > ld)),hd,0),10);
dmm:=sum(if(((ld > 0) and (ld > hd)),ld,0),10);
pdi:=((dmp * 100) / tr1);
mdi:=((dmm * 100) / tr1);
adx:=ma(((abs((mdi - pdi)) / (mdi + pdi)) * 100),5);
av:=(rsi5 + adx);
dxr:=(((adx + ref(adx,5)) / 2) + rsi5);
wr10:=((100 * (hhv(high,10) - close)) / (hhv(high,10) - llv(low,10)));
newvol:=(rsi5 - wr10);
阶段底部:=(av + newvol);
出击:cross(阶段底部,0);
dif3:=ema(close,12)-ema(close,26);
dea3:=ema(dif3,9);
macd3 := 2*(dif3-dea3);
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;
止跌:macd3>ref(macd3,1) and ref(macd3,2)>=ref(macd3,1) and j<50 and c>ref(c,1) and c>o and j>ref(j,1);
stickline(macd>0 and macd>=ref(macd,1),0,macd,10,0),color0000ff;
stickline(macd>0 and macd<ref(macd,1),0,macd,10,0),colorffff00;
stickline(macd<0 and macd>=ref(macd,1),0,macd,10,0),colorff00ff;
stickline(macd<0 and macd<ref(macd,1),0,macd,10,0),color00ff00;
var1=hhv(var1,20);
多转空:=((((llv(macd,4)>0) and (macd<ref(macd,1))) and (ref(macd,1)>ref(macd,2))) and (ref(macd,2)>ref(macd,3)));
空转多:=((((hhv(macd,4)<0) and (macd>ref(macd,1))) and (ref(macd,1)<ref(macd,2))) and (ref(macd,2)<ref(macd,3)));
drawicon(多转空,macd,2);
drawicon(空转多,macd,1);
lc:=ref(close,1);
rsi5:=((sma(max((close - lc),0),5,1) / sma(abs((close - lc)),5,1)) * 100);
tr1:=sum(max(max((high - low),abs((high - ref(close,1)))),abs((low - ref(close,1)))),10);
hd:=(high - ref(high,1));
ld:=(ref(low,1) - low);
dmp:=sum(if(((hd > 0) and (hd > ld)),hd,0),10);
dmm:=sum(if(((ld > 0) and (ld > hd)),ld,0),10);
pdi:=((dmp * 100) / tr1);
mdi:=((dmm * 100) / tr1);
adx:=ma(((abs((mdi - pdi)) / (mdi + pdi)) * 100),5);
av:=(rsi5 + adx);
dxr:=(((adx + ref(adx,5)) / 2) + rsi5);
wr10:=((100 * (hhv(high,10) - close)) / (hhv(high,10) - llv(low,10)));
newvol:=(rsi5 - wr10);
阶段底部:=(av + newvol);
出击:cross(阶段底部,0);
上一指标公式:成交量趋势分析指标公式下载 同花顺趋势分析
下一指标公式:道本多空指标公式详解 同花顺多空
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文主力行为指标公式下载 同花顺主力仅供学习研究。