{底部通道 - 短线速利选股公式!}
var2:=llv(low,10);
var3:=hhv(high,25);
注意:50,colorgreen;
70,pointdot;
清仓:90,colorred;
动力线:= ema((close-var2)/(var3-var2)*4,4)*20;
stickline(动力线>ref(动力线,1) ,动力线 ,ref(动力线,1),3 ,1),colorbrown;
stickline(动力线<=ref(动力线,1) ,动力线 ,ref(动力线,1),3 ,1),colorgray;
底部:4,colorwhite;
关注:20,pointdot,colormagenta;
drawicon( filter(cross(动力线,关注*0.93),20),动力线+0.4 ,1);
drawicon( filter(cross(清仓,动力线),20),动力线+0.4,2);
drawicon( filter(cross(动力线,底部),20),动力线+0.4 ,5);
drawicon( filter(cross(清仓,动力线),20),动力线+0.4,6);
n1:=7;n2:=14;n3:=21;
界:=38,colorff3311;
加仓线:=51,colorff1155;
lc:=ref(close,1);
rsi:=sma(max(close-lc,0),n1,1)/sma(abs(close-lc),n1,1)*100,colorbrown;
动力:=sma(rsi,7,1),linethick1,coloryellow;
趋势f:=xma(((close-llv(low,48))/(hhv(high,48)-llv(low,48))*50),17)+9,colorffffff;
趋势8:=xma(((close-llv(low,53))/(hhv(high,53)-llv(low,53))*50),17)+9,color3377dd;
趋势:=ema(((close-llv(low,38))/(hhv(high,38)-llv(low,38))*50),17)+18,colorwhite,linethick2;
操作:=xma(趋势f,7)*1.372,colorred,linethick2;
wr2:=操作*1.0887;
wrf:=(1.5*(趋势8+动力)-(wr2+操作))+12,linethick1,colorblue;
stickline(动力>趋势*0.98 and 操作>趋势*0.98 and ref(操作,1)<操作*1.003 and ref(动力,1)<动力*1.003,动力线 ,ref(动力线,1),0.0001,0) coloryellow;
stickline(动力>趋势 and 动力>操作*0.95 and 操作>趋势*0.98 and ref(操作,1)<操作*1.003 and ref(动力,1)<动力*1.003,动力线 ,ref(动力线,1),0.0001,0) colorred;
stickline(动力>趋势*0.98 and 操作>趋势*0.98 and ref(操作,1)<操作*1.003 and ref(动力,1)>动力*1.003,动力线 ,ref(动力线,1),0.0001,0) colorcyan;
n:=34;
m:=4;
主力:ema(100*(close-llv(low,n))/(hhv(high,n)-llv(low,n)),m) coloryellow;
散户:ema(100*(indexc-llv(indexl,n))/(hhv(indexh,n)-llv(indexl,n)),m) colormagenta;
aa:=llv(low,34);
bb:=hhv(high,30);
dd:=(ema(((close-aa)/(bb-aa))*(4),4))*(25);
暗筹:(((dd-llv(dd,21))/(hhv(dd,21)-llv(dd,21)))*(4))*(25) colorblue;
短线速利:drawicon(count(暗筹>88,7)<5 and every(暗筹>98,2) and c/o<1.003,暗筹*0.97,5);
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文底部通道公式 通达信通道 帖图 源码仅供学习研究。