wx:=ma(close,0);
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);
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);
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),shift1,colorred;
stickline((islastbar and w),(h5 * 1.02),h5,8,0),shift1,colorffbbff;
stickline((islastbar and w),(h5 * 1.02),h5,8,0),shift1,colorff00ff;
stickline((islastbar and w),(h5 * 1.02),h5,7,0),shift1,colorff22ff;
stickline((islastbar and w),(h5 * 1.02),h5,6,0),shift1,colorff44ff;
stickline((islastbar and w),(h5 * 1.02),h5,5,0),shift1,colorff66ff;
stickline((islastbar and w),(h5 * 1.02),h5,4,0),shift1,colorff88ff;
stickline((islastbar and w),(h5 * 1.02),h5,3,0),shift1,colorff99ff;
stickline((islastbar and w),(h5 * 1.02),h5,2,0),shift1,colorffaaff;
stickline((islastbar and w),(h5 * 1.02),h5,1,0),shift1,colorffbbff;
stickline((islastbar and tw),((h5 + h4) / 1.96),((h5 + h3) / 2.05),0.5,0),shift1,colorcyan;
stickline((islastbar and tw),((h5 + h4) / 1.99),((h5 + h3) / 2.03),8,0),shift1,color00ff00;
stickline((islastbar and tw),((h5 + h4) / 1.99),((h5 + h3) / 2.03),8,0),shift1,color008800;
stickline((islastbar and tw),((h5 + h4) / 1.99),((h5 + h3) / 2.03),7,0),shift1,color009900;
stickline((islastbar and tw),((h5 + h4) / 1.99),((h5 + h3) / 2.03),6,0),shift1,color00aa00;
stickline((islastbar and tw),((h5 + h4) / 1.99),((h5 + h3) / 2.03),5,0),shift1,color00bb00;
stickline((islastbar and tw),((h5 + h4) / 1.99),((h5 + h3) / 2.03),4,0),shift1,color00cc00;
stickline((islastbar and tw),((h5 + h4) / 1.99),((h5 + h3) / 2.03),3,0),shift1,color00dd00;
stickline((islastbar and tw),((h5 + h4) / 1.99),((h5 + h3) / 2.03),2,0),shift1,color00ee00;
stickline((islastbar and tw),((h5 + h4) / 1.99),((h5 + h3) / 2.03),1,0),shift1,color00ff00;
drawtext((islastbar and (bbp >= 96.5)),(h5 * 1.022),'明见\n短高\n龙头\n除外'),shift1,coloryellow;
drawtext((islastbar and (bbp < 1)),((h5 + h4) / 1.96),'明见\n短低\n跌停\n除外'),shift1,colorblue;
drawtext(((islastbar and w) and (bbp < 96.5)),(h5 * 1.022),'明日\n看涨'),shift1,colorgreen;
drawtext(((islastbar and tw) and (bbp > 1)),((h5 + h4) / 2),'明日\n看跌'),shift1,colormagenta;
stickline(close>=open,close,open,7,0),color00aa;
stickline(close>=open,close,open,6,0),color00bb;
stickline(close>=open,close,open,5,0),color00cc;
stickline(close>=open,close,open,4,0),color00dd;
stickline(close>=open,close,open,3,0),color00ee;
stickline(close>=open,close,open,2,0),color00ff;
stickline(close>=open,close,open,1,0),color00ff;
stickline(close>=open,high,low,0,0),color00ff;
stickline(close<=open,close,open,7,0),coloraaaa00;
stickline(close<=open,close,open,6,0),colorbbbb00;
stickline(close<=open,close,open,5,0),colorcccc00;
stickline(close<=open,close,open,4,0),colordddd00;
stickline(close<=open,close,open,3,0),coloreeee00;
stickline(close<=open,close,open,2,0),colorffff00;
stickline(close<=open,close,open,1,0),colorffff00;
stickline(close<=open,high,low,0,0),colorffff00;
上一指标公式:卖出专用FH公式下载 飞狐卖出指标 源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文明日K线主图FH公式下载 飞狐公式明日指标 源码仅供学习研究。