最好的智能分时买卖源码下载:
智能分时买卖指标
有朋友在后台留言说想要分时买卖指标,今天就给大家分享一个t+0分时买卖指标。
大部分朋友在盘中找不准买点和卖点,分时买卖指标就能给大家一个相对准确的参考,当然指标不是绝对的,要理性对待和参考。
这个分时买卖指标是分时主图指标,是基于一段时间的数据,不只是一天的分时数据,所以使用时候一定要下载好数据,否则显示会错误或者不显示。
下面是指标显示效果图,源码在后面。
t+0分时买卖指标分享(源码)
源码:(本源码包括分时买卖指标源码和调用指标源码,调用指标的名称必须命名为:shbx,否则无法使用!)
{调用指标,名字必须设置为:shbx}
x_1:=16;
x_2:=4;
x_3:=3;
x_4:=ref(close,1);
x_5:=ref(max(high,x_4),1);
x_6:=ref(min(low,x_4),1);
jx:if(close>500,sum(amount,0)/sum(vol,0),sum(amount,0)/sum(vol,0)/100);
macs:ma((x_5-x_6)/ref(close,2)*100,5)/x_2;
x_7:=ref(vol,1)/ref(ma(vol,5),1)<1.5;
shbzf:if(x_7,100*ma((ref(high,1)-ref(low,1))/ref(close,2),5),100*(ref(high,1)-ref(low,1))/ref(close,2))/3;
emacs:ema((x_5-x_6)/ref(close,2)*100,5)/4;
notext前收盘价:ref(close,1);
notext上市周期:barssince(close);
notextma5:ma(close,5);
notextma10:ma(close,10);
notextma20:ma(close,20);
notextma60:ma(close,60);
notextrma5:ref(ma(close,5),1);
notextrma10:ref(ma(close,10),1);
notextrma20:ref(ma(close,20),1);
notextrma60:ref(ma(close,60),1);
notext大盘价位:indexc;
notext昨日大盘:ref(indexc,1);
{好公式网www.goodgongshi.com}
x_8:=6.6;
x_9:=95;
ggs1:if(ref(close,1)/ref(close,2)>1.04 or ref(close,1)/ref(close,2)<0.97,x_9-3.2,x_9);
ggb1:if(ref(close,1)/ref(close,2)>1.04 or ref(close,1)/ref(close,2)<0.97,x_8+3.2,x_8);
x_10:=(close-llv(low,89))/(hhv(high,89)-llv(low,89))*100;
{好公式网www.goodgongshi.com}
x_11:=sma(x_10,14,1);
x_12:=sma(x_11,5,1);
x_13:=3*x_11-2*x_12;
k1:ema(x_10,14);
d1:ema(x_12,5);
j1:3*k1-2*d1;
x_14:=ema(ema(ema(close,x_1),x_1),x_1);
x_15:=(x_14-ref(x_14,1))/ref(x_14,1)*100;
var2:x_15<0;
var3:x_15>0;
x_16:=ema(sma((close-llv(low,100))/(hhv(high,100)-llv(low,100))*100,8,1),3);
var5:x_16<34;
x_17:=count(var5,10);
x_18:=time2<133000;
var8:x_17>0 and var3>0 and x_16>34 and x_18>0;
x_19:=5;
x_20:=10;
x_21:=if(period=1,5,if(period=2,15,if(period=3,30,if(period=4,60,if(period=5,totalfznum,1)))));
x_22:=mod(fromopen,x_21);
x_23:=if(x_22<0.5,x_21,x_22);
vvol:if(currbarscount=1 and dynainfo(8)>1,vol*x_21/x_23,drawnull),nodraw;
xnl:vvol/ref(vol,1)>x_3;
-------------------------------------------
{智能分时买卖}
tt2:=1000;
jdfx:="shbx.jx";
jxx:=if(close>500,sum(amount,0)/sum(v,0),sum(amount,0)/sum(v,0)/100);
zb0:=(barslast(((hour = 9) and (minute = 31))) + 1);
zb1:=jxx;{好公式网www.goodgongshi.com}
zb2:=(sum((close * vol),0) / sum(vol,0));
zb3:=(((setcode = 0) or (setcode = 1)) and (close < 500));
hhh:=if(((setcode < 2) and (const(zb0) < 241)),const(if((time < tt2),hhv(close,0),sum((if((time = tt2),1,0) * hhv(close,0)),0))),drawnull);
lll:=if(((setcode < 2) and (const(zb0) < 241)),const(if((time < tt2),llv(close,0),sum((if((time = tt2),1,0) * llv(close,0)),0))),drawnull);
zb6:=if(zb3,zb1,zb2);
zb7bak:="shbx.macs#day";
zb7:="shbx.shbzf#day";
zb8:=(zb7 * 1.3);{好公式网www.goodgongshi.com}
zb9:=((close>ref(close,1)) and ((close/zb6)>(1+(zb7/100))));
zb10:=((close < ref(close,1)) and ((close / zb6) < (1 - (zb7 / 100))));
hh1:((ref(sum(zb9,0),1) = 0) and (sum(zb9,0) = 1)),nodraw;
drawtext_fix(1,0.5,0,0,con2str(hh1,2));
ll1:((ref(sum(zb10,0),1) = 0) and (sum(zb10,0) = 1)),nodraw;
zb13:=(sum(hh1,0) * cross(count((close < ref(close,1)),barslast(hh1)),0.5));
zb14:=(sum(ll1,0) * cross(count((close > ref(close,1)),barslast(ll1)),0.5));
cs1:const(sum(if(zb13,ref(close,1),drawnull),0)),linethick2,colorgreen;
cb1:const(sum(if(zb14,ref(close,1),drawnull),0)),linethick2,colormagenta;
hh2:=cross(sum((zb9 and (close > (cs1 * (1 + (zb8 / 100))))),0),0.5),nodraw;
ll2:=cross(sum((zb10 and (close < (cb1 * (1 - (zb8 / 100))))),0),0.5),nodraw;
zb19:=(sum(hh2,0) * cross(count((close < ref(close,1)),barslast(hh2)),0.5));
zb20:=(sum(ll2,0) * cross(count((close > ref(close,1)),barslast(ll2)),0.5));
cs2:const(sum(if(zb19,ref(close,1),drawnull),0)),colorgreen;
cb2:const(sum(if(zb20,ref(close,1),drawnull),0)),colormagenta;
drawtext((zb13 or zb19),(ref(close,1) * 1.001),'卖'),coloryellow;
drawtext((zb14 or zb20),(ref(close,1)*0.999),'买'),coloryellow;
zs:ref(close,1);
上一指标公式:冰糖葫芦选股下载
下一指标公式:美人如玉剑如虹txt副图指标下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文最好的智能分时买卖下载仅供学习研究。