Mql5官网 Grid and MACD 外汇EA

Mql5官网 Grid and MACD 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
Mql5官网 Grid and MACD 外汇EA
此内容为免费资源,请登录后查看
0积分
免费资源

如果免费资源下载的文件为TXT文档

请联系站长更新!站长微信:Lv596999  Telegram:@eapoj

“Mql5官网”板块的EA基本都有,大部分是无限制NODLL版,NODLL版本MT1420升级,大多数不可用!这些EA来源为国外花钱买过来的

有需要,请联系站长!

“EA测评”板块资源全部现有,看见不错的,可以联系站长看EA在确定是否收费

“无限制EA”板块,大部分免费,下载文件全部存在,都可以免费下载

站长硬盘EA太多,因大部分时间做交易,做风控,没太多时间更新下载地址,请谅解!

需要更新下载文件,请联系站长微信!国外朋友请联系Telegram。


This is a grid Expert Advisor. It has several trading strategies based on the MACD indicator. The virtual trailing stop, stop loss, take profit levels can be set pips, in the deposit currency or as a percentage of the balance. Depending on the settings, different orders may be opened for diversifying risks. Their closure can be either an oppositely directed or unidirectional basket of orders.

The orders grid is adaptive, only market orders are used in it. If the price moves the distance of OrderOpenStop+OrderOpenStep in the direction opposite to the opened order, then a virtual level for opening a new order is set. If the price continues moving in the opposite direction from the open order, the previously set order opening level is trailed after the price. If the price touches or crosses a given level, a deal is opened. This achieves the most profitable price for opening positions in the order grid. The lot size of the orders in the grid is calculated as: specified lot per 1000 units of the base currency, multiplied by the coefficient or with the specified additional lot.

Strategies

  • Strategy – select the strategy;
    • MACD – buy – the MACD indicator histogram crosses the signal line upwards, the histogram should be lower than the zero level and lower than the signal line before the intersection. For the sell deals, all these conditions are opposite.
    • MACDSample – strategy based on MACD, but taking into account the value of the TrendPeriod moving average, which should be higher on the current bar than on the previous bar, that is, rising (for buys). A deal is opened if one more condition is met – the absolute value of the histogram is greater than the value of the OpenLevel parameter (specified in the input parameters), multiplied by the point value of the current instrument in the quote currency. For the sell deals, all these conditions are opposite (except the last one).

Indicator Parameters

  • TimeFrame – timeframe of the MACDI indicator.
  • FastEma – fast MA period.
  • SlowEma – slow MA period.
  • Signal – signal line period.
  • OpenLevel – absolute value of the histogram.
  • TrendPeriod – value of the moving average.
  • AppliedPrice – price type.
    • PRICE_CLOSE – Close price.
    • PRICE_OPEN – Open price.
    • PRICE_HIGH – High price for the period.
    • PRICE_LOW – Low price for the period.
    • PRICE_MEDIAN – median price, (high+low)/2;
    • PRICE_TYPICAL – typical price, (high+low+close)/3;
    • PRICE_WEIGHTED – weighted average price, (high+low+close+close)/4;
  • Shift – shift;

Main Parameters

  • LotsFor1000 – initial lot size per 1000 units of base currency.
  • LotMultiplier – lot multiplier for subsequent orders; if – 1, does not change.
  • AddLot – additional lot for subsequent orders; if – 1, does not change.
  • TradeMethod – trading method:
    • Unidirectional – trading is performed in one direction.
    • Multidirectional – trading can be performed in two directions simultaneously.
  • OrderOpenStop – distance from the last opened order to place the order grid.
  • OrderOpenStep – distance from the current price to set the level for opening a new order in the order grid.
  • LevelsMethod – method for setting take profit/stop loss.
    • Unidirectional – separate, for the basket of unidirectional orders.
    • Multidirectional – common, for the basket of oppositely directed orders.
  • LevelsMode – select the take profit/stop loss mode:
    • Pips – in pips.
    • Money – in the deposit currency.
    • Percent – in balance %.
  • StopLoss – stop loss; not used if -1.
  • TakeProfit – take profit; not used if -1.
  • TrailingMethod – trailing stop operation method:
    • Unidirectional – close the basket of unidirectional orders.
    • Multidirectional – close the basket of oppositely directed orders.
  • TrailingMode – select the trailing stop mode:
    • Pips – in pips.
    • Money – in the deposit currency.
    • Percent – in balance %.
  • TrailingStop – trailing stop distance.
  • TrailingStep – trailing step.
  • MagicNumber – EA ID, if -1 the EA will work with all orders.
  • Comment – comment to trades.

© 版权声明
THE END
喜欢就支持一下吧
点赞73 分享