好公式网用指标公式为投资注入科技力量!
您的位置:好公式网飞狐公式优化的BOLL公式下载 飞狐优化指标 源码

优化的BOLL公式下载 飞狐优化指标 源码

  • 指标公式类型:飞狐公式
  • 公式推荐星级:
  • 指标公式安全:已通过5款杀毒软件查杀,请放心下载!
  • 公式更新时间:2018-12-18 07:19:35
  • 指标公式标签:BOLL 优化
  • 公式运行环境: WinXP/Win7/Win8/Win10/Win All
  • 指标公式语言:用简体中文编写

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:优化的BOLL公式下载 飞狐优化指标 源码

drawgbk(date>900101,colorrgb(10,200,200),colorrgb(10,10,100),1);
drawtext(sysparam(2)=barpos,high,'所属板块:'+blkname),align4,colorbbffff;
指导线:ema((ema(close,4)+ema(close,6)+ema(close,12)+ema(close,24))/4,2),linethick1,colorffffff;
强弱分界:ma(close,27),linethick1,colorff;
explain(cross(指导线,强弱分界),'进入安全赢利区☆☆☆'),colorffff00;
explainicon(cross(指导线,强弱分界),'mmm');
注意卖:强弱分界+2*std(close,27),linethick1,colorff00ff;
drawtext(cross(high,注意卖),high+0.05,'→☆'),align0,colorff00ff;
drawicon(cross(close,注意卖),high+0.09,9),align1;
explainicon(cross(close,注意卖),3);
上极限:强弱分界+3*std(close,27),linethick1,colorffff;
drawicon(cross(close,上极限),high+0.04,5),align1;
explain(cross(high,上极限),'买出持币 △△△△'),colorffff00;
explainicon(cross(high,上极限),4);
drawtext(cross(high,上极限),high+0.08,'→上卖'),colorffff;
注意买:强弱分界-2*std(close,27),linethick1,colorff00;
drawicon(cross(注意买,close),low-0.02,12),align1;
drawtext(cross(注意买,close),low-0.02,'→观注'),colorff00;
下极限:强弱分界-2.9*std(close,27),linethick1,color80ff;
drawicon(cross(下极限,close),low-0.04,10),align1;
drawtext(cross(下极限,low),low-0.06,'→下△'),color80ff;
drawtext(注意卖/注意买<=1.103,注意买-0.06,'△'),color80ff;
stickline(close>=open,close,open,8,0),coloraa;
stickline(close>=open,close,open,6,0),colorcc;
stickline(close>=open,close,open,4,0),colordd;
stickline(close>=open,close,open,2,0),colorff;
stickline(close>=open,high,low,0,0),colorff;
stickline(close>=open,close,open,8,0),coloraa;
stickline(close>=open,close,open,6,0),colorcc;
stickline(close>=open,close,open,4,0),colordd;
stickline(close>=open,close,open,2,0),colorff;
stickline(close>=open,high,low,0,0),colorff;
stickline(close<=open,close,open,8,0),color7b00;
stickline(close<=open,close,open,6,0),color9000;
stickline(close<=open,close,open,4,0),colora800;
stickline(close<=open,close,open,2,0),colorff00;
stickline(close<=open,high,low,0,0),colorffff00;
多空2:=ema(close,148);
多空3:=ema(close,250);
出货:explain(close>=多空2,'股价在半年线之上'),linethick2,colorff00;
explain(close>=多空3,'股价在年线之上 '),colorffff;
explain(close<多空2,'股价在半年线之下 '),colorffff;
explain(close<多空3,'股价在年线之下 '),colorffff00;
explain(多空2>=ref(多空2,1),'半年线趋势向上'),colorffff00;
explain(多空3>=ref(多空3,1),'年线趋势向上 '),colorffff;
explain(多空2<ref(多空2,1),'半年线趋势向下 '),colorffff;
explain(多空3<ref(多空3,1),'年线趋势向下 '),colorffff00;
tr1:=close*2.5/100+close;
hd:=close-close*2.5/100;
explainex(cost(50),'市场平均成本:',cost(50),2,0),colorffff00;
explainex(cost(4),'主力平均成本:',cost(4),2,0),colorffff;
explainex(cost(30),'控盘平均成本:',cost(30),2,0),colorff;
explainex(cost(75),'拉升平均成本:',cost(75),2,0),colorff;
explainex(cost(95),'顶部平均成本:',cost(95),2,0),colorffff;
explainex(cost(0.05),'底部平均成本:',cost(0.05),2,0),colorffff;
explainex(tr1,'股道卖出价预测:',tr1,2,0),colorffff;
explainex(hd,'股道买入价预测:',hd,2,0),color99ff;
explainex(1,'获利盘比例=',winner(close)*100,2,0),color99ff;
explainex(1,'套牢盘比例=',100-winner(close)*100,2,0),colorff;
ld:=ma(vol/(high-low),4);
dmp:=abs(close-open);
dmm:=vol/(high-low);
explain(dmm<ld and dmp<ma(dmp,4),'资金无入场意愿,萎缩中'),colorffff00;
explain(dmm<ld and dmp>ma(dmp,4),'场内资金有运作行为'),colorffff00;
explainicon(dmm<ld and dmp>ma(dmp,4),1);
explain(dmm>ld and dmp<ma(dmp,4),'多空双方激烈争夺中'),colorffff;
explain(dmm>ld and dmp>ma(dmp,4),'场外资金介入(或出局)意愿强烈'),colorffff;
psy:=close-ref(close,6);
布林1:=ma(psy,6);
explain(cross(psy,布林1) and 布林1<-0.8,'mtm从下向上突破mtmma,买入信号'),colorff00;
explain(cross(布林1,psy) and 布林1>0.8,'mtm从上向下跌破mtmma,卖出信号'),colorff00;
布林2:=ref(close,1);
布林3:=(sma(max(close-布林2,0),6,1))/(sma(abs(close-布林2),6,1))*100;
布林4:=(sma(max(close-布林2,0),12,1))/(sma(abs(close-布林2),12,1))*100;
explain(布林3>85,'6日rsi超买,防止回挡'),colorffff00;
explain(布林3>80,'6日rsi向上突破85,超买,考虑卖出'),colorffff00;
explain(布林3<15,'6日rsi超卖,随时有可能反弹'),colorffff00;
explain(布林3<15,'6日rsi向下跌破15,超卖,考虑买入'),colorffff;
explain(cross(布林3,15),'6日rsi向上突破15,买进信号'),colorffff;
explain(cross(布林3,85),'6日rsi向下跌破85,卖出信号'),colorff00;
布林5:=(count(close>ref(close,1),12))/12*100;
布林6:=(ma(close,3)+ma(close,6)+ma(close,12)+ma(close,24))/4;
布林7:=布林6+3*std(布林6,10);
xx:=布林6-3*std(布林6,10);
a001:=(布林7-xx)/布林7<0.03;
a002:=(布林7-xx)/布林7>0.18;
a003:=(ma(close,60)-ma(close,5))/ma(close,60)>0.15;
a004:=(ma(close,5)-ma(close,60))/ma(close,5)>0.15;
explain(a001,'多空布林收敛中,有变盘的可能,上下自己分析'),colorffff00;
explain(a003 and a002 and close>open,'布林上下乖离太大,有反弹的可能'),colorffff;
explain(a004 and a002 and close<open,'布林上下乖离太大,有回落的可能'),colorff00;
explain(high>=hhv(high,20),'创20天新高'),colorffff00;
explain(vol/capital>0.075,'换手过大,小心主力出逃,短期头部'),colorffff00;
rsi2:=-100*(hhv(high,14)-close)/(hhv(high,14)-llv(low,14));
explain(rsi2>-20,'w&r超买,短线即将见顶,应及时卖出'),colorffff00;
explain(rsi2<-80,'w&r超卖,短线即将见底,应伺机买进'),colorffff00;


优化的boll

  >>>使用本站搜索工具可以找到更多优化的BOLL公式下载 飞狐优化指标 源码

指标公式下载地址

点这下载软件
好公式网提供全网最全的指标公式软件,感谢您的支持!鼠标双击图片可看大图!
下载请点击右侧“立即下载”,如只有源码,请点击本页面右侧的导入方法按图导入!
本站指标基于网友分享,仅供研究自学,勿作他用,本站对下载使用不承担任何责任!

指标公式下载注意

    ☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!

    ☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。

    ☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;

    ☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;

    ☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;

    ☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;

    ☉ hxf格式指标公式,仅可以用同花顺软件引入使用。

    ☉ 如果您发现下载软件链接错误,请联系管理员报告错误。

    ☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!

    ☉ 本文优化的BOLL公式下载 飞狐优化指标 源码仅供学习研究。

猜你喜欢

学了又学