群鸿戏海永久版本源码下载:
群鸿戏海永久版本(副图)
drawrectrel(0,0,1000,1000,rgb(45,75,45));
drawrectrel(290,20,1000,980,rgb(5,10,15));
{}
var1:=ref(low,1);
var2:=sma(abs(low-var1),3,1)/sma(max(low-var1,0),3,1)*100;
var3:=ema(if(close*1.2,var2*10,var2/10),3);
var4:=llv(low,38);
var5:=hhv(var3,38);
var6:=if(llv(low,90),1,0);
var7:=ema(if(low<=var4,(var3+var5*2)/2,0),3)/618*var6;
var8:=((c-llv(l,21))/(hhv(h,21)-llv(l,21)))*100;
var9:=sma(var8,13,8);
drawtext_fix(c>o,0.01,0.9,0,' 钱海作品 '),color99eeee;
吸筹1:stickline(var7,0,var7,6,0),color0000ff;
吸筹2:stickline(var7,0,var7,5,0),color6600ff;
吸筹3:stickline(var7,0,var7,4,0),colorbb00ff;
吸筹4:stickline(var7,0,var7,3,0),colorff00ff;
吸筹5:stickline(var7,0,var7,2,0),colorff33ff;
吸筹6:stickline(var7,0,var7,1,0),colorff66ff;
吸筹7:stickline(var7,0,var7,0,0),colorff99ff;
主力吸货:var7,color66eeee;
zlxh:ema(主力吸货,2),colorffcc00,linethick1;
dif:ema(close,12)-ema(close,26),nodraw;
dea:ema(dif,9),nodraw;
macd:(dif-dea)*2,nodraw;
柱引主线:(macd)*300,color0066ff,linethick1;
柱引辅线:ema(macd,3)*5,colorgreen;
mack:ema(柱引主线,5),colorffcc00,linethick1;
柱引z线:(macd)*400,colorffcc00,linethick1;
柱引f线:ema(macd,3)*5,colorgreen;
macl:ema(柱引主线,5),colorffcc00,linethick1;
macn:ema(柱引z线,3),color99eeee,linethick1;
drawband(柱引主线,rgb(255,0,0),mack,rgb(0,118,0));
中心线:0.00,colorblue,linethick3;
drawrectrel(290,0,320,1000,rgb(45,75,45));
drawrectrel(295,30,315,970,rgb(45,75,45));
drawrectrel(0,0,290,1000,rgb(45,75,45));
drawrectrel(5,10,70,990,rgb(45,75,45));
drawrectrel(70,10,235,990,rgb(130,110,40));
drawrectrel(125,10,180,990,rgb(45,75,45));
drawrectrel(5,10,290,10,rgb(200,200,200));
drawrectrel(5,150,290,150,rgb(200,200,200));
drawrectrel(5,290,290,290,rgb(200,200,200));
drawrectrel(5,430,290,430,rgb(200,200,200));
drawrectrel(5,570,290,570,rgb(200,200,200));
drawrectrel(5,710,290,710,rgb(200,200,200));
drawrectrel(5,850,290,850,rgb(200,200,200));
drawrectrel(5,990,290,990,rgb(200,200,200));
{====}
drawrectrel(0,0,408,1000,rgb(50,78,50));
drawrectrel(27,50,403,950,rgb(50,78,50));
drawrectrel(0,0,22,1000,rgb(128,58,0));
drawrectrel(408,0,430,1000,rgb(128,58,0));
drawrectrel(978,0,1000,1000,rgb(128,58,0));
{=======}
drawtext_fix(c>o,0.006,0.075,0,'个 '),colorwhite;{白}
drawtext_fix(c>o,0.006,0.3,0,'股 '),colorwhite;{白}
drawtext_fix(c>o,0.006,0.53,0,'解 '),colorwhite;{白}
drawtext_fix(c>o,0.006,0.75,0,'读 '),colorwhite;{白}
{=======}
drawtext_fix(c>o,0.4125,0.075,0,'华 '),colorwhite;{白}
drawtext_fix(c>o,0.4125,0.3,0,'藏 '),colorwhite;{白}
drawtext_fix(c>o,0.4125,0.53,0,'世 '),colorwhite;{白}
drawtext_fix(c>o,0.4125,0.75,0,'界 '),colorwhite;{白}
{=======}
drawtext_fix(c>o,0.983,0.075,0,'钱 '),colorwhite;{白}
drawtext_fix(c>o,0.983,0.3,0,'海 '),colorwhite;{白}
drawtext_fix(c>o,0.983,0.53,0,'作 '),colorwhite;{白}
drawtext_fix(c>o,0.983,0.75,0,'品 '),colorwhite;{白}
{========k 线 解 盘==========}
{k线形态解盘}
tt:=240/fromopen;
比:=tt;
j12:=(high - ((high - low) / 3));
j23:=(low + ((high - low) / 3));
t1{早晨之星}:=const(if((ref(close,2)/ref(open,2) < 0.95 and ref(open,1)
< ref(close,2) and abs(ref(open,1)-ref(close,1))/ref(close,1)<0.03 and
close/open>1.05 and close>ref(close,2)),1,0));
t2{黄昏之星}:=const(if((ref(close,2)/ref(open,2) > 1.03 and ref(open,1)
> ref(close,2) and abs(ref(open,1)-ref(close,1))/ref(close,1)<0.02
and close/open<0.97 and close<ref(close,2)),1,0));
t3{长十字}:=const(if((close=open and high/low >1.03),1,0));
t4{垂死十字}:=const(if((close=open and close=low and close!=high),1,0));
t5{早晨十字星}:=const(if((ref(close,2)/ref(open,2) < 0.95 and ref(open,1)
< ref(close,2) and ref(open,1)=ref(close,1) and
close/open>1.05 and close>ref(close,2)),1,0));
t6{黄昏十字星}:=const(if((ref(close,2)/ref(open,2) > 1.05 and ref(open,1)
> ref(close,2) and ref(open,1)=ref(close,1) and
close/open<0.95 and close<ref(close,2)),1,0));
t7{射击之星}:=const(if((min(open,close)=low and high-low >
3*(max(open,close)-low) and close > ma(close,5)),1,0));
t8{倒转锤头}:=const(if((min(open,close)=low and high-low >
3*(max(open,close)-low) and close < ma(close,5)),1,0));
t9{锤头}:=const(if((high = max(open,close) and high-low >
3*(high-min(open,close)) and close < ma(close,5)),1,0));
t10{吊颈}:=const(if((high = max(open,close) and high-low >
3*(high-min(open,close)) and close>ma(close,5)),1,0));
t11{穿头破脚}:=const(if(((ref(close,1)/ref(open,1)>1.03 and close/open<0.96
and close<ref(open,1){好公式网-最好的股票公式网站 www.goodgongshi.com}
and open>ref(close,1))or (ref(close,1)/ref(open,1)<0.97 and close/open>1.04
and close>ref(open,1) and open<ref(close,1))),1,0));
t12{乌云盖顶}:=const(if((ref(close,1)/ref(open,1)>1.03 and close/open<0.97
and open>ref(close,1) and close<ref(close,1)),1,0));
t13{曙光初现}:=const(if((ref(close,1)/ref(open,1)<0.97 and close/open>1.03
and open<ref(close,1) and close>ref(close,1)),1,0));
t14{身怀六甲}:=const(if((abs(ref(close,1)-ref(open,1))/ref(close,1) > 0.04
and abs(close-open)/close<0.005 and
max(close,open) < max(ref(close,1),ref(open,1)) and min(close,open)
> min(ref(close,1),ref(open,1))),1,0));
t15{十字胎}:=const(if((abs(ref(close,1)-ref(open,1))/ref(close,1) > 0.04
and close=open and
close < max(ref(close,1),ref(open,1)) and close > min(ref(close,1)
,ref(open,1))),1,0));
t16{平顶}:=const(if((abs(high-ref(high,1))/high<0.001),1,0));
t17{平底}:=const(if(((abs(low-ref(low,1))/low<0.001 and abs(ref(low,1)
-ref(low,2))/ref(low,1)<=0.001)),1,0));
t18{大阳烛}:=const(if((close/open>1.05 and high/low < close/open+0.018),1,0));
t19{三个白武士}:=const(if((ref(close,2)>ref(open,2) and ref(close,1)
>ref(open,1) and close>open
and ref(close,1)>ref(close,2) and close>ref(close,1)),1,0));
t20{双飞乌鸦}:=const(if((ref(close,1)<ref(open,1) and close<open
and close/open<0.98),1,0));
t21{孕育线}:=const(if((ref(close,2)>ref(open,2) and (ref(close,2)
-ref(open,2))/ref(open,2)>=2/100 and ref(open,1)>=ref(close,1)
and (ref(open,1)-ref(close,1))/ref(close,1)<=2/100 and ref(open,1)
<=ref(close,2) and ref(close,1)>=ref(open,2) and c>=open
and (close-open)/open>=2/100 and close>=ref(open,1) and open<=ref(close,1)
and (max(close,ref(c,2))-min(close,ref(close,2)))/min(close,ref(close,2))
<=1/100),1,0));
t22{多方炮}:=const(if((ref(close,2)>ref(open,2) and ref(close,1)<ref(open,1)
and close>open),1,0));
t23{出水芙蓉}:=const(if(((open<ema(c,20) or open<ema(c,40) or open<
ema(c,60)) and (c>max(ema(c,20),max(ema(c,40),ema(c,60))))and (v/ma(v,30)
>1.2 and c/ref(c,1)>1.049)),1,0));
t24{上升三部曲}:=const(if((ref(close,4)/ref(open,4)>1.03 and ref(close,3)
<ref(open,3) and ref(close,2)<ref(open,2) and ref(close,1)<ref(open,1)
and ref(low,4)<ref(low,3) and ref(low,4)<ref(low,2) and ref(low,4)
<ref(low,1) and ref(high,4)>ref(high,3) and ref(high,4)>ref(high,2)
and ref(high,4)>ref(high,1) and close/open>1.03 and close>ref(close,4)),1,0));
t25{下跌三部曲}:=const(if(( ref(close,4)/ref(open,4)<0.97 and ref(close,3)
>ref(open,3) and ref(close,2)>ref(open,2) and ref(close,1)>ref(open,1)
and ref(low,4)<ref(low,3) and ref(low,4)<ref(low,2) and ref(low,4)
<ref(low,1) and ref(high,4)>ref(high,3) and ref(high,4)>ref(high,2) and ref(high,4)>ref(high,1) and close/open<0.97 and
close<ref(close,4)),1,0));
t26{跳空缺口}:=const(if(high<ref(low,1) or low>ref(high,1),1,0));
t27{三只乌鸦}:=const(if((ref(close,2)<ref(open,2) and ref(close,1)
<ref(open,1) and close<open and ref(close,1)<ref(close,2)
and close<ref(close,1)),1,0));
t28{光脚阴线}:=const(if((low=close and high!=low),1,0));
t29{光头阳线}:=const(if((high=close and high!=low),1,0));
t30{分离}:=const(if((open=ref(open,1) and (close-open)*(ref(close,1)
-ref(open,1))<0),1,0));
t31{长下影}:=const(if(((min(close,open)-low)/(high-low)>0.667),1,0));
t32{长上影}:=const(if(((high-max(close,open))/(high-low)>0.667),1,0));
t33{十字星}:=const(if((close=open and high!=low),1,0));
t34{大阴烛}:=const(if((open/close > 1.05 and high/low < open/close+0.018),1,0));
t35{好友反攻}:=const(if(((ref(close,1)<ref(open,1) and close>open
and abs(close-ref(close,1))/close<0.002) or (ref(close,1)>ref(open,1)
and close<open and abs(close-ref(close,1))
/close<0.002)),1,0));
t36{倾盆大雨}:=const(if((ref(c,1)/ref(o,1)>=1.03 and o<ref(c,1) and o
>ref(o,1) and c<ref(o,1)),1,0));
t37{m9}:=const(v*比>ref(v,1) and ma(v,5)>ref(ma(v,5),1));
t38{m10}:=const(v*比<ref(v,1) and ma(v,5)>ref(ma(v,5),1));
t39{m11}:=const(v*比>ref(v,1)and ma(v,5)<ref(ma(v,5),1));
t40{m12}:=const(v*比<ref(v,1)and ma(v,5)<ref(ma(v,5),1));
t41{m13}:=const((((if((close = open),1,0) + if((close >= j12),1,0)) + if((close <= j23),1,0)) > 1));
t42{m14}:=const((((amount / vol) / 100) > ref(high,1)));
t43{m15}:=const((((amount / vol) / 100) < ref(low,1)));
ts1:=if(t1=1,0.25,-0.05);
ts2:=if(t2=1,ts1+0.2,ts1);
ts3:=if(t3=1,ts2+0.2,ts2);
ts4:=if(t4=1,ts3+0.2,ts3);
ts5:=if(t5=1,ts4+0.2,ts4);
ts6:=if(t6=1,ts5+0.2,ts5);
ts7:=if(t7=1,ts6+0.2,ts6);
ts8:=if(t8=1,ts7+0.2,ts7);
ts9:=if(t9=1,ts8+0.2,ts8);
ts10:=if(t10=1,ts9+0.2,ts9);
ts11:=if(t11=1,ts10+0.2,ts10);
ts12:=if(t12=1,ts11+0.2,ts11);
ts13:=if(t13=1,ts12+0.2,ts12);
ts14:=if(t14=1,ts13+0.2,ts13);
ts15:=if(t15=1,ts14+0.2,ts14);
ts16:=if(t16=1,ts15+0.2,ts15);
ts17:=if(t17=1,ts16+0.2,ts16);
ts18:=if(t18=1,ts17+0.2,ts17);
ts19:=if(t19=1,ts18+0.2,ts18);
ts20:=if(t20=1,ts19+0.2,ts19);
ts21:=if(t21=1,ts20+0.2,ts20);
ts22:=if(t22=1,ts21+0.2,ts21);
ts23:=if(t23=1,ts22+0.2,ts22);
ts24:=if(t24=1,ts23+0.2,ts23);
ts25:=if(t25=1,ts24+0.2,ts24);
ts26:=if(t26=1,ts25+0.2,ts25);
ts27:=if(t27=1,ts26+0.2,ts26);
ts28:=if(t28=1,ts27+0.2,ts27);
ts29:=if(t29=1,ts28+0.2,ts28);
ts30:=if(t30=1,ts29+0.2,ts29);
ts31:=if(t31=1,ts30+0.2,ts30);
ts32:=if(t32=1,ts31+0.2,ts31);
ts33:=if(t33=1,ts32+0.2,ts32);
ts34:=if(t34=1,ts33+0.2,ts33);
ts35:=if(t35=1,ts34+0.2,ts34);
ts36:=if(t36=1,ts35+0.2,ts35);
ts37:=if(t37=1,ts36+0.2,ts36);
ts38:=if(t38=1,ts37+0.2,ts37);
ts39:=if(t39=1,ts38+0.2,ts38);
ts40:=if(t40=1,ts39+0.2,ts39);
ts41:=if(t41=1,ts36+0.2,ts36);
ts42:=if(t42=1,ts41+0.2,ts41);
ts43:=if(t43=1,ts42+0.2,ts42);
drawtext_fix(t1=1,0.035,ts1,0,'早晨之星,见底回升'),colorwhite ;
drawtext_fix(t2=1,0.035,ts2,0,'黄昏之星,见顶回落'),colorwhite ;
drawtext_fix(t3=1,0.035,ts3,0,'长十字,重要的警告信号,原趋势停顿或反转'),colorwhite ;
drawtext_fix(t4=1,0.035,ts4,0,'垂死十字,下跌信号'),colorwhite ;
drawtext_fix(t5=1,0.035,ts5,0,'早晨十字星,上涨信号,见底回升'),colorwhite ;
drawtext_fix(t6=1,0.035,ts6,0,'黄昏十字星,趋势停顿或反转,下跌或,见顶回落'),colorwhite ;
drawtext_fix(t7=1,0.035,ts7,0,'射击之星,市场顶部就在眼前,可能见顶回落,可靠性低'),colorwhite ;
drawtext_fix(t8=1,0.035,ts8,0,'倒转锤头构成一个看涨信号,可能见底回升'),colorwhite ;
drawtext_fix(t9=1,0.035,ts9,0,'锤头,可能见底回升,如有量配合,信号强烈'),colorwhite ;
drawtext_fix(t10=1,0.035,ts10,0,'吊颈,上升行情中见顶回落,顶部出现,见顶信号'),colorwhite ;
drawtext_fix(t11=1,0.035,ts11,0,'穿头破脚,顶部出现,见顶回落信号'),colorwhite ;
drawtext_fix(t12=1,0.035,ts12,0,'乌云盖顶,见顶回落信号'),colorwhite ;
drawtext_fix(t13=1,0.035,ts13,0,'曙光初现,将演化为v型反转或横盘。后市见底回升'),colorwhite ;
drawtext_fix(t14=1,0.035,ts14,0,'身怀六甲,底部,是见底回升,顶部,是见顶回落信号'),colorwhite ;
drawtext_fix(t15=1,0.035,ts15,0,'十字胎'),colorwhite ;
drawtext_fix(t16=1,0.035,ts16,0,'平顶,行情见顶,股价将反转。但下跌力度较小'),colorwhite ;
drawtext_fix(t17=1,0.035,ts17,0,'平底,行情探低见底,股价行将反转上升,但力度较小'),colorwhite ;
drawtext_fix(t18=1,0.035,ts18,0,'大阳烛,上升中,剧烈地向上攀升。下行中,剧烈地向上反弹'),colorwhite ;
drawtext_fix(t19=1,0.035,ts19,0,'三个白武士,每日收盘价上移,表示可能见底回升'),colorwhite ;
drawtext_fix(t20=1,0.035,ts20,0,'双飞乌鸦,行情开始疲软将见顶回落'),colorwhite ;
drawtext_fix(t21=1,0.035,ts21,0,'孕育线,注意股价位置'),colorwhite ;
drawtext_fix(t22=1,0.035,ts22,0,'多方炮,底部可能上涨,中间上涨中继,顶部见顶信号'),colorwhite ;
drawtext_fix(t23=1,0.035,ts23,0,'出水芙蓉,阳线穿过20、40、60日均线,上攻势头初现'),colorwhite ;
drawtext_fix(t24=1,0.035,ts24,0,'上升三部曲,上涨信号'),colorwhite ;
drawtext_fix(t25=1,0.035,ts25,0,'下跌三部曲,下跌信号'),colorwhite ;
drawtext_fix(t26=1,0.035,ts26,0,'跳空缺口,突破盘整,向上涨、向下跌开始'),colorwhite ;
drawtext_fix(t27=1,0.035,ts27,0,'三只乌鸦站枝头,可能见顶回落'),colorwhite ;
drawtext_fix(t28=1,0.035,ts28,0,'光脚阴线,下跌信号'),colorwhite ;
drawtext_fix(t29=1,0.035,ts29,0,'光头阳线,多方积极上攻态势,后市看涨'),colorwhite ;
drawtext_fix(t30=1,0.035,ts30,0,'分离,注意看涨分离和看跌分离'),colorwhite ;
drawtext_fix(t31=1,0.035,ts31,0,'长下影,有可能止跌回升,升势末期,须小心'),colorwhite ;
drawtext_fix(t32=1,0.035,ts32,0,'长上影,表明行情上档压力沉重,升势受阻'),colorwhite ;
drawtext_fix(t33=1,0.035,ts33,0,'十字星,重要的警告信号,原趋势停顿或反转'),colorwhite ;
drawtext_fix(t34=1,0.035,ts34,0,'大阴烛,后市向淡,发生逆转'),colorff0000 ;
drawtext_fix(t35=1,0.035,ts35,0,'好友反攻,跌势已尽,要展开一段反弹行情'),colorwhite ;
drawtext_fix(t36=1,0.035,ts36,0,'倾盆大雨,见顶信号'),colorffff00 ;
drawtext_fix(t41=1,0.035,ts41,0,'极端行情,在未来的几日内有85%的机会变更方向'),colorwhite ;
上一指标公式:原创成交量kd副图下载
下一指标公式:均线断主图下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文群鸿戏海永久版本下载仅供学习研究。