PirDpo 外汇EA

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

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

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

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

有需要,请联系站长!

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

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

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

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


Description

PirDpo is a mean reversion trading robot that works only LONG. It can be used on several indexes like sp500, dow jones 30, eurostoxx
50, dax 30, etc., on a

daily timeframe.

It basically applies this algorithm:

  1. Calculate detrended price with this formula detrend = (close – simple_moving_average(length))/simple_moving_average(length)
  2. if detrend <= min(detrend,length) the BUY
  3. SELL after timeExit days

Key Features

  1. Absence of dangerous algorithms.
  2. It works just when the bar is closed.
  3. Easy to use, optimization required if you want to apply it to other instruments.

Description of the Main Expert Advisor Settings

  • magicNumber: self-explicative
  • length: lookback period to calculate the detrended price.
  • timeExit: maximum number of days in position.
  • fixedlots: if this parameter is not equal to zero, the EA will open trades using this lot size. 
    This parameter takes precedence on maxRisk.
  • maxRisk: if this parameter is not equal to zero, the EA will open trades using a variable lot size, risking a fix
    percentage of the account. For instance, if maxRisk is equal to 1.0, an order will be opened for X lots, but the stop loss will be
    around 1.0% of the account. Due to roundings and different calculations, the maximum risk cannot be exactly 1.0%, but it will be a
    number really close to it (most of the times a bit bigger).
  • stp: stop loss expressed in percentage from the entry price.
  • tgt: profit target expressed in percentage from the entry price.

    Suggested parameters for SP500 index

    • length = 14
    • timeExit = 9
    • stp = 3.0
    • tgt = 5.0

    Time frame DAILY

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