好公式网用指标公式为投资注入科技力量!
您的位置:好公式网同花顺公式犇熊K线圖指标公式详解 同花顺犇熊

犇熊K线圖指标公式详解 同花顺犇熊

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

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:犇熊K线圖指标公式详解 同花顺犇熊

1、k线密码:绿色k线持币,正常紫红黄k线持股;实心红黄k线往往是主升浪。

粉红色k线是涨停线,深蓝色k线是急跌后将要见底,离抄底不远了,大趋势向下的股票不抄底。绿色青色区域红色黄芯k线是为寻找主力踪迹,发现主力踪迹还需判断主力意图是积极建仓还是拉高出货。绿色实心k线是下跌无支撑了,或者将要见底或者跌势无期。

2、均线密码:均线密码是为选择趋势的,k线密码也说明趋势,但不如均线直观。

持仓线是中期趋势线,决策线是长期趋势线,选股原则:最近10天之内持仓线金叉决策线,并且股价一直能在持仓线或者决策线之上运行。

3、图中提示买卖字样有未来,谨慎参考!
 

突破:ma(ref(hhv((c+l+o+h)/4,30),1),3),colorwhite;

a2:=ema(c,13),coloryellow,linethick1;

a1x:=(a2-ref(a2,1))/ref(a2,1)*100;

出击:if(a1x>=0,ref(ema(c,14),barslast(cross(a1x,0))+1),drawnull),color00aaff,linethick2;

休息:if(a1x<0,ref(ema(c,14),barslast(cross(0,a1x))+1),drawnull),colorcyan,linethick2;

if(h>=出击*1.1,出击*1.1,drawnull),colorred,pointdot;

if(h>=出击*1.2,出击*1.2,drawnull),colorred,pointdot;

if(h>=出击*1.3,出击*1.3,drawnull),colorred,pointdot;

攻击线:ma(c,5),colorwhite;

操盘线:ma(c,10),coloryellow;

var100:=dma(amount/v/100,v/capital);

筹码线:=var100*1.1,colorwhite,linethick1;

牛熊线:=cost(55),colorblue,linethick1;

持仓线:ma(close,21),colorred,linethick2;

上升加仓:if(c>操盘线,操盘线,drawnull),colormagenta,linethick1;

下降减仓:if(c<操盘线,操盘线,drawnull),coloryellow,linethick1;

调整离场:if(c<持仓线,持仓线,drawnull),colorgreen,linethick2;

生命线:ma(c,30),colorlired;//www.goodgongshi.com

决策线:ma(c,60),colorliblue;

高压线:=(c<=ma(c,10) or c<=ma(c,20) or c<=ma(c,30) or c<=ma(c,60)) ;

stickline(高压线 ,l,h,1,1),colorgreen;

stickline(高压线 ,o,c,9,0),colorgreen;

stickline(c>0,o,c,5,0), colorcyan;

stickline(c>0,h,l,0.8,0) ,colorcyan;

a:=close>筹码线 and close>牛熊线 and close>持仓线;

b:=close>筹码线 and close<牛熊线 and close>持仓线;

stickline(a>0,o,c,8,0) ,coloryellow;

stickline(a>0,h,l,0.8,0), coloryellow;

stickline(b>0,h,l,0.8,0), colormagenta;

stickline(b>0,o,c,8,0), colormagenta;

趋势之王:=(c>=ma(c,10) and c>=ma(c,20) and c>=ma(c,30) and c>=ma(c,60) and c>=ma(c,120) and c>=ma(c,250) );

stickline(趋势之王 and c>=o,o,c,8,0),colorred,;

stickline(趋势之王 and c>=o,l,h,1,0),colorred,;

stickline(趋势之王 and c<o,o,c,8,0),color8b8b83;

stickline(趋势之王 and c<o,l,h,1,0),color8b8b83;

stickline(c/ref(c,1)>1.0925 and c=h,h,(o+c)/2,8,0),colormagenta;

c3:=ref(c,1);

跌停:=if((c3-c)*100/c3>=(10-0.01*100/c3),1,0);

stickline(跌停,l,h,9,0),colorgreen;

stickline((c-ref(c,1))*100/ref(c,1)>=4 ,o,(o+c)/2,8,0),colorred;

stickline((c-ref(c,1))*100/ref(c,1)>=4 ,o,(o+c)/2,4,0),coloryellow;

stickline((c-ref(c,1))*100/ref(c,1)>=4 and c>ma(c,20) ,o,(o+c)/2,8,0),coloryellow;

大阴线:=(c3-c)*100/c3>=5;

stickline(大阴线,h,l,9,0),colorgreen;

lc := ref(close,1);

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

stickline(rsi6<20,o,c,8,0),colorblue;

drawtext(close>=sar_s(10,2,10),sar_s(10,2,10),"0 "),colorred;

drawtext(close<sar_s(10,2,10),sar_s(10,2,10),"0 "),colorligreen;

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

v2:=ema(v1,13)-ema(v1,34);

v3:=ema(v2,5);

v4:=2*(v2-v3)*5.5;

主力进: =if(v4>=0,v4,0),colorff00ff;

v11:=3*sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1)-2*sma(sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1),3,1);

趋势线: =ema(v11,3);

drawtext(主力进 and 趋势线<13,l,"凸 "),colorred,linethick1;

drawtext(ma(c,120)>ma(c,20) and h>=ma(c,120),ma(c,120),"----"),coloryellow,linethick1;

drawtext(ma(c,250)>ma(c,20) and h>=ma(c,250),ma(c,250),"----"),coloryellow,linethick1;

分时浪:=zig(3,5),colorwhite,linethick1;

gg:=ema(分时浪,2);

趋势浪:=zig(3,10),colorblue,linethick1;

hh:=ema(趋势浪,2);

drawtext(cross(hh,趋势浪),h+0.08,'~●卖高'),color00ff00;

drawtext(cross(趋势浪,hh),l-0.08,'~●买低'),colormagenta;

drawicon(cross(分时浪,gg),l-0.02,"buy");

drawicon(cross(gg,分时浪),h+0.02,"sell");

stickline(ref(count(c<突破,5)=5,1) and c>突破 and c>o,c,o,8,0),colorwhite;

 


犇熊k线圖

  >>>使用本站搜索工具可以找到更多犇熊K线圖指标公式详解 同花顺犇熊

指标公式下载地址

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

指标公式下载注意

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

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

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

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

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

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

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

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

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

    ☉ 本文犇熊K线圖指标公式详解 同花顺犇熊仅供学习研究。

猜你喜欢

学了又学