Note

EA实验室[均线对冲策略]

· Views 111

本策略基于双均线金叉死叉进场,对冲盈利大于一个参数值平仓。 

EA实验室[均线对冲策略]
使用大周期均线做趋势判断引导小周期均线金叉死叉进场。
金叉按倍率加仓进场。
 if(启用倍投)
   {             
    if(多单单数()==0||空单单数()==0){多单变手下单量=基础下单量;空单变手下单量=基础下单量;} 
    if(多单单数()!=0||空单单数()!=0){
                                     多单变手下单量=NormalizeDouble(上一次订单的手数()*倍率,Digitslots);
                                     if( 多单变手下单量>AccountFreeMargin()/10000*允许的最大下单手数)
                                     {
                                     多单变手下单量=AccountFreeMargin()/10000*允许的最大下单手数;
                                     }
                                    }    
    if(多单单数()!=0||空单单数()!=0){
                                     空单变手下单量=NormalizeDouble(上一次订单的手数()*倍率,Digitslots);
                                     if( 空单变手下单量>AccountFreeMargin()/10000*允许的最大下单手数)
                                     {
                                     空单变手下单量=AccountFreeMargin()/10000*允许的最大下单手数;
                                     }
                                    }    
   }else{多单变手下单量=基础下单量;空单变手下单量=基础下单量;}
收益曲线如下图
 
EA实验室[均线对冲策略]
2个月收益3.5倍。

Disclaimer: The content above represents only the views of the author or guest. It does not represent any views or positions of FOLLOWME and does not mean that FOLLOWME agrees with its statement or description, nor does it constitute any investment advice. For all actions taken by visitors based on information provided by the FOLLOWME community, the community does not assume any form of liability unless otherwise expressly promised in writing.

FOLLOWME Trading Community Website: https://www.followme.com

If you like, reward to support.
avatar

Hot

弄好了可以挂个信号🙂
ea玩家
Author
@🏆福星🥇🥈🥉 先过实验阶段这关吧🙏,周末测试比特币,盈利目标参数设置小一点就做一次一单咯
复利可以买地球

-THE END-