龙线:ema(close,50);
风线:ema(close,12);
道玄均线:ma(c,20);
a:=c/ref(c,1)>1.5;
b:=o<道玄均线 and c>道玄均线;
stickline(a and b=1,c,o,9,0);
xopen:=(ref(o,1)+ref(c,1))/2;
xclose:=close;
xhigh:=max(high,xopen);
xlow:=min(low,xopen);
volality:=ma(xhigh-xlow,8);
天:=ma(xclose,5)+volality/5;
地:=ma(xclose,5)-volality/5;
△:=cross(xclose,地);
○:=cross(天,xclose);
var1:=barslast(△);
var2:=barslast(○);
stickline(xclose>xopen and var1<var2,xclose,xopen ,8,0 ),colorred;
stickline(xclose>xopen and var1<var2,xhigh,xclose ,0.5,0 ),colorred;
stickline(xclose>xopen and var1<var2,xopen,xlow ,0.5,0 ),colorred;
stickline(xclose<=xopen and var1<var2,xclose,xopen ,8,0 ),coloryellow;
stickline(xclose<=xopen and var1<var2,xhigh,xopen ,0.5,0 ),coloryellow;
stickline(xclose<=xopen and var1<var2,xclose,xlow ,0.5,0 ),coloryellow;
stickline(xclose<=xopen and var1>var2,xclose ,xopen ,8,0 ),colorgreen;
stickline(xclose<=xopen and var1>var2,xopen ,xhigh ,0.5,0 ),colorgreen;
stickline(xclose<=xopen and var1>var2,xclose,xlow ,0.5,0 ),colorgreen;
stickline(xclose>xopen and var1>var2,xclose ,xopen ,8,0 ),colorblue;
stickline(xclose>xopen and var1>var2,xclose,xhigh ,0.5,0 ),colorblue;
stickline(xclose>xopen and var1>var2,xopen,xlow ,0.5,0 ),colorblue;
上一指标公式:蓝底抄底指标公式详解 同花顺抄底
下一指标公式:至尊买点指标公式详解 同花顺买点
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文道玄分型指标公式详解 同花顺道玄分型仅供学习研究。