抄:0;
逃:100;
vara:=ema(ref(close,1),4);
var1:=ref(close,2);
短线反弹=((sma(max((close - var1),0),7,1) / sma(abs((close - var1)),7,1)) * 100);
仅供参考=if((短线反弹 < 12),60,0);
v3:=(close-llv(low,8))/(hhv(high,8)-llv(low,8))*100;
操盘线:=sma(v3,2,1);
v5:=sma(操盘线,2,1);
抄底:=if(操盘线>ref(操盘线,1) and ref(操盘线,1)<ref(操盘线,2) and 操盘线<23 ,1.5,0);
lc:=ref(close,1);
rsi:=((sma(max(close - lc,0),4.1,1))/(sma(abs(close - lc),4.1,1)))*(100);
瞄准底部=(cross(rsi,11))*(70);
var21=ref(close,1);
var22=((sma(max((var21-close),0),7,1) / sma(abs((var21-close)),7,1)) * 100);
var23=cross(79,var22);
底底底=filter(var23,4);
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);
警戒:=阶段底部<0;
var101=4*sma((close-llv(low,5))/(hhv(high,5)-llv(low,5))*100,5,1)-3*sma(sma((close-llv(low,5))/(hhv(high,5)-llv(low,5))*100,5,1),3.2,1);
var201=8;
var01:=ref(close,1);
var02:=sma(max(close-var01,0),7,1)/
sma(abs(close-var01),7,1)*100;
超级反弹=filter(ref(var02,1)<20 and var02>ref(var02,1),5);
rj:=((zdmr[-1]+bdmr[-1])-(zdmc[-1]+bdmc[-1]))/shgzg*100;//大单净量
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;
风险系数:=0.5*相对强弱+0.5*短线波段,coloryellow;
cd1:=if(风险系数<20 and close>open and rj>0,1,0);//波段小于20,股价翻红;
cd2:=if(风险系数<20 and low>=ref(low,1) and close>low and rj>0,1,0);//波段小于20,股价未翻红,但未创新低;
cd3:=if(ref(风险系数,1)<20 and 风险系数>ref(风险系数,1),1,0);//前一日波段小于20,今日转向;
signalbuy=(cd1=1 or cd2=1 or cd3=1);
cd=(signalbuy and count(signalbuy,3)=1);
rsv:=(c-llv(l,9))/(hhv(h,9)-llv(l,9))*100;
k=sma(rsv,3,1);
d=sma(k,3,1);
j=3*k-2*d;
x=llv(j,2)=llv(j,8);
y=if(cross(j,ref(j+0.01,1)) and x and j<20,30,0);
短线买入=cross(j,ref(j+0.01,1)) and x and j<20;
var31=4*sma((close-llv(low,5))/(hhv(high,5)-llv(low,5))*100,5,1)-3*sma(sma((close-llv(low,5))/(hhv(high,5)-llv(low,5))*100,5,1),3.2,1),coloryellow,linethick0;
ww=瞄准底部 and 抄底 and 仅供参考 ;
ff:=ema(close,3);
ma15:=ema(close,21);
drawtext(cross(ff,ma15) and count(ww,21),50,'止盈');
stickline(cross(ff,ma15) and count(ww,21),100,70,5,0),colorwhite;
stickline (瞄准底部 and 抄底 and 仅供参考 ,0,50,12,0),colorred;
stickline (瞄准底部 and 抄底 and 仅供参考 and cross(阶段底部,0) ,50,0,9,0),coloryellow;
stickline (瞄准底部 and 抄底 and 仅供参考 and cross(var101,var201) ,0,50,6,0),colorgreen;
stickline (瞄准底部 and 抄底 and 仅供参考 and 超级反弹,0,50,3,0),colorblue;
stickline (瞄准底部 and 抄底 and 仅供参考 and 底底底 and cross(阶段底部,0) ,0,70,1,0),colorred;
drawtext(瞄准底部 and 抄底 and 仅供参考 and 底底底 and cross(阶段底部,0) ,95,'短线重仓');
stickline(var31>90 and count(ww,8),100,70,5,0),colorwhite;
drawtext(var31>90 and count(ww,8),50,'止盈');
上一指标公式:宝塔买卖指标公式详解 同花顺指标买卖
下一指标公式:十日线吃鱼身指标公式详解 同花顺十日
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文四色短线抄底指标公式详解 同花顺抄底仅供学习研究。