好公式网用指标公式为投资注入科技力量!
您的位置:好公式网同花顺公式孤狼一号指标公式详解 同花顺

孤狼一号指标公式详解 同花顺

  • 指标公式类型:同花顺公式
  • 公式推荐星级:
  • 指标公式安全:已通过5款杀毒软件查杀,请放心下载!
  • 公式更新时间:2018-10-17 14:53:09
  • 指标公式标签:
  • 公式运行环境: WinXP/Win7/Win8/Win10/Win All
  • 指标公式语言:用简体中文编写

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:孤狼一号指标公式详解 同花顺



ma1:=ma(c,5),coloryellow,linethick1;

yma1:(o*3+ref(c,1)+ref(c,2))/5,colorwhite,linethick1,dotline;

oma1:(o+ref(c,1)+ref(c,2)+ref(c,3)+ref(c,4))/5,colorwhite;

ma2:ma(c,10),color4080ff,linethick1;

ma3:ma(c,20),colorff80ff,linethick2;

ma4:if(periodname=='月线' or periodname=='季线' or periodname=='年线',ma3,ma(c,55)),colorcyan,linethick2;

diff:=ema(close,12) - ema(close,26);

dea:=ema(diff,9);//www.goodgongshi.com

macd:=2*(diff-dea);

typ:=(high+low+close)/3;

cci:=(typ-ma(typ,14))/(0.015*avedev(typ,14));

ycci:=(cci-ref(cci,1))+cci,nodraw,colorgreen;

上:ma(c,20)+2*std(c,20),colorgreen,dotline;

下:ma(c,20)-2*std(c,20),colorred,dotline;

角1:=atan((ma1/ref(ma1,1)-1)*100)*180/3.1416,nodraw,colorwhite;

y角1:=atan((yma1/ref(yma1,1)-1)*100)*180/3.1416,nodraw,colorwhite;

振幅:=(h-l)/ref(c,1)*100;

均振:=ma(振幅,5);

涨幅:=(c-ref(c,1))/ref(c,1)*100;

开:=(o-ref(c,1))/ref(c,1)*100;

涨:=macd>0 and 上>ref(上,1) and c>ma3;

跌:=macd<0 and 下<ref(下,1) and c<ma3;

震荡:=涨=0 and 跌=0;

//画k线

stickline(涨,h,l,0,0),colorred;

stickline(涨 and c>=o,c,o,10,1),colorred;

stickline(涨 and c<o,c,o,10,0),colorred;

stickline(跌,h,l,0,0),colorff6400;

stickline(跌 and c>=o,c,o,10,1),colorff6400;

stickline(跌 and c<o,c,o,10,0),colorff6400;

stickline(震荡,h,l,0,0),coloryellow;

stickline(震荡 and c>=o,c,o,10,1),coloryellow;

stickline(震荡 and c<o,c,o,10,0),coloryellow;

加速0:=yma1-ref(yma1,1)>ref(yma1,1)-ref(yma1,2) and yma1-oma1>ref(yma1,1)-ref(oma1,1) and yma1>oma1,nodraw,colorcyan;

加速:加速0 and (ref(yma1,1)<ref(oma1,1) or ref(yma1,1)<ref(yma1,2)),nodraw,colorcyan;

修1:=if(加速=1,max(开,0)*1.5/100,0);

修2:=if(加速=0,开*0.5/100,0);

修正值:=修1+修2,nodraw;

建仓条件:=yma1>oma1 and yma1>ref(yma1,1) and yma1=hhv(yma1,3);

建1:=if(加速=1 and 建仓条件,yma1*(1+修正值),0);

建2:=if(加速=0 and 建仓条件,(yma1+ref(yma1,1))/2*(1+修正值),0);

建仓价:min(建1+建2,o),nodraw,colorred;

低幅:(l-建仓价)/ref(c,1)*100,nodraw,colorgreen;

开幅:(o-建仓价)/ref(c,1)*100,nodraw,colorgreen;

b0:=上>ref(上,1) and l>ma3 and l<=建仓价 and ref(均振,1)>=x;

drawicon(b0,l*0.98,100);

b1:=均振>=x or ref(均振,1)>=x;

b2:=上>ref(上,1) and c>ma3;

b3:=h=hhv(h,3);

b4:=yma1<oma1 or yma1<ref(yma1,1) or ref(yma1,1)<ref(oma1,1);

b5:=涨幅>=2;

b:=b1 and b2 and b3 and b4 and b5;

drawicon(b,l,1);

drawtext_fix(islastbar and b0,0.8,0.1,0,'建仓价==》'),colorred;

drawnumber_fix(islastbar and b0,0.87,0.1,0,tostring(建仓价,2)),colorcyan;

drawtext_fix(islastbar and b0,0.91,0.1,0,'元 下方'),colorcyan;

drawtext_fix(islastbar and b0,0.8,0.15,0,'当前浮盈=》'),colorred;

drawnumber_fix(islastbar and b0 and l<=建仓价,0.87,0.15,0,tostring((c-建仓价)/建仓价*100,2)),colorcyan;

drawtext_fix(islastbar and b0 and l<=建仓价,0.91,0.15,0,'%'),colorcyan;

if(k>=1)

{

平均价:=if(ref(l,1)<ref(建仓价,1),(ref(c,2)+ref(建仓价,1))/2,ref(c,2));

盈亏1:=(h-平均价)/平均价*100,nodraw;

盈亏2:=(max(ref(h,1),h)-平均价)/平均价*100,nodraw;

盈亏:=if(ref(l,1)<=ref(建仓价,1) and ref(b,2),盈亏1,盈亏2);

成功:=ref(b,2) and 盈亏>=y;

m:=barscount(c>0);

止盈率:count(成功,m)/count(b,m)*100,nodraw,colorgreen;

次数:count(b,m),nodraw,colorcyan;

drawnumber(ref(b,2) and 盈亏>0,h*1.02,tostring(盈亏,1)),colorff80ff;

drawnumber(ref(b,2) and 盈亏<=0,h*1.02,tostring(盈亏,1)),colorgreen;

return;

}

最大盈利:=(h-ref(建仓价,1))/ref(建仓价,1)*100;

成功:=ref(b0,1) and 最大盈利>=y and 最大盈利<=100;

m:=barscount(c>0),nodraw,colorgreen;

止盈率:count(成功,m)/count(b0,m)*100,nodraw,colorgreen;

次数:count(b0,m),nodraw,colorcyan;

drawnumber(ref(b0,1) and 最大盈利>0,h*1.02,tostring(最大盈利,1)),colorff80ff;

drawnumber(ref(b0,1) and 最大盈利<=0,h*1.02,tostring(最大盈利,1)),colorgreen;


孤狼一号

  >>>使用本站搜索工具可以找到更多孤狼一号指标公式详解 同花顺

指标公式下载地址

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

指标公式下载注意

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

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

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

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

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

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

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

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

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

    ☉ 本文孤狼一号指标公式详解 同花顺仅供学习研究。

猜你喜欢

学了又学