好公式网用指标公式为投资注入科技力量!
您的位置:好公式网通达信公式操盘王决策公式 通达信操盘

操盘王决策公式 通达信操盘

  • 指标公式类型:通达信公式
  • 公式推荐星级:
  • 指标公式安全:已通过5款杀毒软件查杀,请放心下载!
  • 公式更新时间:2018-04-30 01:12:24
  • 指标公式标签:决策 操盘
  • 公式运行环境: WinXP/Win7/Win8/Win10/Win All
  • 指标公式语言:用简体中文编写

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:操盘王决策公式 通达信操盘

回归斜率线a:=ema(slope(c,4)*20+c,42);

经典rl:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;

经典k:=sma(经典rl,3,1); 经典d:=sma(经典k,3,1); 经典j:=3*经典k-2*经典d;

mahl1:=100*((ema((h+l)/2,3)-llv(ema((h+l)/2,5),30)-(ema(h,20)-ema(l,20))) /(llv(ema((h+l)/2,5),30)-(ema(h,20)-ema(l,20))));

mahl2:=if(ema(c,2)>回归斜率线a and mahl1>0,ema(c,3),llv(ema((h+l)/2,5),30));{a}

mahl3:=if(ema(c,2)>回归斜率线a and mahl1>0,llv(ema((h+l)/2,5),30),ema(c,5));{a}

回归斜率带:drawband(回归斜率线a,rgb(235,0,230),ref(回归斜率线a,2),rgb(0,104,154));

上线:=sma(c,6.5,1);

一号支撑线:sma(c,14.5,1);

上线1:=sma(c,3,1);

一号支撑线1:=sma(c,8,1);

上线2:=sma(c,3.5,1);

drawtext(cross(一号支撑线1,上线1),h*1.08,'洗盘'),color00ff00;

bbi:=(ma(close,3)+ma(close,6)+ma(close,12)+ma(close,25))/4;

upr:=bbi+3*std(bbi,13),linethick2;

dwn:=bbi-3*std(bbi,13);

安全:=ma(close,55),linethick2;

lc:=ref(close,1);

rsi:=sma(max(close-lc,0),6,1)/sma(abs(close-lc),6,1)*100;

drawtext( cross(82,rsi) and close<上线1 , high*1.04,'减仓') ,colorff9966,linethick2;

a7:=(2*c+h+l)/4;

操作:ma(a7,5),colorblue,linethick2;

操作1:=ma(a7,5)*1.03,linethick2;

操作2:=ma(a7,5)*0.97,linethick2;

drawtext( cross(上线1,上线) and 上线1>操作,low *0.92,'买进' ),coloryellow;

var1:llv(a7,21);

var2:hhv(a7,30);

{}

drawtext( cross(上线1,操作) and 上线1<一号支撑线 and 上线1<一号支撑线1 and 上线1<上线 and close>var1,low *0.98,'见底' ),coloryellow;

ycx:=操作>=ref(操作,1);

h1:=max(max(上线,一号支撑线1),一号支撑线);

l1:=min(min(上线,一号支撑线1),一号支撑线);

drawtext(cross(上线1,一号支撑线1) and 上线1>操作 ,low *0.98,'全仓' ),coloryellow;

sk:=ema((a7-var1)/(var2-var1)*100,7);

sd:=ema(0.667*ref(sk,1)+0.333*sk,5);

m1:=1000*操作/一号支撑线<=1015 and 1000*操作/一号支撑线>=975;

m2:=1000*一号支撑线1/一号支撑线<=1020 and 一号支撑线1/一号支撑线>=980;

m3:=1000*上线/一号支撑线<=1015 and 上线/一号支撑线>=985;

drawtext(if(count(close<ref(close,1),13)/13>6/10 and

count(sk>sd,6) and ref(low,5)=llv(low,120) and ref(close>=open,4) and

ref(close>open,3) and ref(close>open,2) and ref(open>close,1) and

open>ref(close,1),1,0),low*0.94,'买进') ,coloryellow;

d:=ma(close,89)-ma(close,10)/3;

drawtext(if(close<d and vol/240>ma(vol,5)/240 and close>ref(close,1)*1.08

and close<ma(close,13)*1.3,1,0),low*0.88,'抄底'),colorbrown;

rsv:=(close-llv(low,25))/(hhv(high,25)-llv(low,25))*100;

