{价差macd}
drawgbk(close=close,colorrgb(30,30,60),colorrgb(30,30,60),1);
hloc:=(h+l+2*c)/4;
价差:sma((hloc-ref(hloc,1))/ref(hloc,1),3,1)*1000,precision2,linethick;
macd:=价差;
stickline(macd<ref(macd,1)and macd>0,0,macd,5,0 ),color00aaff;
stickline(macd<ref(macd,1)and macd>0,0,macd,3.5,0 ),color00bbff;
stickline(macd<ref(macd,1)and macd>0,0,macd,2,0 ),color00ccff;
stickline(macd<ref(macd,1)and macd>0,0,macd,1.5,0 ),color00ddff;
stickline(macd<ref(macd,1)and macd>0,0,macd,1,0 ),color00eeff;
stickline(macd<ref(macd,1)and macd>0,0,macd,0.5,0 ),color00ffff;
stickline(macd>=ref(macd,1)and macd>0,0,macd,5,0 ),color0000aa;
stickline(macd>=ref(macd,1)and macd>0,0,macd,3.5 ,0 ),color0011bb;
stickline(macd>=ref(macd,1)and macd>0,0,macd,2,0 ),color0022cc;
stickline(macd>=ref(macd,1)and macd>0,0,macd,1.5 ,0 ),color0033dd;
stickline(macd>=ref(macd,1)and macd>0,0,macd,1 ,0 ),color0044ee;
stickline(macd>=ref(macd,1)and macd>0,0,macd,0.5 ,0 ),color0055ff;
stickline(macd>ref(macd,1)and macd<0,0,macd,5,0 ),coloraa00bb;
stickline(macd>ref(macd,1)and macd<0,0,macd,3.5 ,0 ),colorbb11bb;
stickline(macd>ref(macd,1)and macd<0,0,macd,2,0 ),colorcc22bb;
stickline(macd>ref(macd,1)and macd<0,0,macd,1.5,0 ),colordd33bb;
stickline(macd>ref(macd,1)and macd<0,0,macd,1 ,0 ),coloree44bb;
stickline(macd>ref(macd,1)and macd<0,0,macd,0.5,0 ),colorff55bb;
stickline(macd<=ref(macd,1)and macd<0,0,macd,5,0 ),colorff7700;
stickline(macd<=ref(macd,1)and macd<0,0,macd,3.5 ,0 ),colorff8811;
stickline(macd<=ref(macd,1)and macd<0,0,macd,2,0 ),colorffaa22;
stickline(macd<=ref(macd,1)and macd<0,0,macd,1.5 ,0 ),colorffbb33;
stickline(macd<=ref(macd,1)and macd<0,0,macd,1 ,0 ),colorffdd44;
stickline(macd<=ref(macd,1)and macd<0,0,macd,0.5 ,0 ),colorffff55;
xg1:=count(macd>0 and macd>ref(macd,1),3)=3;
stickline(xg1,macd/2,0,8,0 ),colorblue;
xg2:=ref(macd,1)<ref(macd,2) and (-ref(macd,1))/(-macd)>2 and count(macd<0,3)=3;
stickline(xg2,macd*1.2,macd*1.5,8,0 ),coloryellow;
btx:=sma((forcast(hloc,13)-ref(forcast(hloc,13),1))/ref(forcast(hloc,13),1),3,1)*1000;
波段线:btx,colormagenta,precision2,linethick2;
partline(波段线<ref(波段线,1),波段线),colorgreen,linethick2;
对比线:forcast(波段线,8),precision2,linethick1,linedot,colorwhite;
上一指标公式:多空动能副图通用需要的朋友拿去就是公式下载 飞狐拿去多空指标 源码
下一指标公式:自己在用的较全面成交量公式下载 飞狐成交量指标 源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文发一个简单实用的波段小公式下载 飞狐指标简单指标 源码仅供学习研究。