支持中心 帮助文档 联系我们
📱 微信: 18391752892 | 💬 QQ: 3313198376 | ✈️ Telegram | 📧 fishfx123@gmail.com
EURUSD 1.0856 +0.12% GBPUSD 1.2678 +0.08% USDJPY 149.23 -0.15% XAUUSD 2034.56 +0.34% EURUSD 1.0856 +0.12% GBPUSD 1.2678 +0.08% USDJPY 149.23 -0.15% XAUUSD 2034.56 +0.34%

PirDpo

👤 作者: Andrea Ferrino

2.5 分

¥0.00

📌 版本: v1.0
📥 下载: 0
⭐ 评分: 2.5

📝 产品详情

PirDpo

作者Andrea Ferrino
版本v1.0
更新2019-10-19T09:36:05
激活数53855

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






    安全须知

    本产品仅通过 MQL5.com 官方渠道获取。其他渠道版本可能缺少完整功能和技术支持。

    EA 配置

    交易品种XAUUSD
    时间框架H1 (推荐)
    推荐经纪商IC Markets, IC Trading
    最低存款$300 / 0.01手

    📸 截图预览