公式网 股票指标公式源码分享 登录 注册
公式指标平网
未来函数检测
首页 金钻指标 通达信公式 大智慧公式 同花顺公式 文华财经公式 东财通公式 飞狐公式 操盘手公式 其他公式 公式解答 股票软件 股票池
当前位置:→ 公式网 > 其他公式 > 金字塔公式 > 正文 → 正文

公布一个实盘稳定盈利的股指策略[金字塔模型]

发布时间:2015/10/23 17:09:05  浏览次数:

runmode:0;
 input:V1(1,1,100,1);
 input:f1(0.4);
 input:f2(0.07);
 input:f3(0.18);
 input:m(0.9);
 input:x(3,1,10,1);
  
 variable:up=0;
 variable:bsetup=0;
 variable:senter=0;
 variable:benter=0;
 variable:bbreak=0;
 variable:sbreak=0;
 variable:ltoday=0;
 variable:h0=999999;
 variable:sn=0;
 variable:div=0;
 variable:rf=false;

 i:=m*(callstock(stklabel,vtopen,6,0)/100);

 if barpos=1 then begin
 sn:=0;
 div:=max(x,1);//xdiv
 end

 hh:ref(h0,1),noaxis;
          cc:=ref(close,1);
 ll:=ref(ltoday,1);

 if date>ref(date,1) then begin
 sn:=sn+1;

 up:=hh+f1*(cc-ll);
 senter:=((1+f2)/2)*(hh+cc)-f2*ll;
 benter:=((1+f2)/2)*(ll+cc)-f2*hh;
 bsetup:=ll-f1*(hh-cc);
 bbreak:=up+f3*(up-bsetup);
 sbreak:=bsetup-f3*(up-bsetup);

 h0:=high;
 ltoday:=low;

 rf:=hh-cc>=0.2{rangemin};
 end

 if high>h0 then h0:=high;
 if low=opentime(1) and time=2 and rf then begin
 if h0>=up and holding>=0 then begin
 if low=benter-(bsetup-ltoday)/div then begin
 if high>=benter-(bsetup-ltoday)/div then begin
 sellshort(1,v1,thisclose);
 buy(1,v1,thisclose);
 end
 end
 end

 if holding=i then
 sellshort(1,v1,thisclose);
 end

 if holding>0 then begin
 if enterprice-low>=i then
 sell(1,v1,thisclose);
 end

 if holding=0 then begin
 if high>=bbreak then
 buy(1,v1);
 end

 if holding=0 then begin
 if low=closetime(0)-500 then begin
 if holding0 then
 sell(1,v1);
 end
资产:asset,noaxis,coloryellow,linethick2;

 

资源下载链接   资源大小:unknow

手机移动版 - 关于我们 - 联系我们 - 广告合作 - 下载声明 - 网站帮助 - 友情链接 - 网站地图 - TOP
湘ICP备09016573号-3 增值电信业务经营ICP许可证:湘B2-20210269 湘公网安备43108102000039号
Copyright © GSZX.COM.CN ,All Rights Reserved.
股票公式,股票指标,股票软件,股票知识