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

金字塔PCB通道突破交易系统源码

发布时间:2015/10/25 7:10:26  浏览次数:

{ 策略名称:PCB
  交易品种:糖
 交易周期:5分钟
 入市策略:通道突破
 风险控制:收盘平仓
 资金管理:1手  }
金字塔公式 金字塔模型策略源码:runmode:0;

 input:period(20,5,100,5);
  variable:myasset=30000;
 
  entertime:=time>=092500 and time<=145500;
  exittime:=time>=150000;
 
  highest:=ref(hhv(high,period),1);
  lowest:=ref(llv(low,period),1);
 
  buycond:=entertime and high>=highest;
  buyprice:=max(open,highest);
 
  buyshortcond:=entertime and low<=lowest;
  buyshortprice:=min(open,lowest);
 
  if holding=0 and buycond then begin
  buy(1,1,limitr,buyprice);
  end
 
  if holding=0 and buyshortcond then begin
  buyshort(1,1,limitr,buyshortprice);
  end
 
  if holding>0 and exittime then begin
  sell(1,holding,limitr,close);
  end
 
  if holding<0 and exittime then begin
  sellshort(1,holding,limitr,close);
  end
 
  if exittime then
  myasset:=asset;
 
  资产:myasset,noaxis,colormagenta;
  次数:totaltrade,linethick0;
  收益:(myasset-30000)/30000,linethick0;
  胜率:percentwin,linethick0;
  连亏:maxseqloss,linethick0;
  连赢:maxseqwin,linethick0;

复制上述代码粘贴到到公式管理器

 

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

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