k:=sma(rsv,3,1);

d1:=sma(k,3,1);

j:=3*k-2*d1;

var3:=(2*close+high+low)/3;{可将3该为4,信号少点}

var4:=ema(ema(ema(var3,4),4),4);{可将3该为4,信号少点}

e:=(var4-ref(var4,1))/ref(var4,1)*100;

f:=ma(e,3)+0.03;

g:=ma(e,1);

{}

drawicon(cross(f,g) and j>65,high*1.02,15),colorgreen;

drawicon(cross(g,f),low *0.9,9),coloryellow;

drawtext(close>open and h1<c and o<l1 and ycx and cross(上线1,操作) and low>var1 and 上线1>一号支撑线 and j<90,low *0.9,'主升' ),colorred;

drawtext( cross(上线1,操作) and m1 and m2 and m3,low *0.94,'买进' ),coloryellow;

drawtext(close>open and 上线>一号支撑线1 and 一号支撑线1>一号支撑线 and close>ma(close,一号支撑线) and 操作>=ref(close,操作) and cross(上线1,操作) and low>var1 and j<90,low *0.9,'主升' ),colorred;

drawtext(close>open and 操作>上线 and 上线>一号支撑线1 and 一号支撑线1>一号支撑线 and cross(上线1,操作) and low>var1 and j<90,low *0.86,'回踩买进' ),colorred;

drawtext(close>open and cross(上线,一号支撑线) and low>var1 and j<90,low *0.86,'回踩买进' ),colorred;

stickline(close> ref(close,1) ,high,low,0,0 ),colorred;

stickline(c<o and c>ref(c,1),c,o,3,0),colorffcc00;

stickline(close> ref(close,1) and c>o ,open,close,3,0 ),color000055;{红k};

stickline(close> ref(close,1) and c>o ,open,close,2.7,0 ),color000077;{红k};

stickline(close> ref(close,1) and c>o ,open,close,2.1,0 ),color000099;

stickline(close> ref(close,1) ,open,close,1.5,0 ),color0000bb;

stickline(close> ref(close,1) ,open,close,0.9,0 ),color0000dd;

stickline(close> ref(close,1) ,open,close,0.3,0 ),color0000ff;

stickline(close= ref(close,1) ,h,l,3,1 ),color999999;

stickline(close= ref(close,1) ,high,low,0,0 ),colorwhite;

stickline(close= ref(close,1) ,open,close,3,0 ),color555555;

stickline(close= ref(close,1) ,open,close,2.7,0 ),color777777;

stickline(close= ref(close,1) ,open,close,2.1,0 ),color999999;

stickline(close= ref(close,1) ,open,close,1.5,0 ),colorbbbbbb;

stickline(close= ref(close,1) ,open,close,0.9,0 ),colordddddd;

stickline(close= ref(close,1) ,open,close,0.3,0 ),colorffffff;

stickline(close< ref(close,1) ,high,low,0,1 ),colorcyan;

stickline(c<ref(c,1) and c>o,c,o,3,0),colorffcc00;

stickline(c<ref(c,1) and c<o ,open,close,3,0 ),color990000;

stickline(c<ref(c,1) and c<o ,open,close,2.7,0 ),colorcc0000;

stickline(close< ref(c,1) ,open,close,2.1,0 ),colorff4400;

stickline(close< ref(c,1) ,open,close,1.5,0 ),colorff8800;

stickline(close< ref(c,1) ,open,close,0.9,0 ),colorffcc00;

stickline(cross(j,d1) and j<70,close,open,3.2,0),colorbb00ff;

stickline(cross(j,d1) and j<70,close,open,2.7,0),colorff33ff;

stickline(cross(j,d1) and j<70,close,open,2.1,0), colorff66ff;

stickline(cross(j,d1) and j<70,close,open,1.5,0),colorff99ff;

stickline(cross(j,d1) and j<70,close,open,0.9,0),colorffbbff;

stickline(cross(j,d1) and j<70,close,open,0.3,0),colorffddff;


操盘王决策

  >>>使用本站搜索工具可以找到更多操盘王决策公式 通达信操盘

指标公式下载地址

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

指标公式下载注意

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

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

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

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

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

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

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

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

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

    ☉ 本文操盘王决策公式 通达信操盘仅供学习研究。

猜你喜欢

学了又学