p1:=5;
p2:=10;
p3:=20;
p4:=30;
p5:=60;
p6:=120;
p7:=240;
p8:=340;
n:=4;
wx:=ma(close,0);
m1:=ma(close,p1);
//www.goodgongshi.com
m2:=(ma(close,p2) * if((n < 2),wx,1));
m3:=(ma(close,p3) * if((n < 3),wx,1));
m4:=(ma(close,p4) * if((n < 4),wx,1));
m5:=(ma(close,p5) * if((n < 5),wx,1));
m6:=(ma(close,p6) * if((n < 6),wx,1));
m7:=(ma(close,p7) * if((n < 7),wx,1));
m8:=(ma(close,p8) * if((n < 8),wx,1));
c1:=ref(close,1);
c2:=hhv(c1,2);
c3:=llv(c1,1);
et:=hhv(c1,2);
et1:=ref(et,1);
xb:=llv(c1,1);
xb1:=ref(xb,1);
m:=barslast(((close < xb) and (c1 >= xb1)));
m11:=ref(m,1);
n9:=barslast(((close > et) and (c1 <= et1)));
n1:=ref(n9,1);
m21:=(barslast((((m - n9) > 0) and (m11 <= n1))) + 1);
n2:=(barslast((((n9 - m) > 0) and (n1 <= m11))) + 1);
et2:=hhv(et,m21);
xb2:=llv(xb,n2);
a:=if((((m - n9) > 0) and (m11 <= n1)),1,if((((n9 - m) > 0) and (n1 <= m11)),0,2));
h1:=if(((m - n9) > 0),close,et2);
h2:=if((a = 1),close,c2);
h3:=if(((m - n9) < 0),close,xb2);
h4:=if((a = 1),close,xb2);
h5:=if((((m - n9) > 0) or (a = 1)),close,h3);
h6:=ref(h5,1);
h7:=ref(h5,2);
h8:=(h5 > h6);
h9:=(((h4 = ref(h4,1)) and (ref(h4,1) < ref(h4,2))) and (h5 > ref(h5,2)));
h10:=(((h2 = ref(h2,1)) and (h4 = ref(h4,1))) and (h5 = ref(h5,2)));
w:=((h8 or h9) or h10);
t9:=((h5 < h6) and (h5 < ref(h5,2)));
t10:=((h4 = ref(h4,1)) and (h5 < ref(h5,2)));
t11:=((h3 > ref(h3,1)) and (h5 < ref(h5,1)));
t12:=((h5 = ref(h5,1)) and (h3 = h4));
t13:=((h2 = ref(h2,1)) and (h2 = h5));
tw:=((((t9 or t10) or t11) or t12) or t13);
pk:=((amount * (((open + close) + high) + low)) / 4);
pk1:=if((vol > 0),(pk / amount),((((open + close) + high) + low) / 4));
bbp:=(((close - llv(low,9)) / (hhv(high,9) - llv(low,9))) * 100);
stickline((islastbar and w),(h5 * 1.025),(h5 * 0.99),0.5,0),colorff8800;
stickline((islastbar and w),(h5 * 1.02),h5,8,0),color102088;
stickline((islastbar and w),(h5 * 1.02),h5,7,0),color102099;
stickline((islastbar and w),(h5 * 1.02),h5,6,0),color1020aa;
stickline((islastbar and w),(h5 * 1.02),h5,5,0),color1020bb;
stickline((islastbar and w),(h5 * 1.02),h5,4,0),color1020cc;
stickline((islastbar and w),(h5 * 1.02),h5,3,0),color1020dd;
stickline((islastbar and w),(h5 * 1.02),h5,2,0),color1020ee;
stickline((islastbar and w),(h5 * 1.02),h5,1,0),color1020ff;
drawtext((islastbar and (bbp >= 96.5)),(h5 * 1.022),'明高 龙头'),colorred;
drawtext((islastbar and (bbp < 1)),((h5 + h4) / 1.96),'明低 跌停'),colorgreen;
drawtext(((islastbar and w) and (bbp < 96.5)),(h5 * 1.022),'涨'),coloryellow;
drawtext(((islastbar and tw) and (bbp > 1)),((h5 + h4) / 2),'跌'),colorgreen;
a:=if((close > 126.32),(amount / 100000),vol);
主力:ma(a,4),linethick0,coloryellow;
游资:ma(a,8),linethick0,colorgreen;
大户:ma(a,16),linethick0,colorred;
散户:ma(a,32),linethick0,colorliblue;
主力比例:ceiling(((主力 / (((主力 + 游资) + 大户) + 散户)) * 100)),linethick0,coloryellow;
游资比例:ceiling(((游资 / (((主力 + 游资) + 大户) + 散户)) * 100)),linethick0,colorgreen;
大户比例:ceiling(((大户 / (((主力 + 游资) + 大户) + 散户)) * 100)),linethick0,colorred;
散户比例:ceiling(((散户 / (((主力 + 游资) + 大户) + 散户)) * 100)),linethick0,colorliblue;
警戒线:ma(a,180),colormagenta;
stickline((主力 > 0),0,主力,3,0),color009cff;
stickline((主力 > 0),0,主力,2.8,0),color009cff;
stickline((主力 > 0),0,主力,2.5,0),color00c0ff;
stickline((主力 > 0),0,主力,1.5,0),color00d1ff;
stickline((主力 > 0),0,主力,1,0),color00eaff;
stickline((主力 > 0),0,主力,0.7,0),color00ffff;
stickline((游资 > 0),0,游资,3,0),color00c100;
stickline((游资 > 0),0,游资,2.8,0),color00ca00;
stickline((游资 > 0),0,游资,2.5,0),color00d300;
stickline((游资 > 0),0,游资,1.5,0),color00db00;
stickline((游资 > 0),0,游资,1,0),color00ea00;
stickline((游资 > 0),0,游资,0.7,0),color00ff00;
stickline((大户 > 0),0,大户,3,0),color1020aa;
stickline((大户 > 0),0,大户,2.8,0),color1020bb;
stickline((大户 > 0),0,大户,2.5,0),color1020cc;
stickline((大户 > 0),0,大户,1.5,0),color1020dd;
stickline((大户 > 0),0,大户,1,0),color1020ee;
stickline((大户 > 0),0,大户,0.7,0),color1020ff;
stickline((散户 > 0),0,散户,3,0),colorff7700;
stickline((散户 > 0),0,散户,2.8,0),colorff8800;
stickline((散户 > 0),0,散户,2.5,0),colorff9900;
stickline((散户 > 0),0,散户,1.5,0),colorffaa00;
stickline((散户 > 0),0,散户,1,0),colorffbb00;
stickline((散户 > 0),0,散户,0.7,0),colorffcc00;
drawtext(cross(主力,游资),主力,'始');
drawtext(cross(游资,主力),游资,'终');
上一指标公式:量价时空指标公式详解 同花顺时空
下一指标公式:主力控盘弃盘指标公式详解 同花顺主力
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文结构副图全指标公式详解 同花顺结构仅供学习研究。