好公式网用指标公式为投资注入科技力量!
您的位置:好公式网大智慧公式神棍敲股(副图)公式附实测图下载 大智慧指标源码神棍

神棍敲股(副图)公式附实测图下载 大智慧指标源码神棍

  • 指标公式类型:大智慧公式
  • 公式推荐星级:
  • 指标公式安全:已通过5款杀毒软件查杀,请放心下载!
  • 公式更新时间:2019-02-19 07:31:47
  • 指标公式标签:神棍敲股
  • 公式运行环境: WinXP/Win7/Win8/Win10/Win All
  • 指标公式语言:用简体中文编写

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:神棍敲股(副图)公式附实测图下载 大智慧指标源码神棍

神棍敲股

利用买卖总差抓住主力资金进入,和中国农历、月相准确抓住变盘日期。

{神棍敲股}

〖量〗:vol,volstick,precis0;
stickline(v>=3*ref(v,1),v/3,v/3,8,0),colorwhite;
stickline(v>=2*ref(v,1),v/2,v/2,8,0),coloryellow;

wj:=(high+low+close)/3;
v1:=if(high=low,1,high-max(open,close));
v2:=if(high=low,1,max(close,open)-wj);
v3:=if(high=low,1,min(open,close)-low);
v4:=if(high=low,1,wj-min(close,open));
v5:=vol/if(high=low,4,high-low);
v6:=(v1*v5);
v7:=(v2*v5);
v8:=(v3*v5);
v9:=(v4*v5);


买卖总差:sum((v9+v8)-(v6+v7),60),colorcyan,linethick2,precis0;

var1:=(vol / (((high - low) * 2) - abs((close - open))));
买盘:=if((close > open),(var1 * (high - low)),if((close < open),(var1 * ((high - open) + (close - low))),(vol / 2)));
卖盘:=if((close > open),(0 - (var1 * ((high - close) + (open - low)))),if((close < open),(0 - (var1 * (high - low))),(0 - (vol / 2))));
买卖差:=(买盘 + 卖盘);
stickline((买卖差 < 0),0,买卖差,5,0),color33ff33;
jx1:=barssince(买盘);
jy1:=if(((121 > jx1) and (jx1 > 0)),jx1,120);
jy2:=if(((4 > jx1) and (jx1 > 0)),jx1,3);
var30:=ma(vol,jy2);
神比:=(买盘 / var30);
鬼比:=(卖盘 / var30);
var2:=(high - low);
var3:=abs((open - close));
var4:=(high - if((close > open),close,open));
var5:=(if((close > open),open,close) - low);
var6:=((var3 / var2) * vol);
var7:=((var4 / var2) * vol);
var8:=((var5 / var2) * vol);
var9:=if(((vol / capital) > 0.001),1,exp(abs(log(((vol / capital) * 100)))));
vara:=(((close - ma(close,5)) / ma(close,5)) * 100);
varb:=(((ma(close,5) > ma(close,10)) and (ma(close,10) > ma(close,30))) and (ma(close,30) > ma(close,60))); varc:=((ma(close,5) < ma(close,10)) and (ma(close,10) < ma(close,30)));
vard:=ref(close,1);
vare:=((sma(max((close - vard),0),6,1) / sma(abs((close - vard)),6,1)) * 100);
drawtext(((date > 700101) and cross(84,vare)),high,'■卖出'),colorf2a3a4;
var40:=((if((((var6 >= var7) and (var6 >= var8)) and (close > open)),var6,买盘) + 买盘) / 2);
var41:=((if(((var7 > var6) and (var7 > var8)),var7,买盘) + 买盘) / 2);
var42:=((if(((var8 > var6) and (var8 > var7)),var8,买盘) + 买盘) / 2);
var50:=((if((((var6 >= var7) and (var6 >= var8)) and (close < open)),var6,卖盘) + 卖盘) / 2);
三日上攻:=ma((((var40 + var41) + var42) / 3),jy2);
三日下攻:=ma(var50,jy2);
多头:stickline((close > ma(close,30)),0,vol,5,1),color0000ff;
空头:stickline((close < ma(close,30)),0,vol,5,1),color00ff00;
stickline((((var6 >= var7) and (var6 >= var8)) and (close > open)),0,var6,4,0),color00ffff;
stickline((((var6 >= var7) and (var6 >= var8)) and (close < open)),0,var6,4,0),colorff0000;
stickline(((var8 > var6) and (var8 > var7)),0,var8,4,0),colorffffff;
stickline(((var7 > var6) and (var7 > var8)),0,var7,4,0),colorff00ff;
stickline((vol > (ma(vol,5) * 2.5)),0,vol,2,0);
stickline((买盘 > 0),买盘,0,2,0),color0000ff;
上攻均量:=ma(买盘,jy1);
下攻均量:=ma(卖盘,jy1);
drawtext(((((((((var7 > var6) and (vara > 2)) and (var9 > var8)) and (close > ma(close,5))) and (close > ma(close,30))) and (high > ma(close,60))) and (vol > ma(vol,5))) and (var7 >= ma(vol,5))),vol,'▼出货');
drawtext(((((((var8 > var6) and (var8 > var7)) and (vara < (0 - 2))) and (close < ma(close,30))) and (var8 < (ma(vol,5) / 2))) and (ma(vol,5) < ma(vol,10))),vol,'●低进');
drawtext((((((var6 > (ma(vol,5) * 2)) and (var6 >= var7)) and (var6 >= var8)) and (close > open)) or ((vol > (ma(vol,5) * 3)) and varb)),vol,'◆强势');
hsl:=dynainfo(37);
drawtext((((vol / ref((sum(vol,5) / 5),1)) >= 2) and (hsl > 1)),(vol * 1.1),'●量变'),color00ffff;
ma1:ma(vol,5),colorwhite,precis0;
ma2:ma(vol,10),coloryellow,precis0; 
lk:v>=2*ref(v,1),precis0;
drawicon(lk,v/2,1);

