上穿零点买入,下穿零点空仓,红色持仓,绿色空仓。
pc:=c-ref(c,1);
pc1:=ema(pc,15);
pc2:=ema(pc1,5);
pc3:=ema(abs(pc),15);
pc4:=ema(pc3,5);
主力趋势:100*pc2/pc4,colorwhite,linethick3;
上穿零点买入,下穿零点空仓,红色持仓,绿色空仓。:0,coloryellow;
升:if(主力趋势>ref(主力趋势,1),主力趋势,drawnull),colorff00ff,linethick3;
降:if(主力趋势<ref(主力趋势,1),主力趋势,drawnull),color00ff00,linethick3;
控盘趋势:100*pc2/pc4,coloryellow,linethick1;
stickline(控盘趋势<0 and 控盘趋势>=ref(控盘趋势,1),控盘趋势,0,4,0),color6000bf;
stickline(控盘趋势<0 and 控盘趋势>=ref(控盘趋势,1),控盘趋势*0.9,0,4,0),color6c00d9;
stickline(控盘趋势<0 and 控盘趋势>=ref(控盘趋势,1),控盘趋势*0.8,0,4,0),color7800f0;
stickline(控盘趋势<0 and 控盘趋势>=ref(控盘趋势,1),控盘趋势*0.7,0,4,0),color8000ff;
stickline(控盘趋势<0 and 控盘趋势>=ref(控盘趋势,1),控盘趋势*0.6,0,4,0),color9a35ff;
stickline(控盘趋势<0 and 控盘趋势>=ref(控盘趋势,1),控盘趋势*0.5,0,4,0),coloraf60ff;
stickline(控盘趋势<0 and 控盘趋势>=ref(控盘趋势,1),控盘趋势*0.4,0,4,0),colorbc79ff;
stickline(控盘趋势<0 and 控盘趋势>=ref(控盘趋势,1),控盘趋势*0.3,0,4,0),colorca95ff;
stickline(控盘趋势<0 and 控盘趋势>=ref(控盘趋势,1),控盘趋势*0.3,0,4,0),colord5aaff;
stickline(控盘趋势<0 and 控盘趋势>=ref(控盘趋势,1),控盘趋势*0.2,0,4,0),colore0c1ff;
stickline(控盘趋势<0 and 控盘趋势>=ref(控盘趋势,1),控盘趋势*0.1,0,4,0),colorecd9ff;
stickline(控盘趋势>0 and 控盘趋势<ref(控盘趋势,1),控盘趋势,0,4,0),color007546;
stickline(控盘趋势>0 and 控盘趋势<ref(控盘趋势,1),控盘趋势*0.9,0,4,0),color008c54;
stickline(控盘趋势>0 and 控盘趋势<ref(控盘趋势,1),控盘趋势*0.8,0,4,0),color00a664;
stickline(控盘趋势>0 and 控盘趋势<ref(控盘趋势,1),控盘趋势*0.7,0,4,0),color00bf73;
stickline(控盘趋势>0 and 控盘趋势<ref(控盘趋势,1),控盘趋势*0.6,0,4,0),color00d982;
stickline(控盘趋势>0 and 控盘趋势<ref(控盘趋势,1),控盘趋势*0.5,0,4,0),color00ea8c;
stickline(控盘趋势>0 and 控盘趋势<ref(控盘趋势,1),控盘趋势*0.4,0,4,0),color02ff9a;
stickline(控盘趋势>0 and 控盘趋势<ref(控盘趋势,1),控盘趋势*0.3,0,4,0),color00f9f9;
stickline(控盘趋势>0 and 控盘趋势<ref(控盘趋势,1),控盘趋势*0.2,0,4,0),color37ffff;
stickline(控盘趋势>0 and 控盘趋势<ref(控盘趋势,1),控盘趋势*0.1,0,4,0),color6fffff;
stickline(控盘趋势<0 and 控盘趋势<=ref(控盘趋势,1),控盘趋势,0,4,0),colorcc0033;
stickline(控盘趋势<0 and 控盘趋势<=ref(控盘趋势,1),控盘趋势*0.9,0,4,0),coloree0033;
stickline(控盘趋势<0 and 控盘趋势<=ref(控盘趋势,1),控盘趋势*0.8,0,4,0),colorff1133;
stickline(控盘趋势<0 and 控盘趋势<=ref(控盘趋势,1),控盘趋势*0.7,0,4,0),colorff3333;
stickline(控盘趋势<0 and 控盘趋势<=ref(控盘趋势,1),控盘趋势*0.6,0,4,0),colorff5533;
stickline(控盘趋势<0 and 控盘趋势<=ref(控盘趋势,1),控盘趋势*0.5,0,4,0),colorff7733;
stickline(控盘趋势<0 and 控盘趋势<=ref(控盘趋势,1),控盘趋势*0.4,0,4,0),colorff9933;
stickline(控盘趋势<0 and 控盘趋势<=ref(控盘趋势,1),控盘趋势*0.3,0,4,0),colorffbb33;
stickline(控盘趋势<0 and 控盘趋势<=ref(控盘趋势,1),控盘趋势*0.2,0,4,0),colorffdd33;
stickline(控盘趋势<0 and 控盘趋势<=ref(控盘趋势,1),控盘趋势*0.1,0,4,0),colorffff33;
stickline(控盘趋势>0 and 控盘趋势>=ref(控盘趋势,1),控盘趋势,0,4,0),color0000cc;
stickline(控盘趋势>0 and 控盘趋势>=ref(控盘趋势,1),控盘趋势*0.9,0,4,0),color0000ee;
stickline(控盘趋势>0 and 控盘趋势>=ref(控盘趋势,1),控盘趋势*0.8,0,4,0),color0011ff;
stickline(控盘趋势>0 and 控盘趋势>=ref(控盘趋势,1),控盘趋势*0.7,0,4,0),color0033ff;
stickline(控盘趋势>0 and 控盘趋势>=ref(控盘趋势,1),控盘趋势*0.6,0,4,0),color0055ff;
stickline(控盘趋势>0 and 控盘趋势>=ref(控盘趋势,1),控盘趋势*0.5,0,4,0),color0077ff;
stickline(控盘趋势>0 and 控盘趋势>=ref(控盘趋势,1),控盘趋势*0.4,0,4,0),color0099ff;
stickline(控盘趋势>0 and 控盘趋势>=ref(控盘趋势,1),控盘趋势*0.3,0,4,0),color00bbff;
stickline(控盘趋势>0 and 控盘趋势>=ref(控盘趋势,1),控盘趋势*0.2,0,4,0),color00ddff;
stickline(控盘趋势>0 and 控盘趋势>=ref(控盘趋势,1),控盘趋势*0.1,0,4,0),color00ddff;
zero:0,coloryellow;//www.goodgongshi.com
drawicon (cross(控盘趋势,zero)=1,控盘趋势,1);
强弱分界线:0,dotline,coloryellow;
上一指标公式:熊市抢反弹指标公式详解 同花顺熊市
下一指标公式:我的疯牛指标公式详解 同花顺疯牛
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文零点趋势指标公式详解 同花顺零点仅供学习研究。