分时资金趋势判断买卖源码下载:
var1:=((close-ma(close,6))/ma(close,6)*100+(close-ma(close,13))/ma(close,13)*100+(close-ma(close,32))/ma(close,32)*100)/3;
主力:var1,colorred,linethick3;
v1:=(c*2+h+l)/4*10;
v2:=ema(v1,250)-ema(v1,500);
v3:=ema(v2,125);
v4:=2*(v2-v3)*5.5;
大户:v4,coloryellow;
v8:=(indexc*2+indexh+indexl)/4;
v9:=ema(v8,250)-ema(v8,500);
va:=ema(v9,125);
vb:=(v9-va)/2;
大资金:vb,coloryellow;
stickline(close>0,0,0,-1,0),colorff9966;
drawtext(islastbar and c,var1," 主力线:零轴上方可进场 中线可持股"),linethick3;
drawtext(islastbar and c,v4," 大户线:零轴下方短线必出且不抄底"),coloryellow;
drawtext(islastbar and c,vb," 大资金线:零轴下方需小心"),color0000bb;
xg1:=count(v4>0,100)>=5 and cross(var1,0.5) and 0>ref(var1,1) and v4>0 and vb>0{and vb>ref(vb,1)};
xg2:=count(var1>0,100)>=5 and cross(v4,0.5) and 0>ref(v4,1) and var1>0 and vb>0{and vb>ref(vb,1)};
drawtext(xg1,0,"主力进"),coloryellow;
drawtext(xg2,0,"大户进"),coloryellow;
qjj:=vol/((high-low)*2-abs(close-open));
xvl:=(if(close>open,qjj*(high-low),if(close<open,qjj*(high-open+close-low),vol/2))+if(close>open,0-qjj*(high-close+open-low),if(close<open,0-qjj*(high-low),0-vol/2)));
hsl:=(xvl/20)/1.15;
攻击:=((hsl*0.55+(ref(hsl,1)*0.33))+(ref(hsl,20)*0.22));
lljx:=ema(攻击,30);
b1:=sum(lljx,1);
b2:=sum(lljx,2);
b3:=sum(lljx,3);
b4:=sum(lljx,4);
b5:=sum(lljx,5);
b6:=sum(lljx,6);
b7:=sum(lljx,7);
b8:=sum(lljx,8);
b9:=sum(lljx,9);
b10:=sum(lljx,10);{好公式网-最好的股票公式网站 www.goodgongshi.com}
g1:=b1>ref(b1,1) and b2>ref(b2,1) and b3>ref(b3,1) and b4>ref(b4,1) and b5>ref(b5,1);
g2:=b2>ref(b2,1) and b3>ref(b3,1) and b4>ref(b4,1) and b5>ref(b5,1) and b6>ref(b6,1);
g3:=b3>ref(b3,1) and b4>ref(b4,1) and b5>ref(b5,1) and b6>ref(b6,1) and b7>ref(b7,1);
g4:=b4>ref(b4,1) and b5>ref(b5,1) and b6>ref(b6,1) and b7>ref(b7,1) and b8>ref(b8,1);
g5:=b5>ref(b5,1) and b6>ref(b6,1) and b7>ref(b7,1) and b8>ref(b8,1) and b9>ref(b9,1);
g6:=b6>ref(b6,1) and b7>ref(b7,1) and b8>ref(b8,1) and b9>ref(b9,1) and b10>ref(b10,1);
条件:=g1 or g2 or g3 or g4 or g5 or g6;
drawtext(xg1 and 条件,0,"主力"),colorcyan;
drawtext(xg2 and 条件,0,"大户"),colorcyan;
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文分时资金趋势判断买卖下载仅供学习研究。