侃侃资金监控指标源码下载:
hj_1:=ref(low,1);
hj_2:=sma(abs(low-hj_1),3,1)/sma(max(low-hj_1,0),3,1)*100;
hj_3:=ema(if(close*1.2,hj_2*10,hj_2/10),3);
hj_4:=llv(low,38);
hj_5:=hhv(hj_3,38);
hj_6:=1971101;
hj_7:=1971201;
hj_8:=if(date>hj_6,if(close<80,1,0),0);
hj_9:=if(date>hj_7,1,hj_8);
hj_10:=if(hj_9=0,1,0);
hj_11:=ema(if(low<=hj_4,(hj_3+hj_5*2)/50,0),3)/258*hj_10;
hj_12:=(close-llv(low,21))/(hhv(high,21)-llv(low,21))*100;
hj_13:=sma(hj_12,13,8);
//www.goodgongshi.com
主力建仓:hj_11,nodraw,colormagenta;
吸筹1:stickline(hj_11,0,hj_11,6,0),colorred;
吸筹2:stickline(hj_11,0,hj_11,5,0),color6600ff;
吸筹3:stickline(hj_11,0,hj_11,4,0),colorbb00ff;
吸筹4:stickline(hj_11,0,hj_11,3,0),colormagenta;
吸筹5:stickline(hj_11,0,hj_11,2,0),colorff33ff;
吸筹6:stickline(hj_11,0,hj_11,1,0),colorff66ff;
吸筹7:stickline(hj_11,0,hj_11,0,0),colorff99ff;
stickline(1,0,0,6,0),color454545;
stickline(1,100,100,6,0),color454545;
stickline(1,50,50,6,0),color454545;
hj_14:=vol/10000;
hj_15:=vol/((high-low)*2-abs(close-open));
hj_16:=if(close>open,hj_15*(high-low),if(close<open,hj_15*(high-open+(close-low)),if(close=open and close>ref(close,1)*1.09,vol,0)))/10000;
hj_17:=if(close>open,0-hj_15*(high-close+(open-low)),if(close<open,0-hj_15*(high-low),if(close=open and close<ref(close,1)*0.91,0-vol,0)))/10000;
hj_18:=hj_16+hj_17;
hj_19:=sum(hj_18,5);
hj_20:=ma(hj_18,1);
hj_21:=sma(sma(sma(hj_20,2,1),2,1),2,1);
hj_22:=ref(hj_21,1);
hj_23:=sma(max(hj_21-hj_22,0),7,1)/sma(abs(hj_21-hj_22),7,1)*100;
stickline(hj_23>80,97,100,3,0),colorcyan;
hj_24:=llv(hj_21,35);
hj_25:=hhv(hj_21,30);
hj_26:=ema((hj_21-hj_24)/(hj_25-hj_24)*4,4)*25;
hj_27:=hj_26;
hj_28:=87.5;
hj_29:=(hj_26-llv(hj_26,4))/(hhv(hj_26,4)-llv(hj_26,4))*4*25;
hj_30:=ema(100*(hj_21-llv(hj_21,18))/(hhv(hj_21,18)-llv(hj_21,18)),3)/4*4*1;
drawband(hj_30,rgb(88,0,0),ma(hj_30,2),rgb(0,88,0));
hj_31:=(2*close+high+low)/4;
hj_32:=llv(low,30);
hj_33:=hhv(high,30);
hj_34:=if(hj_9!=1,ema((hj_31-hj_32)/(hj_33-hj_32)*100,8),0);
hj_35:=ema(hj_34,4);//www.goodgongshi.com
stickline(hj_34-hj_35>0,hj_34,hj_35,2,1),color990099;
stickline(hj_34-hj_35<0,hj_34,hj_35,2,1),color999900;
hj_36:=hj_21;
hj_37:=llv(hj_21,30);
hj_38:=hhv(hj_21,30);
hj_39:=if(hj_9!=1,ema((hj_36-hj_37)/(hj_38-hj_37)*100,8),0);
hj_40:=ema(hj_39,4);
stickline(hj_39-hj_40>0,hj_39,hj_40,4,0),color0000cc;
stickline(hj_39-hj_40<0,hj_39,hj_40,4,0),color00cc00;
hj_41:=hj_39>50 and hj_39-hj_40>0 or (hj_39-hj_40>0 and hj_34-hj_35>0 and hj_30>ma(hj_30,2));
hj_42:=hj_39<50 and hj_39-hj_40<0 or (hj_39-hj_40<0 and hj_34-hj_35<0 and hj_30<ma(hj_30,2));
stickline(hj_42,hj_39,50,1,(-1)),color00cc00;
stickline(hj_41,hj_39,50,1,(-1)),color0000cc;
hj_43:=hj_21;
hj_44:=llv(hj_21,21);
hj_45:=hhv(hj_21,34);
hj_46:=ema((hj_43-hj_44)/(hj_45-hj_44)*100,13);
hj_47:=ema(0.667*ref(hj_46,1)+0.333*hj_46,2);
hj_48:=ema(0.382*ref(hj_46,2)+0.618*hj_46,12);
hj_49:=if(hj_9=1,0,1);
hj_50:=ma((-100)*(hhv(hj_21,34)-hj_21)/(hhv(hj_21,34)-llv(hj_21,34)),19)*hj_49;
价格趋势:hj_34,nodraw,color990099;
流动资金:ema(100*(hj_21-llv(hj_21,18))/(hhv(hj_21,18)-llv(hj_21,18)),3)/4*4*hj_49,nodraw,color000088;
资金趋势:hj_39,nodraw,color0000cc;
hj_51:=ma((-100)*(hhv(high,34)-close)/(hhv(high,34)-llv(low,34)),19);
hj_52:=(-100)*(hhv(high,14)-close)/(hhv(high,14)-llv(low,14));
hj_53:=ema((-100)*(hhv(high,34)-close)/(hhv(high,34)-llv(low,34)),4);
hj_54:=hj_51+100;
hj_55:=hj_52+100;
hj_56:=hj_53+100;
hj_57:=ref(hj_56,1)>85 and ref(hj_55,1)>85 and ref(hj_54,1)>65 and cross(hj_54,hj_55);
hj_58:=hj_56<ref(hj_56,1) and ref(hj_56,1)>80 and (ref(hj_55,1)>95 or ref(hj_55,2)>95) and hj_54>60 and hj_55<83.5 and hj_55<hj_56 and hj_55<hj_54+4;
hj_59:=filter(hj_58,4);
stickline(hj_59,97,100,3,0),colorcyan;
hj_60:=hj_54<12 and hj_56<8 and (hj_55<7.2 or ref(hj_55,1)<5) and (hj_56>ref(hj_56,1) or hj_55>ref(hj_55,1)) or (hj_54<8 and hj_56<7 and hj_55<15 and hj_55>ref(hj_55,1)) or (hj_54<10 and hj_56<7 and hj_55<1);
stickline(hj_60,(-3),0,8,0),colorgreen;
hj_61:=barslast(ref(cross(hj_39,hj_40),1));
hj_62:=ref(close,hj_61+1)>close and ref(hj_39,hj_61+1)<hj_39 and cross(hj_39,hj_40) and hj_39<50;
hj_63:=barslast(ref(cross(hj_40,hj_39),1));
hj_64:=ref(close,hj_63+1)<close and ref(hj_39,hj_63+1)>hj_39 and cross(hj_40,hj_39) and hj_39>50;
...
上一指标公式:侃侃MACD副图下载
下一指标公式:量者为王下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文侃侃资金监控指标下载仅供学习研究。