程序化交易模型源码:
a:=(3*close+low+open+high)/6;
bb:(20*a+19*ref(a,1)+18*ref(a,2)+17*ref(a,3)+16*ref(a,4)+15*ref(a,5)+14*ref(a,6) +13*ref(a,7)+12*ref(a,8)+11*ref(a,9)+10*ref(a,10)+9*ref(a,11)+8*ref(a,12) +7*ref(a,13)+6*ref(a,14)+5*ref(a,15)+4*ref(a,16)+3*ref(a,17)+2*ref(a,18)+ ref(a,20))/210,coloryellow;
dd:=ma(bb,10),coloryellow;
kg1:=vol>ref(hhv(vol,6),1);
w2:=open-close;
hh1:= ifelse (h<ref(h,2)&&ref(h,1)<ref(h,2),ref(h,2),0);
ll1:= ifelse (l>ref(l,2)&&ref(l,1)>ref(l,2),ref(l,2),0);
hh2:=valuewhen(hh1>0,hh1);
ll2:=valuewhen(ll1>0,ll1);
ka1:= ifelse (close>hh2,-3,ifelse(close<ll2,1,0));
ka2:=valuewhen(ka1<>0,ka1);
ga:=ifelse(ka2=1,hh2,ll2);
ga1:=valuewhen(islastbar,ga);
drawnumber(l>0,ga1,ga1,0,colorblue);
w1:=ka2;
u1:=(high+low+close*2)/4;
ht:= ifelse (open>close,open,close);
lt:= ifelse (open<close,open,close);
drawline(w1=1,high,w1=1,ht,colorblue);
drawline(w1=1,low,w1=1,lt,colorblue);
drawline(w1=-3,high,w1=-3,ht,colorred);
drawline(w1=-3,low,w1=-3,lt,colorred);
stickline(w1>0,open,close,colorblue,1);
stickline(w1<=0,open,close,colorred,1);
d:= valuewhen(kg1, (high+low)/2);stickline(w2>0&&w1<=0,open,close,colorred,0);
stickline(w2>0&&w1>0,open,close,colorblue,0);
ho:= high >ref( high,1) &&high >ref(high,2) && high >=refx(high,1) && ifelse(high =refx(high,2), high >refx(high,3), high >refx(high,2));
fxh:=cross(ho,0.9);
hh:=ref(high,barslast(fxh));
lo:= low <ref(low,1) && low <ref(low,2) && low <=refx(low,1) && ifelse(low =refx(low,2), low <refx(low,3), low <refx(low,2));
fxl:=cross(lo,0.9);
ll:=ref(low,barslast(fxl));
stickline(close,hh,hh-0.0001,colormagenta,0);
stickline(close,ll,ll-0.0001,colorlightblue,0);
w2>0&&w1<=0,bpk;
w2>0&&w1>0,spk;
autofilter;
点击复制上述代码粘贴到到公式管理器
上一指标公式:红黑三兵日内交易模型[文华财经]公式 公式源码指标源码
下一指标公式:双线交叉模型[文华财经]公式 交叉源码指标源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文文华WH3经典多空交易模型[文华财经]公式 多空模型指标源码仅供学习研究。