[通达信] [私募三宝]彻底解决看盘烦恼,量价异动,庄家显形
[私募三宝]
aa:=1;
bb:=(((close - llv(low,9)) / (hhv(high,9) - llv(low,9))) * 100);
cc:=if(((((amount / close) / (hhv(amount,9) / hhv(close,9))) * 100) > 100),100,(((amount / close) / (hhv(amount,9) / hhv(close,9))) * 100));
dd:=(bb / cc);
价异动排序:if(aa,(dd / ref(dd,1)),0),stick,color0000ff;
ee:=(cc / bb);
量异动排序:if(aa,(ee / ref(ee,1)),0),stick,colorffff00;
aaa:=((xma(close,5) - ref(xma(close,5),1)) / ref(xma(close,5),1));
bbb:=((xma(indexc,5) - ref(xma(indexc,5),1)) / ref(xma(indexc,5),1));
ccc:=ref(hhv(close,120),1);
ddd:=ref(llv(close,120),1);
ww:=((100 * (close - ddd)) / (ccc - ddd));
今日资金流:(amount/100000000);
五日资金流:(ema(今日资金流,5)/ref(ema(今日资金流,5),5));
庄股:=((((((五日资金流 >= 2) and (aaa > bbb)) and (ww < 35)) and aa) and (barscount(close) > 30)) or (((((五日资金流 >= 2) and (aaa > bbb)) and (ww < 100)) and aa) and (barscount(close) < 50)));
庄家显形:if(庄股,888,0),linethick1,colorff00ff;
a01:=dynainfo(7);
a02:=ma(amount / vol / 100.000,vol / capital);
a03:=barscount(close);
a04:=sma(close / hhv(high, 120.000), 3.000, 1.000) * 100.000;
a05:=if((a03 > 20.000),a04,0);
a06:=if(((low > a01)),0,if(((high < a01)), 1.000,((a01 - low) + 0.009) / ((high - low) + 0.009)));
a07:=dma(a06,vol / capital) * 100.000;
a08:=if((a02 > a01),( 100.000 - a07),a07);
a09:if(((((a07 > 0) and (a07 > ref(a07, 1.000)))) and (a05 <= 88.000)),a07,0),coloryellow,linethick1;
stickline(a09 > 0,0,a09,0,0),colormagenta;
=====================================
xma是通达信的未来函数。略加改动,删去未来,用于飞狐:
bb:=(((close - llv(low,9)) / (hhv(high,9) - llv(low,9))) * 100);
cc:=if(((((amount / close) / (hhv(amount,9) / hhv(close,9))) * 100) > 100),100,(((amount / close) / (hhv(amount,9) / hhv(close,9))) * 100));
dd:=(bb / cc);
价异动排序:dd/ref(dd,1)/5,stick,color0000ff;
ee:=(cc / bb);
量异动排序:ee/ref(ee,1)/5,stick,colorffff00;
aaa:=((ema(close,5) - ref(ema(close,5),1)) / ref(ema(close,5),1));
bbb:=((ema(indexc,5) - ref(ema(indexc,5),1)) / ref(ema(indexc,5),1));
ccc:=ref(hhv(close,120),1);
ddd:=ref(llv(close,120),1);
ww:=((100 * (close - ddd)) / (ccc - ddd));
今日资金流:(amount/100000000);
五日资金流:(ema(今日资金流,5)/ref(ema(今日资金流,5),5));
庄股:=(五日资金流>= 2 and aaa > bbb and ww < 35 and barscount(close) > 30) or (五日资金流 >= 2 and aaa > bbb and ww <100 and barscount(close)< 50);
庄家显形:if(庄股,8,0),linethick1,colorff00ff;
a01:=dynainfo(7);
a02:=ma(amount/vol/100,vol/capital);
a03:=barscount(close);
a04:=sma(close / hhv(high, 120), 3, 1) * 100;
a05:=if((a03 > 20),a04,0);
a06:=if(((low > a01)),0,if(((high < a01)), 1,((a01 - low) + 0.009) / ((high - low) + 0.009)));
a07:=dma(a06,vol / capital)*100;
a08:=if((a02 > a01),(100 - a07),a07);
a09:if(((((a07 > 0) and (a07 > ref(a07, 1)))) and (a05 <= 88)),a07,0),coloryellow;
stickline(a09 > 0,0,a09,0,0),colormagenta;
上一指标公式:春种秋收公式详解 飞狐春种
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文[通达信解密]私募三宝公式详解 飞狐解密公式仅供学习研究。