var1:=ref(low,1);
var2:=sma(abs(low-var1),3,1)/sma(max(low-var1,0),3,1)*100;
var3:=ema(if(close*1.2,var2*10,var2/10),3);
var4:=llv(low,38);
var5:=hhv(var3,38);
var6:=if(llv(low,90),1,0);
var7:=ema(if(low<=var4,(var3+var5*2)/2,0),3)/618*var6;
var8:=((c-llv(l,21))/(hhv(h,21)-llv(l,21)))*100;
var9:=sma(var8,13,8);
底线:0,color00ffff;
主力吸货:var7,color0000ff;
吸筹1:stickline(var7,0,var7,6,0),color0000ff;
吸筹2:stickline(var7,0,var7,5,0),color6600ff;
吸筹3:stickline(var7,0,var7,4,0),colorbb00ff;
吸筹4:stickline(var7,0,var7,3,0),colorff00ff;
吸筹5:stickline(var7,0,var7,2,0),colorff33ff;
吸筹6:stickline(var7,0,var7,1,0),colorff66ff;
吸筹7:stickline(var7,0,var7,0,0),colorff99ff;
风险:ceiling(sma(var9,13,8)),linethick2,colorgreen;
涨跌:ma(3*sma((c-llv(l,27))/(hhv(h,27)-llv(l,27))*100,5,1)-2*
sma(sma((c-llv(l,27))/(hhv(h,27)-llv(l,27))*100,5,1),3,1),5),linethick2,colorred;
v1:=(c*2+h+l)/4*10;
v2:=ema(v1,13)-ema(v1,34);
v3:=ema(v2,5); v4:=2*(v2-v3)*5.5;
主力撤: if(v4<=0,v4,0),colorblue;
主力进: if(v4>=0,v4,0),colorff00ff;
v5:=(hhv(indexh,8)-indexc)/(hhv(indexh,8)-llv(indexl,8))*8;
v6:=ema(3*v5-2*sma(v5,18,1),5);
v7:=(indexc-llv(indexl,8))/(hhv(indexh,8)-llv(indexl,8))*10;
v8:=(indexc*2+indexh+indexl)/4;
v9:=ema(v8,13)-ema(v8,34);
va:=ema(v9,3);
vb:=(v9-va)/2;
大盘资金进场:if(vb>=0,vb,0),colorred;
大盘资金撤走:if(vb<=0,vb,0),colorgreen;
v11:=3*sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1)-2*sma(sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1),3,1);
趋势线: ema(v11,3);
v12:=(趋势线-ref(趋势线,1))/ref(趋势线,1)*100;
准备现金: stickline(趋势线<=13,0,20,5,0),colorcc9900;
aa:=(趋势线<=13) and filter((趋势线<=13),15);
drawtext (aa,30,'准备现金'),colorcc9900;
买入股票: stickline(趋势线<=13 and v12>13,0,50,5,0),color0099ff;
bb:= (趋势线<=13 and v12>13) and filter((趋势线<=13 and v12>13),10) ;
drawtext (bb,60,'买入股票'),color0099ff;
卖临界: stickline(趋势线>90 and 趋势线>ref(趋势线,1),100,95,15,1),colorffff00;
见顶清仓:filter(趋势线>90 and 趋势线<ref(趋势线,1) and 主力进<ref(主力进,1),8);
drawtext( 见顶清仓,90,'逃顶'),coloryellow;
cc:=(趋势线>=90 and v12) and filter((趋势线>=90 and v12),10);
stickline(大盘资金进场 and 趋势线<13,0,30,10,0),colorred;
stickline(大盘资金撤走 and 趋势线>90,0,30,10,0),colorgreen;
stickline(主力进 and 趋势线<13,0,40,10,0),colorff00ff;
stickline(主力撤 and 趋势线>90,0,40,10,0),colorblue;
hlm1:=ma(hhv(h,500),13);
hlm2:=ma(hhv(h,250),13);
hlm3:=ma(hhv(h,89),13);
hlm4:=ma(llv(l,500),13);
hlm5:=ma(llv(l,250),13);
hlm6:=ma(llv(l,89),13);
hlm7:=ma((hlm1*0.558+hlm2*0.558+hlm3*0.558+hlm4*0.96+hlm5*0.96+hlm6*0.96)/6,17);
hlm8:=ma((hlm1*0.55+hlm2*0.55+hlm3*0.65+hlm4*1.25+hlm5*1.23+hlm6*1.2)/6,17);
hlm9:=ma((hlm1*0.68+hlm2*0.68+hlm3*0.68+hlm4*1.3+hlm5*1.3+hlm6*1.3)/6,17);
hlm10:=ma((hlm7*3+hlm8*2+hlm9)/6*1.738,17);
hlm11:=sma(abs(l-ref(l,1)),3,1)/sma(max(l-ref(l,1),0),3,1)*100;
hlm12:=ma(if(c*1.35<=hlm10,hlm11*10,hlm11/10),3);
hlmh:=hhv(hlm12,30);
关注:ma(if(l<=llv(l,42),(hlmh+hlm11*2)/3,0),3)/200;
drawband(关注,rgb(255,255,50),0.00001,rgb(0,100,50));
stickline(cross(3.8,关注) and 关注<ref(关注,1),0,3.8,1,0),colorff00ff;
drawtext(cross(3.8,关注) and 关注<ref(关注,1),3.8,'买底'),colorff00ff;
stickline(cross(10,关注) and 关注<ref(关注,1),0,10,2,0),coloryellow;
drawtext(cross(10,关注) and 关注<ref(关注,1),10,'金山'),coloryellow;
stickline(cross(62,关注) and 关注<ref(关注,1),0,18,4,0),colorred;
drawtext(cross(38,关注) and 关注<ref(关注,1),18,'倾买'),colorred;
js:=last(关注>0.618,3,1) and (count(cross(0.618,关注) or cross(62,关注),21)>=2);
stickline(filter(js,13),15,0,4,0),colorred;
drawtext(filter(js,13),15,'←★★'),colorred;
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文主力吸筹建仓指标公式详解 同花顺筹建仅供学习研究。