同花顺的花神指标 转换为 大智慧公式,分享
{花神主图}
花:=ema(c,3);{colorred;}
女:=ema(c,7);{colorblue;}
drawtext(count (花<女,5)=4 and 花>=女,c*0.95,'b'), colorred;
drawtext(count (花>=女,5)=4 and 花<女,c*1.08,'s'), coloryellow;
stickline(花>= 女 ,close,open,8,0) ,color000077;
stickline(花>= 女 ,close,open,7,0) ,color000099;
stickline(花>= 女 ,close,open,6,0) ,color0000bb;
stickline(花>= 女 ,close,open,5,0) ,color0000cc;
stickline(花>= 女 ,close,open,4,0) ,color0000dd;
stickline(花>= 女 ,close,open,3,0) ,color0000ee;
stickline(花>= 女 ,close,open,2,0) ,color0000ff;
stickline(花>= 女 ,close,close/1.006,1,0),color0000ff;
stickline(花>= 女,close,close/1.005,2,0),color0000ee;
stickline(花>= 女 ,close,close/1.004,3,0),color0000dd;
stickline(花>= 女 ,close,close/1.003,4,0),color0000cc;
stickline(花>= 女 ,close,close/1.002,5,0),color0000bb;
stickline(花>= 女 ,close,close/1.001,6,0),color000099;
stickline(花>= 女 ,open,open*1.006,1,0),color0000ff;
stickline(花>= 女 ,open,open*1.005,2,0),color0000ee;
stickline(花>= 女 ,open,open*1.004,3,0),color0000dd;
stickline(花>= 女 ,open,open*1.003,4,0),color0000cc;
stickline(花>= 女 ,open,open*1.002,5,0),color0000bb;
stickline(花>= 女 ,open,open*1.001,6,0),color000099;
stickline(花<= 女 ,close,open/1.006,9,0),colorff0000;
stickline(花<= 女 ,close,open/1.005,8,0),colorff0000;
stickline(花<= 女 ,close,open/1.004,7,0),colorff3300;
stickline(花<= 女 ,close,open/1.003,3,0),colorffdd00;
stickline(花<= 女 ,close,open/1.002,2,0),colorffff00;
{drawgbklast(close>open,strip(rgb(55,50,0),rgb(0,25,1000),1));//填充背景语句,没有意义
drawgbklast(close<open,strip(rgb(80,0,0),rgb(100,20,1000),1));}
{★花神★:strleft('★',38),coloryellow;字符获取函数,没意义}
ema13:=ema(c,20);
ema34:=ema(c,60);
ema55:=ema(c,80);
yz1:=c/o>1.02 and h/c>1.02 and o/l<1.02;
yz2:=ref(c,1)>ref(o,1) and o>ma(c,11);
y:=(ma(c,13)-ma(c,55))/ma(c,13)*100;
yz:=yz1 and yz2 and y>10;
x11:drawtext(yz,high+0.2,'减仓'),colorf00ff0;
gr1:=barslast(between("bias.bias2"(6,13,24),0,5) );
gr2:=ema13>ema34 and ema34>ema55 and ema13>ref(ema13,1);
gr3:=count("bias.bias2"(6,13,24)>10 and h=hhv(h,gr1),gr1);
gr4:=h=hhv(h,gr1);
gr5:="macd.macd"(12,26,9)<ref("macd.macd"(12,26,9),1);
gr6:=gr2 and gr3 and gr4;
gr7:=gr2 and gr3 and gr4 and gr5;
drawtext(gr6 and gr7,h+0.13,'保存利润'),color00ff00;
a1:ema(c,14),colorwhite,linethick1;
a1x:=(a1-ref(a1,1))/ref(a1,1)*100;
支撑线:=ref(ema(c,14),barslast(cross(a1x,0))+1);
阻力线:=ref(ema(c,14),barslast(cross(0,a1x))+1);
partline(支撑线,a1x>=0),colorred,linethick1;
partline(阻力线,a1x<0),colorgreen,linethick1;
{if(,drawnull),colorred,linethick1;
if(drawnull),colorgreen,linethick1;}
stickline(cross(a1x,0),c,o,2,0),coloryellow;
stickline(cross(0,a1x),c,o,2,0),colorgreen;
drawicon(cross(花,女) and close/ref(close,1)>1.03,low/1.06,25);
花2:=ema(slope(1,1)+c,3);
女2:=ema(slope(1,1)+c,7);
花1:=ma(close, 5);
女1:=ma(close, 60);
花仙:=cross(花2,女2) and 花1>女1;
仙女:=cross(女2,花2) and 花1>女1 and count(cross(花,女) and 花1>女1 ,30);
drawtext(花仙,low/1.03,'↖买'),colorwhite;
drawtext(仙女,high*1.06,'卖'),coloryellow;
stickline(花仙,close,o,2,0),coloryellow;
stickline(仙女,close,o,7,0),color555500;
stickline(仙女,close,o,6,0),color888800;
stickline(仙女,close,o,5,0),coloraaaa00;
stickline(仙女,close,o,4,0),colorcccc00;
stickline(仙女,close,o,3,0),coloreeee00;
stickline(仙女,close,o,2,0),colorwhite;
stickline(花仙,close,o,4,0),color0000aa;
stickline(花仙,close,o,3,0),color0000cc;
stickline(花仙,close,o,2,0),color0000ee;
买入条件:=花仙;
卖出条件:=仙女;
d1:=barslast(买入条件);
d2:=floor(((c-ref(c,d1))/ref(c,d1))*100);
上一指标公式:改进型芙蓉出水指标副图详解 大智慧大智慧改进型
下一指标公式:强强操盘主图详解 大智慧操盘
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文花神主图-同花顺的花神指标转换为分享详解 大智慧转换为大智慧仅供学习研究。