Capital ATR 外汇EA

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

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

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

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

有需要,请联系站长!

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

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

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

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


Expert Advisor (EA) for MetaTrader 4 (MT4) platform, named MTRADER. Its primary strategy appears to be a grid trading strategy based on moving averages and average true range (ATR) volatility.

Here’s a breakdown of its key components and functionalities:

  1. Initialization Parameters:

    • It defines various input parameters such as Moving Average Type (Simple, Exponential, Smoothed, or Linear Weighted), Moving Average Period, ATR Period, ATR Factor, Initial Lot Size, etc. These parameters can be adjusted by the user according to their trading preferences.
  2. Initialization Function (OnInit):

    • This function is called when the EA is initialized. In this script, it simply returns INIT_SUCCEEDED , indicating successful initialization.
  3. CheckTradeHistory Function:

    • This function checks the trade history to adjust lot sizes based on consecutive losses. It counts the number of consecutive losing trades for both buy and sell orders and adjusts the lot size accordingly.
  4. NormalizeLotSize Function:

    • This function ensures that the lot size remains within the minimum and maximum allowed values for trading on the specific symbol.
  5. OnTick Function:

    • This function is executed on every tick (price change) of the symbol.
    • It calculates the moving average (based on the selected type) and the ATR.
    • It then checks for open orders and their type (buy or sell).
    • If there are no open orders, it checks if conditions are met to open new buy or sell orders based on the grid strategy.
    • If there are open orders, it checks if conditions are met to close them (e.g., if price crosses the moving average).
    • It handles order opening and closing, and also includes features like Take Profit (TP) based on ATR, lot size normalization, and error handling.

图片[1]-Capital ATR 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站

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