看了通达信的大盘牛熊时段,对大盘有一定的参考,于是仿版了一个!
{大盘牛熊时段}
n:=ma(c,120);
m:=ma(c,250);
{浅蓝注意}
stickline(close>=0,h,l,0,0),colorffff00;
stickline((close>=0 and (c>=o)),o,c,3,1),colorffff00;
stickline((close>=0 and (c<=o)),o,c,3,0),colorffff00;
{红色上升}
stickline(close>n and n>ref(n,1),h,l,0,0),color0000a8;
stickline((close>n and n>ref(n,1) and (c>=o)),o,c,3,1),color0000a8;
stickline((close>n and n>ref(n,1) and (c<=o)),o,c,3,0),color0000a8;
{绿色调整}
stickline(close<n and close>m,h,l,0,0),color00a800;
stickline((close<n and close>m and (c>=o)),o,c,3,1),color00a800;
stickline((close<n and close>m and (c<=o)),o,c,3,0),color00a800;
{蓝色下跌}
stickline(close<m,h,l,0,0),colora80000;
stickline((close<m and (c>=o)),o,c,3,1),colora80000;
stickline((close<m and (c<=o)),o,c,3,0),colora80000;
{黄色震荡}
stickline(close>n and n<m,h,l,0,0),color54fcfc;
stickline((close>n and n<m and (c>=o)),o,c,3,1),color54fcfc;
stickline((close>n and n<m and (c<=o)),o,c,3,0),color54fcfc;
上一指标公式:DIRECT 通达信DIRECT
下一指标公式:趋势主图图指标详解 通达信源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文大盘牛熊时段-主图指标详解 通达信帖图大盘仅供学习研究。