文华与开拓者通用的dualthrust系统策略[文华财经]公式 公式源码指标源码
- 指标公式类型:其他公式
- 公式推荐星级:
- 指标公式安全:已通过5款杀毒软件查杀,请放心下载!
- 公式更新时间:2018-05-16 20:56:01
- 指标公式标签:开拓者
- 公式运行环境: WinXP/Win7/Win8/Win10/Win All
- 指标公式语言:用简体中文编写
指标公式详细说明
好公式网(www.goodgongshi.com)告诉您:当前正要下载:文华与开拓者通用的dualthrust系统策略[文华财经]公式 公式源码指标源码
- dual thrust系统原形
开拓者tb源码:
- inputs: k1(.5),k2(.5),mday(1),nday(1);
- vars: buyrange(0), sellrange(0);
- vars: buytrig(0),selltrig(0);
- vars: hh(0),ll(0),hc(0),lc(0);
- //程序化交易 www.cxh99.com
- if currentbar > 1 then begin
- hh = highest(high,mday);
- hc = highest(close,mday);
- ll = lowest(low,mday);
- lc = lowest(close,mday);
- if (hh - lc) >= (hc - ll) then begin
- sellrange = hh - lc;
- end else begin
- sellrange = hc - ll;
- end;
- hh = highest(high,nday);
- hc = highest(close,nday);
- ll = lowest(low,nday);
- lc = lowest(close,nday);
- if (hh - lc) >= (hc - ll) then begin
- buyrange = hh - lc;
- end else begin
- buyrange = hc - ll;
- end;
- buytrig = k1*buyrange;
- selltrig = k2*sellrange;
- if marketposition = 0 then begin
- buy at open of next bar + buytrig stop;
- sell at open of next bar - selltrig stop;
- end;
- if marketposition = -1 then begin
- buy at open of next bar + buytrig stop;
- end;
- if marketposition = 1 then begin
- sell at open of next bar - selltrig stop;
- end;
- end;
- 文华财经源码:
m:=1;
m1:=1;
k1:=0.5;
k2:=0.5;
n:=barslast(date<>ref(date,1))+1;
oo:=valuewhen(date<>ref(date,1),o);
hh1:=ref(hhv(h,n*m),n);
ll1:=ref(llv(l,n*m),n);
hc1:=ref(hhv(c,n*m),n);
lc1:=ref(llv(c,n*m),n);
hh2:=ref(hhv(h,n*m1),n);
ll2:=ref(llv(l,n*m1),n);
hc2:=ref(hhv(c,n*m1),n);
lc2:=ref(llv(c,n*m1),n);
sellr:=ifelse((hh1-lc1)>=(hc1-ll1),hh1-lc1,hc1-ll1);
buyr:=ifelse((hh2-lc2)>=(hc2-ll2),hh2-lc2,hc2-ll2);
bt:=k1*buyr;
st:=k2*sellr;
buyp:=oo+bt;
sellp:=oo-st;
//程序化交易 www.cxh99.com
h>=buyp&&c>=max(o,buyp),bpk;
l<=sellp&&c<=min(o,sellp),spk;
autofilter;
>>>使用本站搜索工具可以找到更多“文华与开拓者通用的dualthrust系统策略[文华财经]公式 公式源码指标源码”
指标公式下载地址
好公式网提供全网最全的指标公式软件,感谢您的支持!鼠标双击图片可看大图!下载请点击右侧“立即下载”,如只有源码,请点击本页面右侧的导入方法按图导入!本站指标基于网友分享,仅供研究自学,勿作他用,本站对下载使用不承担任何责任!
指标公式下载注意
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文文华与开拓者通用的dualthrust系统策略[文华财经]公式 公式源码指标源码仅供学习研究。