顺水外汇EA交易网MT4

标题: macd 怎么加仓呢 [打印本页]

作者: wthyang    时间: 2016-3-26 00:23
这个是改编的
作者: wthyang    时间: 2016-3-26 00:23
标题: macd 怎么加仓呢
请问macd如何加仓呢?我想写个macd交叉时自动加仓的指标,在我忙的时候可以自己加仓,然后我手动平仓。问题是我写的这个代码,它会在一瞬间开了所有仓,不会每次MACD交叉加仓。 请问该如何修改,谢谢。

作者: wthyang    时间: 2016-3-26 08:30

input double TakeProfit    =50;
input double Lots          =0.1;
input double TrailingStop  =30;
input double MACDOpenLevel =3;
input double MACDCloseLevel=2;
input int    MATrendPeriod =26;
extern int zq30m=PERIOD_M30;
//+------------------------------------------------------------------+
//|                                                                  |
//+------------------------------------------------------------------+
void OnTick(void)
  {
  
   
   double MacdCurrent30M,MacdPrevious30M;
   double SignalCurrent30M,SignalPrevious30M;

   int    ticket,total;
   
   if(BarsSignalCurrent30M && MacdPrevious30M0)
           {
            if(OrderSelect(ticket,SELECT_BY_TICKET,MODE_TRADES))
               Print("BUY order opened : ",OrderOpenPrice());
           }
         else
            Print("Error opening BUY order : ",GetLastError());
         return;
        }
        
               
      //--- exit from the "no opened orders" block
      return;
     }
//--- it is important to enter the market correctly, but it is more important to exit it correctly...   
   
//---
  }
//+------------------------------------------------------------------+

作者: stvyeap    时间: 2016-3-26 08:30

你這個是MT4自帶的EA嗎?

作者: 911521    时间: 2016-3-26 11:20
顶贴我也不会

作者: OTTO    时间: 2016-3-26 12:00
真的不明白

作者: jacky0218    时间: 2016-3-26 23:52
学习学习~~~~~~~~~
作者: mfyt    时间: 2016-3-27 10:42
下载学习
作者: tianxia7    时间: 2016-3-27 21:58
三分分分分分分分
作者: wthyang    时间: 2016-3-30 23:07
没人会吗
作者: sjy440225    时间: 2016-4-1 13:39
学学,我就想找个加仓的指标
作者: EUR168    时间: 2016-4-20 14:16
感谢分享
作者: wvhui    时间: 2016-10-17 23:27
继续下载看这个如何




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