立春:=filter(month=2 and (day=3 or day=5 ),2);
雨水:=filter(month=2 and (day=18 or day=20),2);
惊蛰:=filter(month=3 and (day=5 or day=7 ),2);
春分:=filter(month=3 and (day=20 or day=22),2);
清明:=filter(month=4 and (day=4 or day=6 ),2);
谷雨:=filter(month=4 and (day=19 or day=21),2);
立夏:=filter(month=5 and (day=6 or day=8 ),2);
小满:=filter(month=5 and (day=20 or day=22),2);
芒种:=filter(month=6 and (day=5 or day=7 ),2);
夏至:=filter(month=6 and (day=20 or day=22),2);
小暑:=filter(month=7 and (day=6 or day=8 ),2);
大署:=filter(month=7 and (day=22 or day=24),2);
立秋:=filter(month=8 and (day=7 or day=9 ),2);
处暑:=filter(month=8 and (day=22 or day=24),2);
白露:=filter(month=9 and (day=7 or day=9 ),2);
秋分:=filter(month=9 and (day=22 or day=24),2);
寒露:=filter(month=10 and (day=7 or day=9 ),2);
霜降:=filter(month=10 and (day=22 or day=24),2);
立冬:=filter(month=11 and (day=7 or day=9 ),2);
小雪:=filter(month=11 and (day=22 or day=24),2);
大雪:=filter(month=12 and (day=6 or day=8 ),2);
冬至:=filter(month=12 and (day=21 or day=23),2);
小寒:=filter(month=1 and (day=5 or day=7 ),2);
大寒:=filter(month=1 and (day=19 or day=21),2);
drawtext(立春,high*1.02,'立春寅'),colorgreen;
drawtext(雨水,high*1.02,'雨水'),colorgreen;
drawtext(惊蛰,high*1.02,'惊蛰卯'),colorgreen;
drawtext(春分,high*1.02,'春分'),colorgreen;
drawtext(清明,high*1.02,'清明辰'),colorgreen;
drawtext(谷雨,high*1.02,'谷雨'),colorgreen;
drawtext(立夏,high*1.02,'立夏巳'),colormagenta;
drawtext(小满,high*1.02,'小满'),colormagenta;
drawtext(芒种,high*1.02,'芒种午'),colormagenta;
drawtext(夏至,high*1.02,'夏至'),colormagenta;
drawtext(小暑,high*1.02,'小暑未'),colormagenta;
drawtext(大署,high*1.02,'大署'),colormagenta;
drawtext(立秋,high*1.02,'立秋申'),coloryellow;
drawtext(处暑,high*1.02,'处暑'),coloryellow;
drawtext(白露,high*1.02,'白露酉'),coloryellow;
drawtext(秋分,high*1.02,'秋分'),coloryellow;
drawtext(寒露,high*1.02,'寒露戌'),coloryellow;
drawtext(霜降,high*1.02,'霜降'),coloryellow;
drawtext(立冬,high*1.02,'立冬亥'),colorwhite;
drawtext(小雪,high*1.02,'小雪'),colorwhite;
drawtext(大雪,high*1.02,'大雪子'),colorwhite;
drawtext(冬至,high*1.02,'冬至'),colorwhite;
drawtext(小寒,high*1.02,'小寒丑'),colorwhite;
drawtext(大寒,high*1.02,'大寒'),colorwhite;
drawtext(lday=1,-8,'朔'),colorwhite;
drawtext(lday=8,-8,'上弦') ,colorwhite;
drawtext(lday=15,-8,'望') ,colorwhite;
drawtext(lday=23,-8,'下弦') ,colorwhite;

追:ref(c,3)/ref(c,4)>1.0998 and ref(h,2)/ref(c,3)>1.03 and ref(h,2)/ref(c,2)>1.03 and ref(l,1)<ref(l,2) and c/ref(c,1)>1.0998;
vertline( 追,3),colorblue;

如图:


神棍敲股

  >>>使用本站搜索工具可以找到更多神棍敲股(副图)公式附实测图下载 大智慧指标源码神棍

指标公式下载地址

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

指标公式下载注意

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

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

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

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

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

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

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

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

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

    ☉ 本文神棍敲股(副图)公式附实测图下载 大智慧指标源码神棍仅供学习研究。

猜你喜欢

学了又学