当前位置:→ 金字塔公式 → 正文
  • 5分钟通道策略(金字塔程序化 源码 贴图)

  • 相关简介:金字塔软件下 5分钟通道策略 5分钟通道策略旨在捕捉趋势行情中在上升或者下降通道内的震荡, 即捕捉市场中有意义的回撤,通过短线持有以获得小额收益的积累。 应用周期:5分钟 } //定义参数 Input:N(12,1,100,1);//均线和标准差参数 Num:=1;//开仓手数 //中间变量 Ma10:Ma(c,N);//10日均线 Std1:=Std(c,N);//一个标准差 Upper:=Ma10+Std1;//通道上轨 Bottom:=Ma10-Std1;//通道下轨 BuyCond:=h

  • 文章来源:发布时间:2016-04-02浏览次数:下载次数:0收藏:

金字塔软件下 5分钟通道策略
5分钟通道策略旨在捕捉趋势行情中在上升或者下降通道内的震荡,
 即捕捉市场中有意义的回撤,通过短线持有以获得小额收益的积累。
 应用周期:5分钟
}
 //定义参数
Input:N(12,1,100,1);//均线和标准差参数
Num:=1;//开仓手数
//中间变量
Ma10:Ma(c,N);//10日均线
Std1:=Std(c,N);//一个标准差
Upper:=Ma10+Std1;//通道上轨
Bottom:=Ma10-Std1;//通道下轨
BuyCond:=h>ref(h,1) and l>ref(l,1) and l<=Bottom;//上涨趋势中价格触及下轨
SellCond:=h<ref(l,1) and l<ref(l,1) and h>=Upper;//下跌趋势中价格初级上轨开仓
//下单语句
if BuyCond then begin
 Sellshort(holding<0,0,market);//市价平空
Buy(holding=0,Num,market);//市价开多
end
 if SellCond then begin
 Sell(holding>0,0,market);//市价平多
BuyShort(holding=0,Num,market);//市价开空
end
 //止盈止损
Win_Buy:=h-enterprice>=2;//多头盈利2点
Win_Sell:=enterprice-l>=2;//空头盈利2点
Lose_Buy:=enterprice-l>=1.25;//多头亏损1.25点
Lose_Sell:=h-enterprice>=1.25;//空头亏损1.25点
//市价止盈止损
if Win_Buy and holding>0 then 多止盈:Sell(enterbars>0,0,market);
 if Win_Sell and holding<0 then 空止盈:Sellshort(enterbars>0,0,market);
 if Lose_Buy and holding>0 then 多止损:Sell(enterbars>0,0,market);
 if Lose_Sell and holding<0 then 空止损:Sellshort(enterbars>0,0,market);

5分钟通道策略(金字塔程序化 源码 贴图)

5分钟通道策略(金字塔程序化 源码 贴图)

  • 下载资源所需积分

    0

  • 当前拥有积分

    0

公式解密、改选股联系(有偿服务,非诚勿扰)点击查看详情...

网新系统使用说明!新手必读...
网VIP用户组必读...
说说看法 0

关于我们 - 联系我们 - 隐私政策 - 免责声明 - 下载帮助 - 广告合作 - SiteMap - TOP
增值电信业务经营ICP许可证:湘B2-20210269 
Copyright © 2021 铭网科技,All Rights Reserved.