顺水外汇EA交易网MT4

标题: Rsi超买(卖)+比例跟踪止损EA [打印本页]

作者: wjydjf    时间: 2018-1-11 00:43
标题: Rsi超买(卖)+比例跟踪止损EA
这个EA根据Rsi买卖,在现价和开仓价之差的一定比例处设置跟踪止损。
[attach]12488[/attach]

作者: chenhuade6000    时间: 2018-1-11 02:12
void CraduallySell ()               
{
  double OpenPrice = OrderOpenPrice();
  double lot=OrderLots();            
  
  for (int yi=1;yi<=GraduallyNum;yi++)
   {
          if (NormalizeDouble((OpenPrice - Ask)/Point,0) == NormalizeDouble(TrailingStop/GraduallyNum*yi,0))
            {            
        
        if  (lot != NormalizeDouble(OriginalLot*(1-yi/GraduallyNum),2))
         {
           OrderClose(OrderTicket(),NormalizeDouble(OriginalLot/GraduallyNum,2),Ask,3,CLR_NONE);
         }
                     
            }
        }
}

作者: alienjwz    时间: 2018-1-11 03:07
1分钟交易是不能这样测试的,看你的模型质量就知道了,太低,真正实盘结果会和这个大相径庭,想要测试必须用tick数据
作者: 花开在眼前    时间: 2018-1-11 04:09
对于发了帖子从不维护的人 我一概不下载 哪怕不花钱 但回复只是为了赚金币
[attach]12489[/attach]

作者: tushaoye6    时间: 2018-1-11 04:29
EA不会玩。
作者: haoofz    时间: 2018-1-11 04:40
测试表格比较正规,实战不知如何啊。。。?
作者: xzhxie    时间: 2018-1-11 05:52
又赚了一个金币
作者: zw0806    时间: 2018-1-11 06:54
谢谢楼主分享!!!
作者: fx35    时间: 2018-1-11 07:13
谢谢楼主。在这个高手如云的论坛里,我期待学习更多
作者:    軍.    时间: 2018-1-11 07:30

[attach]12490[/attach]
[attach]12490[/attach]
[attach]12490[/attach]
[attach]12490[/attach]
[attach]12490[/attach]
[attach]12490[/attach]
[attach]12490[/attach]
[attach]12490[/attach]
[attach]12490[/attach]

作者:    軍.    时间: 2018-1-11 08:23











作者: wrf    时间: 2018-1-11 08:58
谢谢分享
[attach]12491[/attach]

作者: chengshiheng    时间: 2018-1-11 10:23
谢谢分享
作者: aspiration    时间: 2018-1-11 11:13












作者: whyhui    时间: 2018-1-11 12:25
ddddddddddddddddd
作者: whyhui    时间: 2018-1-11 12:51
ddddddddddd
作者: 中心永在    时间: 2018-1-11 13:53
刷刷金币,下载东西,不好意思




欢迎光临 顺水外汇EA交易网MT4 (http://waterforex.com/) Powered by Discuz! X3.2