macd资金实验版源码下载:
macd资金实验版(同花顺公式 副图 源码 测试图)
m:=10;
a:=vol*c;
b:=sum(a,1)/sum(vol,1);
b1:=ema(b,17);
资金:=(b-b1)*100/b;
diff:ema(资金,12)-ema(资金,26),coloryellow;
dea:ema(diff,9),colorligray;
mac: 2*(diff-dea), colorstick;
stickline(mac>=ref(mac,1)and mac>0,0,mac,3,0),color0000aa;
stickline(mac>=ref(mac,1)and mac>0,0,mac,2,0),color0000cc;
stickline(mac>=ref(mac,1)and mac>0,0,mac,1,0),color0000ee;
stickline(mac>=ref(mac,1)and mac>0,0,mac,0.1,0),color5555ff;
stickline(mac>=ref(mac,1)and mac>0,0,mac,0,0),color8080ff;
stickline(mac<ref(mac,1)and mac>0,0,mac,3,0),color770077;
stickline(mac<ref(mac,1)and mac>0,0,mac,2,0),color990099;
stickline(mac<ref(mac,1)and mac>0,0,mac,1,0),colorbb00bb;
stickline(mac<ref(mac,1)and mac>0,0,mac,0,0),colordd00dd;
stickline(mac<ref(mac,1)and mac>0,0,mac,0.1,0),colorff00ff;
stickline(mac>ref(mac,1)and mac<0,0,mac,3,0),colorff0000;
stickline(mac>ref(mac,1)and mac<0,0,mac,2,0),colorff5500;
stickline(mac>ref(mac,1)and mac<0,0,mac,1,0),colorff9900;
stickline(mac>ref(mac,1)and mac<0,0,mac,0,0),colorffff00;
stickline(mac<=ref(mac,1)and mac<0,0,mac,3,0),color155500;
stickline(mac<=ref(mac,1)and mac<0,0,mac,2,0),color208000;
stickline(mac<=ref(mac,1)and mac<0,0,mac,1,0),color2baa00;
stickline(mac<=ref(mac,1)and mac<0,0,mac,0.1,0),color35d500;
stickline(mac<=ref(mac,1)and mac<0,0,mac,0,0),color40ff00;
ema(diff,26),crossdot,colorff3333,linethick1;
m1=ema(close,13);
m2=ema(close,21);
趋势爆发线:(m1-m2)/m2*100,coloryellow;
轴:(m1-m1),colorlimagenta;
成交额:amount/100000000,volstick,colorff00ff;
var1:=amount/((high-low)*2-abs(close-open));
流入亿:if(close>open,var1*(high-low),if(close<open,var1*((high-open)+(close-low)),amount/2))/100000000,colorred,nodraw;
流出亿:if(close>open,0-var1*((high-close)+(open- low)),if(close<open,0-var1*(high-low),0-amount/2))/100000000,colormagenta,nodraw;
差亿:流入亿+流出亿,colorffff00,nodraw;
净:=ema(ema(差亿,2),2),color00ffff,nodraw;
净1:=ema(净,2);
流:=ema(净1,7);
净流:=3*ema(净1+流,2);
上一指标公式:同花顺公式资金流副图看资金流进数字哪个多就会涨附测试贴图指标下载
下一指标公式:多方汇聚金叉抢反弹下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文MACD资金实验版下载仅供学习研究。