海龟头寸{分析家通用}
海龟头寸{大智慧,分析家通用}
variable:daycount=1,positioncount=1,sellsign=0;
variable:entandexitsign=1,entpoint=0,exitpoint=0;
variable:true=1,false=0,n=0;
tr:=max(high,close[1])-min(low,close[1]);
if barpos>=20 then begin
if barpos=20 then
n:=ma(tr,20);
if daycount=5or barpos=20 then begin{5天调整n值}
n:=(19*n+tr)/20;{计算n值}
daycount:=1;
end
daycount:=daycount+1;
entpoint:=enterbars+1;
if entpoint=entandexitsign then begin{说明stop指令买进头寸成功}
positioncount:=positioncount+1;{头寸计数}
sellsign:=true;{开始以stop卖出,如果达到指定的价格}
end
if positioncount=1 then begin{第一头寸}
how:=cash*0.01/n;{波动性百分比决定头寸规模}
buy(how,stop,hhv(h,20));{在20日新高stop指令买进}
end
if positioncount=2 then begin{如到第二头寸}
how:=cash*0.01/n;{波动性百分比决定头寸规模}
buy(how,stop,enterprice+0.5*n);{在上头寸(即第一头寸)+0.5个n以stop指令买进}
end
if positioncount=3 then begin{如到第三头寸}
how:=cash*0.01/n;
buy(how,stop,enterprice+0.5*n);{在上头寸(即第二头寸)+0.5个n以stop指令买进}
end
if positioncount=4 then begin
how:=cash*0.01/n;
buy(how,stop,enterprice+0.5*n);
end
if sellsign=true then begin
exitpoint:=exitbars+1;
if exitpoint=entandexitsign then begin{说明卖出成功}
positioncount:=1;{头寸计算复原}
sellsign:=false;
end
if enterprice-2*n<0 then begin
sell(100%,stop,llv(l,10));{退出离盈利头寸}
end
sell(100%,stop,enterprice-2*n);{退出亏损头寸}
end
end;
上一指标公式:低买高卖分时主副图昨买今卖真正两天的买卖选股方法公式下载 大智慧买卖选股
下一指标公式:涨跌动因—DZH副图公式下载 大智慧源码涨跌
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文海龟头寸{分析家通用}公式下载 大智慧海龟分析家仅供学习研究。