• 概述
  • 评论 (8)
  • 评论 (17)
  • 新特性

Lib5 EAPadPRO for MT5

4.5

用于将信息面板添加到您的 MetaTrader 5 EA 的库。

我们不能保证程序的信息和界面会让您在交易中获利,但我们可以肯定地说,即使是最简单的程序界面也能增强第一印象。

将我们的面板添加到您的智能交易系统的详细说明和说明在我们的博客中: LIB - EAPADPRO 分步说明

我们面板的详细说明和使用EAPADPRO 的说明

MetaTrader 4 库版本

添加的过程包括10 个步骤,我们的文章中详细介绍了它们。


安装库

  1. 从此站点安装库;
  2. 打开您的智能交易系统;
  3. 打开我们的示例和安装代码的分步指南,文件Exp - EAPADPRO LIBRARY TEST(可以在博客中找到) 
  4. 按照建议中的说明执行每个步骤,或使用我们网站上的分步说明。

EAPADPRO 个性化

本段描述了您可以在我们的面板中更改的所有内容:

  1. versionea - 面板中显示的智能交易系统版本;
  2. BMPLOGO - 显示在面板上的 BMP 60x60 顾问的徽标;
  3. icon - 您的专家的图标,显示在专家的属性中;
  4. defEANAME - 面板中显示的您的智能交易系统的名称;
  5. YourName - 您在面板中显示的姓名或昵称;
  6. 版权- 您的版权,显示在“EA 交易”的属性中;
  7. CreateInputs - 在面板上显示外部变量的功能。总共有10个这样的参数。填写的格式:“名称”、“值”;
  8. CreateStrategy - 在面板上显示您的策略值的功能。总共有10个这样的参数。填写的格式:“名称”、“值”;
  9. MagicForEaPadPRO = 0 - 幻数,将由我们的面板监视(所有信息均按幻数过滤),-1 = 面板将通过此符号从账户中获取所有头寸,0 = 仅手动(手)交易;
  10. MagicForEaPadPRO_Open = -1 - 幻数,将分配给从我们的面板打开的头寸;
  11. CommentForEaPadPRO = "" - 将分配给从我们的面板打开的头寸的注释;
  12. TypeFillingForEaPadPRO = 0 - 开盘时的填充订单类型,仅适用于终端 MT5;
  13. ShowBuySell = true - 显示“一键交易面板”(买入卖出)

使用条款

我们带有信息面板EAPADPRO 的图书馆分布在我们页面的反向链接上。

如果您想在市场或互联网上销售您的专家,您需要在产品描述中添加以下文字:

  1. EAPADPRO信息图形面板。
  2. 此 EAPADPRO面板的所有权利属于Vladislav  Expforex
  3. EAPADPRO信息面板的作者负责使用我们的面板顾问或指标。
  4. 我们EAPADPRO面板提供有关您的帐户交易的附加信息的目的而设计的。



评论 8
Nepomnjashchy
78
Nepomnjashchy 2023.12.16 02:08 
 

Пока все классно. тестируют

Xiaoyu Huang
6625
Xiaoyu Huang 2021.07.22 03:58 
 

good !

geo6688
44
geo6688 2021.03.07 05:51 
 

супер!

推荐产品
LT Mini Charts
Thiago Duarte
4.86 (7)
This is a utility indicator that creates mini charts on left side of the chart you are looking at. It is very useful to watch many timeframes simultaneously, without having to change between multiple charts. Its configuration is very simple. You can have up to 4 mini charts opened. They automatically load the template of the "parent" chart. If you have any doubt please contact me. Enjoy! This is a free indicator, but it took hours to develop. If you want to pay me a coffee, I appreciate a lot
FREE
Volume Weighted Average Price or VWAP is an indicator wich shows different average prices on chart. This is very useful to find strong negotiation price areas and as trend following. Configurations: Day, Week and Month - Show different VWAPs according to the period. You can change each line style on "colors" tab. Any doubt or suggestion please contact us. Enjoy! This is a free indicator, but it took hours to develop. If you want to pay me a coffee, I appreciate a lot   <3 PayPal, Skrill, Ne
FREE
Exact Time — detailed time on the seconds chart. The utility shows the opening time of the selected candle. This is necessary when working with seconds charts. For example, it can be used on a seconds chart built using the " Seconds Chart " utility, which helps to build seconds chart in the MT5 terminal. Use the CTRL key to turn on/off the time display on the chart.
FREE
Value Chart Candlesticks
Flavio Javier Jarabeck
4.75 (8)
The idea of a Value Chart indicator was presented in the very good book I read back in 2020 , " Dynamic Trading Indicators: Winning with Value Charts and Price Action Profile ", from the authors Mark Helweg and David Stendahl. The idea is simple and the result is pure genius: Present candlestick Price analysis in a detrended way! HOW TO READ THIS INDICATOR Look for Overbought and Oversold levels. Of course, you will need to test the settings a lot to find the "correct" one for your approach.
FREE
Levels of Pivots
Nikolay Mitrofanov
The utility draws reversal levels using the formulas for each of the selected number of candles: Pivot = (high + close + low) / 3 R1 = ( 2 * Pivot) - low S1 = ( 2 * Pivot) - high R2 = Pivot + (R1 -S1) R3 = high + ( 2 * (Pivot - low)) S2 = Pivot - (R1 - S1) S3 = low - ( 2 * (high - Pivot)) H = high L = low U = if the candle is bullish, then close. Otherwise - open D = if the candle is bullish, then open. Otherwise - close On any timeframe. After a new candle closes on the calculated timefr
FREE
MACD Colored ZeroLag
Farzin Sadeghi Bonjar
4.14 (7)
It is the MQL5 version of zero lag MACD that was available for MT4 here: https://www.mql5.com/en/code/9993 Also there was a colored version of it here but it had some problems: https://www.mql5.com/en/code/8703 I fixed the MT4 version which has 95 lines of code. It took me 5 days to write the MT5 version.(reading the logs and testing multiple times and finding out the difference of MT5 and MT4!) My first MQL5 version of this indicator had 400 lines of code but I optimized my own code again and n
FREE
Show Pips for MT5
Roman Podpora
4.59 (17)
This information indicator will be useful for those who always want to be aware of the current situation on the account. - More useful indicators The indicator displays data such as profit in points, percentage and currency, as well as the spread for the current pair and the time until the bar closes on the current timeframe. There are several options for placing the information line on the chart: - To the right of the price (runs behind the price); - As a comment (in the upper left corner
FREE
Tick Database — export of tick database from MT5 terminal to MT4. The utility provides access to the tick database in real time. This is necessary to generate synthetic charts in the MT4 terminal, which initially does not provide for loading a tick database. For example, you can organize permanent access to the tick database for the " Seconds Chart " utility, which create seconds charts in the MT4 terminal.
FREE
Trendline mt5 indicator
David Muriithi
3 (1)
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
Indicator measures strength of each currency in your list. Main idea: It simply iterates through all combinations of pairs and adds difference between open and close in percent. Parameters: List of currencies - what currencies will be calculated (maximum is 8) Calculation type - from which data will be strength calculated Calculation data input - used as input related to calculation type Symbol suffix - used in case of suffix on symbols, e.g: when your symbols look like EURUSDm, EURUSDmicro et
FREE
LT Trade Panel Lite
Thiago Duarte
4.67 (42)
Have you missed any tools or shortcuts in Meta Trader? Simple things that would make your daily trading much easier ? We have the solution for you: our Trade Panel! This is an EA tool (Expert Advisor) that, if configured to controll all symbols, needs to be loaded only once. This is the Lite version (free) of our tool. Professional version:   https://www.mql5.com/en/market/product/42658 Obs. Trade Panel has the power  to unpin from Me ta  T rader  to con trol all  the symbols wi thou t
FREE
MW Volume
Martin Bittencourt
4 (5)
The Martinware Volume indicator plots a colored moving average over volume bars. The coloring uses three colors and can be done in different ways choosable by the user and is applied both to the average as to the volume bars. Three types of coloring are possible: None: no coloring is done Increasing or decreasing: changes the color depending on the current value being bigger or lesser than the previous one Volume relative to average: colors vary if the current volume is bigger or lesser then
FREE
Swiss VWAPsimple
Terence Gronowski
5 (4)
Swiss VWAPsimple Motivation Did not find free VWAP that works, the one that I found craseh. So I created a VWAP which calculates values only for the actual day. So computer resouces are not over stressed. What is VWAP, how is it used?  VWAP stands for Volume Weighed Average Price, it calculates the running sum of tick volume and the runnung sum of price times tickvolume. The division of these sums result in a weighed price (Sum P*V/Sum V). The calculation starts normally at midnight. The value
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
PZ Trade Pad MT5
PZ TRADING SLU
4.19 (21)
This simple visual expert advisor allows you to trade easily from the chart. It handles risk management for you and can perform several useful tasks with your existing trades, saving time and making risk-management for each individual trade easier.  [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Trade easily from the chart Trade with precise risk management, hassle free Trade pending order with drag and drop price selection Set SL and TP levels with drag and drop pr
FREE
Trading panel for manual trading. Has a fairly wide functionality. Allows you to automatically calculate the order size, open both market and pending orders. It has a wide range of options for closing orders, it is possible to partially close orders, close orders after reaching a certain profit or loss, separately close profitable and unprofitable, buy and sell, as well as pending orders. The panel also contains a simple implementation of a grid of pending orders, reverse and lock functions, tr
FREE
Add a watermark in the background of your charts, containing the Stock Symbol followed by the current Timeframe, and the Symbol Description below it. Have you ever seen videos or screenshots of other platforms, boasting those great looking watermarks, and wondered why your MetaTrader5 doesn't have one? Well, I did... so I tried the very few options available in the Market at the time, but I still wanted to tweak everything exactly to my taste. So I developed my own solution, and now I am proud
FREE
PZ Goldfinch Scalper EA MT5
PZ TRADING SLU
3.64 (42)
这是我著名的剥头皮机Goldfinch EA的最新版本,它是十年前首次发布。它以短期内突然出现的波动性扩张为市场提供了头条:它假设并试图在突然的价格加速后利用价格变动的惯性。这个新版本已经过简化,使交易者可以轻松使用测试仪的优化功能来找到最佳交易参数。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 简单的输入参数可简化优化 可定制的贸易管理设置 交易时段选择 工作日选择 金钱管理 谨防... ick牛黄牛是危险的,因为许多因素都会破坏收益。可变的点差和滑点降低了交易的数学期望,经纪人的低报价密度可能导致幻像交易,止损位破坏了您获取利润的能力,并且网络滞后意味着重新报价。建议注意。 回溯测试 EA交易仅使用报价数据。请以“每笔交易”模式回测。 它根本不使用HLOC(高-低-开-关)数据 交易时间无关紧要 为了获得更好的性能,请为您希望在每个刻度线模式下交易的每个交易品种运行云优化。稍后分享! 输入参数 触发点:触发点差所需的价格变动。 (预设= 10) 最小时间窗口:价格波动发生的最短时间。 (默认= 3) 最长时间窗口:价格波
FREE
Introducing Grid Master MT5, your ultimate trading utility designed to revolutionize the management of single or multiple orders with unparalleled ease and effectiveness. Evaluation version of Grid Master MT5 Some limitations are applied: - Maximum of 3 orders per side (Buy/Sell) - Trailing Stop feature disabled Features: Clean and user friendly UI: With the benefits of fellow traders in mind, the graphical interface is beautifully designed to allow maximum clarity and effectiveness for managi
FREE
LT Donchian Channel
Thiago Duarte
4.75 (4)
Donchian Channel is an indicator created by Richard Donchian. It is formed by taking the highest high and the lowest low of the last specified period in candles. The area between high and low is the channel for the chosen period. Its configuration is simple. It is possible to have the average between the upper and lower lines, plus you have alerts when price hits one side. If you have any questions or find any bugs, please contact me. Enjoy!
FREE
Short description : TheTrendHunterMax   is a LIMITED VERSION tool that can be used either as a trading robot for automated trading or just a signal provider for manual trading.  As an EA, it uses the techniques we usually employ in trading like determining the highs and lows on the trading chart. With this, it determines the trend convergence and divergence in the chart. Combined with the volatility, price movements, it analyzes the possible order type that can be most profitable. By defaul
FREE
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.4 (30)
This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL. (you can change the colors). It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more powerful and reliable signals. Get them here: https://www.m
FREE
介绍适用于 MT5 的 NAS100 Auto SL 和 TP Maker: 有了我们的 NAS100 Auto SL 和 TP Maker,再也不会错过止损和止盈的设置,这是交易者在 MetaTrader 5 上浏览纳斯达克 100 市场时不可或缺的助手。该工具专为寻求自动管理止损和止盈水平的无缝解决方案的用户而设计。 主要功能 轻松实现自动化: 自动监控无止损和/或止盈的纳斯达克 100 指数交易。 根据用户配置设置动态调整水平。 订单类型的多样性: 兼容纳斯达克 100 指数的市价订单和挂单。 支持 MetaTrader 5 中的各种订单类型。 定制配置: 用户友好的参数设置允许自定义跟踪偏好和止损/止盈水平。 范围灵活: 可选择为其运行的特定 NAS100 工具或所有交易工具设置止损和止盈。 快速执行: 确保快速设置所需的 StopLoss 和/或 TakeProfit 值,无需等待新的 tick 即可迅速响应。 MetaTrader 5 兼容性: 与 MetaTrader 5 中的所有订单类型兼容,实现无缝集成。 使用 NAS100 Auto
FREE
PZ Penta O MT5
PZ TRADING SLU
4 (6)
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
After purchasing, you can request and receive any two of my products for free! После покупки вы можете запросить и получить два любых моих продукта бесплатно! The utility is designed for manual placement of pending orders at the high and low of yesterday. The program has a built-in trailing stop, virtual take profit and stop loss. Unworked orders are deleted at the end of the day or manually. You may be interested in my other products:  https://www.mql5.com/ru/users/vypchela/seller Settings
FREE
Aggression Volume
Flavio Javier Jarabeck
3.8 (20)
Aggression Volume Indicator is the kind of indicator that is rarely found in the MQL5 community because it is not based on the standard Volume data provided by the Metatrader 5 platform. It requires the scrutiny of all traffic Ticks requested on the platform... That said, Aggression Volume indicator requests all Tick Data from your Broker and processes it to build a very special version of a Volume Indicator, where Buyers and Sellers aggressions are plotted in a form of Histogram. Additionally,
FREE
A professional tool for trading - the divergence indicator between the  Stochastic and the price, which allows you to receive a signal about a trend reversal in a timely manner or catch price pullback movements (depending on the settings). The indicator settings allow you to adjust the strength of the divergence due to the angle of the  Stochastic peaks and the percentage change in price, which makes it possible to fine-tune the signal strength. The indicator code is optimized and is tested ver
FREE
This little tool helps you to define your risk management with a simple line dragging on the chart. It shows you the actual lot size calculated on account % or fixed money amount directly at the line. All you have to do is activate the line by pressing the "t" key on your keyboard and drag the line to your stop loss point. Thats it. In the settings you can define the color and width of line and text, also space of text to line and the right and you can set the risk in percent of account or fixed
FREE
AT Scalper
Maruthupandiyan
AT Scalper  Helps trader to place order seamlessly  Close mulitple position at a time Place SL or TP for multiple position in a click Place hedge order same time with predefined SL and TP Place multi layer pending order in a click Place martingale layer Be informed about SL and TP in currency Get to know time remaining in current candle Get to know current spread View PnL, Balance, Equity on screen
FREE
QuantumAlert RSI Navigator is a free indicator available for MT4/MT5 platforms, its work is to provide "alerts" when the market is inside "overbought and oversold" regions in the form of "buy or sell" signals. This indicator comes with many customization options mentioned in the parameter section below, user can customise these parameters as needful. Join our MQL5 group , where we share important news and updates. You are also welcome to join our private channel as well, contact me for the priva
FREE
该产品的买家也购买
OpenAI Library MT5
VitalDefender Inc.
该库旨在提供一种尽可能简单的方法,直接在MetaTrader上使用OpenAI的API。 要深入了解库的潜力,请阅读以下文章: https://www.mql5.com/en/blogs/post/756098 The files needed to use the library can be found here: Manual 重要提示:要使用EA,需要添加以下URL以允许访问OpenAI API  如附图所示 要使用该库,需要包含以下Header,您可以在以下链接找到:  https://www.mql5.com/en/blogs/post/756108 #import "StormWaveOpenAI.ex5" COpenAI *iOpenAI(string); CMessages *iMessages(void); CTools *iTools(void); #import 这就是您需要的所有信息,以便轻松使用该库。 以下是如何轻松使用该库并与OpenAI的API交互的示例 #include <StormWaveOpenAI.mqh>       //--- 包含用于A
Native Websocket
Racheal Samson
5 (2)
An   easy to use, fast,  asynchronous   WebSocket library  for MQL5. It supports: ws://   and   wss://  (Secure "TLS" WebSocket) text   and   binary   data It handles: fragmented message  automatically (large data transfer) ping-pong   frames  automatically (keep-alive handshake) Benefits: No DLL required. No OpenSSL installation required. Up to 128 WebSocket Connections from a single program. Various Log Levels for error tracing Can be synchronized to MQL5 Virtual Hosting . Completely native to
WalkForwardOptimizer MT5
Stanislav Korotky
3.86 (7)
WalkForwardOptimizer library allows you to perform rolling and cluster walk-forward optimization of expert advisers (EA) in MetaTrader 5. To use the library include its header file WalkForwardOptimizer.mqh into your EA source code, add call provided functions as appropriate. Once the library is embedded into EA, you may start optimization according to the procedure described in the User guide . When it's finished, intermediate results are saved into a CSV file and some special global variables.
AO Core
Andrey Dik
3 (2)
AO Core is the core of the optimization algorithm, it is a library built on the author's HMA (hybrid metaheuristic algorithm) algorithm. An example of using AO Core is described in the article: https://www.mql5.com/ru/articles/14183 https://www.mql5.com/en/blogs/post/756510 This hybrid algorithm is based on a genetic algorithm and contains the best qualities and properties of population algorithms.  High-speed calculation in HMA guarantees unsurpassed accuracy and high search capabilities,
该库将允许您使用任何 EA 来管理交易,并且非常容易集成到任何 EA 上,您可以使用描述中提到的脚本代码以及显示完整过程的视频演示示例自行完成。 - 下限价、止损限价和止盈限价订单 - 下达市场订单、SL 市场订单、TP 市场订单 - 修改限价订单 - 取消订单 - 查询订单 - 更改杠杆、保证金 - 获取位置信息 和更多... 租赁加密货币图表是可选的,除非您的 MT5 上没有币安图表。 对于脚本演示:单击此处 如果您想与交易面板进行交易,您可能对此产品感兴趣 该产品是加密图表的插件 该库将允许您使用任何 EA 来管理交易,并且非常容易集成到任何 EA 上,您可以使用描述中提到的脚本代码以及显示完整过程的视频演示示例自行完成。 - 下限价、止损限价和止盈限价订单 - 下达市场订单、SL 市场订单、TP 市场订单 - 修改限价订单 - 取消订单 - 查询订单 - 更改杠杆、保证金 - 获取位置信息 和更多... 租赁加密货币图表是可选的,除非您的 MT5 上
T5L Library is necessary to use the EAs from TSU Investimentos, IAtrader and others. It contains all the functions framework needed to Expert Advisors working properly.  ツ - The Expert Advisors from  TSU Investimentos does not work without this library,  the T5L library can have updates during the year - At this Library you will find several funcionalities like order sends, buy and sell, trigger entry points check, candlestick analyses, supply and demmand marking and lines, and much more. 
The library is dedicated to help manage your trades, calculate lot, trailing, partial close and other functions. Lot Calculation Mode 0: Fixed Lot. Mode 1: Martingale Lot (1,3,5,8,13) you can use it in different way calculate when loss=1 ,when profit=0. Mode 2: Multiplier Lot (1,2,4,8,16) you can use it in different way calculate when loss=1 ,when profit=0. Mode 3: Plus Lot (1,2,3,4,5) you can use it in different way calculate when loss=1 ,when profit=0. Mode 4: SL/Risk Lot calculate based on
MetaCOT 2 CFTC ToolBox is a special library that provides access to CFTC (U.S. Commodity Futures Trading Commission) reports straight from the MetaTrader terminal. The library includes all indicators that are based on these reports. With this library you do not need to purchase each MetaCOT indicator separately. Instead, you can obtain a single set of all 34 indicators including additional indicators that are not available as separate versions. The library supports all types of reports, and prov
This is a simplified and effective version of the library for walk forward analysis of trading experts. It collects data about the expert's trade during the optimization process in the MetaTrader tester and stores them in intermediate files in the "MQL5\Files" directory. Then it uses these files to automatically build a cluster walk forward report and rolling walk forward reports that refine it (all of them in one HTML file). Using the WalkForwardBuilder MT5 auxiliary script allows building othe
OrderBook History Library
Stanislav Korotky
3 (2)
Order Book, known also as Market Book, market depth, Level 2, - is a dynamically updated table with current volumes of orders to buy and to sell specific financial instument at price levels near Bid and Ask. MetaTrader 5 provides the means for receiving market book from your broker, but in real time only, without access to its history. The library OrderBook History Library reads market book state in the past from archive files, created by OrderBook Recorder . The library can be embedded into you
BitMEX Trading API
Romeu Bertho
5 (1)
Cryptocurrency analysis has never been easier with Crypto Charts for MetaTrader 5. Now, trading on BitMEX has never been easier with BitMEX Trading API for MetaTrader 5. BitMEX Trading API library was built to be as easy to use as possible. Just include the library into your Expert Advisor or Script, call the corresponding methods and start trading! Features Trade on BitMEX and BitMEX Testnet. Build and automate your strategies. Concern more with the trading strategy logic and less with the c
Teclado trader, é uma BIBLIOTECA que você pode chamar no OnChartEvent para abrir posição de compra/venda/zerar, os botões padrões são: V = venda C = compra Z = zerar posições a mercado S = zerar posições opostas e depois a mercado X = zerar posições opostas Além da função de teclado, é possível mostrar os estados do ExpertAdvisor usando o MagicId, com informação de: lucro mensal, semanal, diario, e posição aberta, para isto use o OnTick, ou qualquer outro evento (OnTimer / OnTrade / OnBookEv
Goliath Mt5
Nicolokondwani Biscaldi
Goliath MT5 - scalper fully automated Expert Advisor for medium-volatile forex markets P roperties: The Library trades 10 currency pairs (USDCHF, EURCHF, EURGBP, AUDUSD, USDCAD, GBPUSD, EURUSD, NZDUSD, CADCHF, EURAUD, EURCAD, AUDJPY) The Library does not use martingale The Library sets a fixed stop loss and take profit for all orders The Library only trades a user input volume The Library can be installed on any currency pair and any timeframe Recommendations: Before using on a real account,
Binance Library
Hadil Mutaqin SE
5 (1)
The library is used to develop automatic trading on Binance Spot Market from MT5 platform. Support all order types: Limit, Market, Stop-Limit and Stop-Market. Support margin trading. Automatically display the chart on the screen. Usage: - Open MQL5 demo account - Move BinanceLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries - Download Header   file and EA sample https://www.mql5.com/en/code/download/34972_260999.zip Copy Binance.mqh header file to folder \MQL5\Include Copy  BinanceEA-
Gold plucking machine   Gold plucking machine   is an Expert Advisor designed specifically for trading gold. The operation is based on opening orders using the Fast and Slow lines indicator, thus the EA works according to the "Trend Follow" strategy, which means following the trend. Use grid strategy to place orders without stop loss operation, so please make sure the account has sufficient funds. magic number        -  is a special number that the EA assigns to its orders. Lot Multiplier     
Gold plucking machine S   Gold plucking machine  S Gold plucking machine S   is an Expert Advisor designed specifically for trading gold. The operation is based on opening orders using the Fast and Slow lines indicator, thus the EA works according to the "Trend Follow" strategy, which means following the trend. Use grid strategy to place orders without stop loss operation, so please make sure the account has sufficient funds. magic number        -  is a special number that the EA assigns to its
The library is used to develop automatic trading on Binance Futures Market from MT5 platform. Support all order types: Limit, Market, Stop-Limit, Stop-Market , StopLoss and TakeProfit. Automatically display the chart on the screen. Usage: - Open MQL5 demo account - Move BinanceFuturesLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries -  Download Header file and EA sample https://www.mql5.com/en/code/download/34976_252386.zip Copy BinanceFutures.mqh header file to folder \MQL5\Include C
The Trade Tracker Library is used to automatically detect and display trade levels on custom charts. It is an especially useful add-on for EAs that trade on custom charts in MT5. With the use of this library, the EA users can see trades as they are placed via the EA (Entry, SL & TP levels) in real-time. The header file and two examples of EA skeleton files are attached in the comments section (first comment). The library will automatically detect the tradable symbol for the following custom
MT4/5通用交易库(  一份代码通用4和5 ) #ifdef __MQL5__      #define KOD_TICKET ulong      #define KOD_MAGIC   long #else        #define KOD_TICKET long      #define KOD_MAGIC   int #endif class ODLIST; #import "K Trade Lib Pro 5.ex5"       //祝有个美好开始,运行首行加入    void StartGood() ;    //简单开单    long OrderOpen( int type, double volume, int magic, string symbol= "" , string comment= "" , double opprice= 0 , double sl= 0 , double tp= 0 , int expiration= 0 , bool slsetmode= false , bool tpsetmode= false );    //复杂开单
If you're a trader looking to use Binance.com and Binance.us exchanges directly from your MetaTrader 5 terminal, you'll want to check out Binance Library MetaTrader 5. This powerful tool allows you to trade all asset classes on both exchanges, including Spot, USD-M   and COIN-M futures, and includes all the necessary functions for trading activity. With Binance Library MetaTrader 5, you can easily add instruments from Binance to the Symbols list of MetaTrader 5, as well as obtain information ab
1. 这是什么 MT5系统自带的优化结果非常少,有时候我们需要研究更多的结果,这个库可以让你在回测优化时可以输出更多的结果。也支持在单次回测时打印更多的策略结果。 2. 产品特色 优化的输出的结果非常多。 可以自定义CustomMax。 输出结果在Common文件夹。 根据EA名称自动命名,且同一个EA多次回测会自动更新名称,不会覆盖上一次的结果。 函数非常简单,你一眼就可以看懂。 #import "More BackTest Results.ex5" // Libraries Folder, Download from the market. //---Set CustomMax void iSetCustomMax( string mode); //---Display multiple strategy results when backtesting alone (not opt). void iOnDeinit(); //--- void iOnTesterInit(); double iOnTester(); void iOnTesterPass( string lang
This library implements a few functions to simplify the programming of Expert Advisors. * Build your own EA for MT5 / Binance, with a easy support for multisymbol / multytimeframe * Different SFE EAs based on the library provided. * Base signals of SFE EAs are inlcuded in base version. All the Pro filters and management are included in the base version all the 2022. * Customize the provided SFE Lib EA by changing or implementing its rules.. * Review the existing or ask for video tutorials to
The Matrix
Omega J Msigwa
Matrix is the foundation of complex trading algorithms as it helps you perform complex calculations effortlessly and without the need for too much computation power, It's no doubt that matrix has made possible many of the calculations in modern computers as we all know that bits of information are stored in array forms in our computer memory RAM, Using some of the functions in this library I was able to create machine learning robots that could take on a large number of inputs To use this libra
EA Toolkit
Esteban Thevenon
EA Toolkit   is a library that allows any developer to quickly and easily program Advisor experts. It includes many functions and enumerations such as trailing stop, lot, stop loss management, market trading authorisations, price table updates, trading conditions and many more. Installation + Documentation : You will find all the information to install this library and the documentation of its functions on this GitHub : https://github.com/Venon282/Expert-Advisor-Toolkit WARNING : The installa
This is standard library built for flexible neural Networks with performance in mind. Calling this Library is so simple and takes few lines of code:    matrix Matrix = matrix_utils.ReadCsv( "Nasdaq analysis.csv" );       matrix x_train, x_test;    vector y_train, y_test;         matrix_utils.TrainTestSplitMatrices(Matrix,x_train,y_train,x_test,y_test, 0.7 , 42 );    reg_nets = new CRegressorNets(x_train,y_train,AF_RELU_,HL, NORM_MIN_MAX_SCALER); //INitializing network       reg_nets.RegressorN
这个库用于key 和 value 数组进行排序, 我们常常需要对值进行排序。 像python语言里面的 sorted(key_value.items(), key = lambda kv:(kv[ 1 ], kv[ 0 ])) 导入函数 #import "SortedByValue.ex5" bool SortedByDouble( long       &key[], double    & value []); bool SortedByDouble( string    &key[], double    & value []); bool SortedByInteger( long      &key[], long      & value []); bool SortedByInteger( string   &key[], long      & value []); bool SortedByDateTime( long     &key[],datetime & value []); bool SortedByDateTime( string &key[],
区间突破策略简介(收盘前清仓)      区间=昨高-昨低 上轨=开盘价+区间*k;下轨=开盘价-区间*K 止损平仓: 当价格向上突破上轨或向下突破下轨后, 再次回破当日开盘价  参数: Pairs List (comma separated)     = "GBPUSD,GBPJPY,USDJPY,XAUUSD,XTIUSD,USTEC"; - TimeFrame = PERIOD_D1; - MagicNumber    = 60037;          - OrderComment   = "RangeBreakOut"; - FixedLots( RiskPercent = 0)  = 0.1;            - RiskPercent(0 - 100)     = 1;              - RangeMultiplier   = 1;               - DistancePoints   = 10; - Exit Method   =  backopen;      - Close all positions n hours before c
GetFFEvents MT5 I tester capability
Hans Alexander Nolawon Djurberg
Want to get all events like Previous/Forecast/Actual values for each news to analyze/predict it? By this simple library you can do it easily,Just import/integrate the library into your system,then get all possible values for each news   Even In Strategy Tester   . Note: Please add the address " https://www.forexfactory.com/ " of news feed at your MT5 tab > Tools > Options > Expert Advisors > Check Allow web request for listed URL. Since the WebRequest() function can't be called from indicator ba
A Simple Moving Average (SMA) is a statistical indicator used in time series analysis. This indicator represents the arithmetic mean of a sequence of values over a specific period of time. SMA is used to smooth short-term fluctuations in data, helping to highlight the overall trend or direction of changes. This aids analysts and traders in better understanding the general dynamics of the time series and identifying potential trends or changes in direction.  More information you can find in Wiki 
Hello everyone! I am a professional MQL programmer , Making EAs, Indicators and Trading Tools for my clients all over the world. I build 3-7 programs every week but I seldomly sell any ready-made Robots. Because I am fastidious and good strategy is so few...  this EA is the only one so far I think its good enough to be published here.  As we all know, the Ichimoku indicator has become world popular for decades, but still, only few people knows the right way of using it, and if we check the cl
作者的更多信息
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.66 (67)
MetaTrader 4 的交易复制器。     它从任何账户复制外汇交易、头寸、订单。 它是最好的贸易复印机之一     MT4 - MT4,MT5 - MT4     为了   复制 MT4     版本(或     MT4 - MT5 MT5 - MT5     为了   复制MT5     版本)。 MT5版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 复印机 版本       MetaTrader 5 终端 (   МТ5 - МТ5, МТ4 - МТ5   )-   Copylot 客户端 MT5 独特的复制算法将所有交易从主账户准确复制到您的客户账户。 该产品还以其高运行速度而著称,并且具有强大的错误处理能力。 一组强大的功能。 该程序可以在多个终端绑定上运行。 使用它作为您在一个账户上交易的多个账户的交易 的同步器 , - COPYLOT 会将您的交易复制到其他终端。 从已关闭的账户中复制 Invest 密码; 部分关闭仅从 mt4 到 mt4
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.88 (59)
一键交易的交易面板。处理头寸和订单!通过图表或键盘进行交易 交易小组进行人工交易。您可以从图表(图表窗口)或键盘进行交易。打开和关闭,反向和锁定。处理职位和订单! МetaТrader4中主要订单的交易控制面板:买入,卖出,买入,买入,卖出,卖出限制,收盘,删除,修改,追踪止损,止损,止损。 MT5版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 从符号窗口交易并从键盘交易! 您正在为MetaTrader 4终端提供一个独特的插件 - 虚拟控制面板VirtualTradePad。 Description on English 注意!如果您想学习如何交易 策略测试器  ,请查看我们的免费 TesterPad 实用程序 VirtualTradePad在“  MQL5语言最佳图形面板  ”竞赛中 获得二等奖 。 工作标签 职位标签   -使用职位: 开/关买入和卖出, 冲销所有头寸, 锁定一个共同的立场, 更改止损/获利, 设定一般的止损/获利的位置, 启用追踪止损, 实现盈亏
交易面板一键交易。 处理仓位和订单! 通过 图表 或 键盘 进行交易 。 使用我们的交易面板,您只需单击一下即可直接从图表中执行交易,执行交易操作的速度比使用标准 MetaTrader 控件快 30 倍。 参数和函数的自动计算使交易者的交易更加快捷、方便。 图形提示、信息标签和有关贸易交易的完整信息均位于图表 MetaTrader 上。 MT4版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 打开和关闭、反转和锁定、部分关闭/Autolot。虚拟/真实止损/止盈/追踪止损/盈亏平衡,订单网格... МetaТrader 5 中主要订单的交易控制面板 :买入、卖出、buystop、buylimit、sellstop、selllimit、平仓、删除、修改、追踪止损、止损、获利。 有 5 个选项卡 可用:头寸、挂单、账户信息、信号和总利润。 Description on English VirtualTradePad在“  MQL5语言最佳图形面板  ”竞赛中 获得二等奖 。 注意
Exp TickSniper PRO FULL
Vladislav Andruschenko
4.06 (52)
Exp-TickSniper - 具有自动为每个货币对自动选择参数的高速蜱黄牛。 您是否梦想有一位顾问会自动计算交易参数?自动优化和调整? MetaTrader 4 系统的完整版:       TickSniper   黄牛 为MetaTrader 4 TickSniper - 完整说明     + 演示 + PDF EA 是根据近 10 年的 EA 编程经验开发的。 EA 策略适用于任何符号。 时间范围无关紧要。 机器人基于当前报价、分时到达速度、点差大小和其他合约规范参数。 系统自动定义有利的止损和获利水平,以及平均持仓距离、追踪止损距离等。 EA 应用针对趋势的额外开仓系统(“平均”)。 它的设置已经过优化,可以在我们的真实账户上进行测试。 Expert Advisor 可以处理任何货币对。 交易系统的所有参数都是自动计算的,并取决于货币对的当前点差。 推荐交易账户: 建议存款 LOW   RISK 1,000 美元,最低手数为 0.01 3 个货币对(例如,EURUSD USDCHF USDJPY); 建议存款 300 美元的中等 风险,1 个货币对(例如 EURUSD
Exp THE X FULL
Vladislav Andruschenko
4.79 (28)
这是MetaTrader 5的通用自动EA交易,用于标准指标。 UniversalEA 构造函数EA提供了大量函数。 您可以选择20个信号中的一个来开仓,20个过滤器中的5个用于挑选MetaTrader包中包含的标准指标的信号。 此外,您可以调整指标参数,选择时间范围并为每个信号指定信号条。 注意!新的通用贸易顾问 Exp - xCustomEA 致力于自定义指标: Exp   MetaTrader 5   的xCustomEA Exp   MetaTrader 4   的xCustomEA Description on English 如果您想购买自动交易顾问,请查看我们的 TickSniper  ! EA包含以下功能:  反趋势平均, 在趋势方向上的额外开放, 追踪止损, 收支平衡, 以总利润或亏损结算, 虚拟止损,获利和追踪止损, 能够使用头寸或挂单/限价单, 鞅, 抛物线追踪止损, 缩编限制功能, 按时间和周日交易 和许多其他人.... 您也可以下载X EA for MetaTrader 4终端 The X for MT4 有关EA设置的完整手册和说明,请访问 我们的
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.76 (17)
MT5 交易复印机是 МetaТrader 5 平台的交易复印机 。 它复制外汇交易 之间   任何账户 MT5   -   MT5, MT4   -   MT5 对于 COPYLOT MT5 版本(或 MT4   - MT4 MT5   -   MT4 对于 COPYLOT MT4 版本) 值得信赖的复印机! MT4版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 您还可以在 МТ4 终端 (   МТ4   -   МТ4, МТ5   -   МТ4   ) 中 复制交易: COPYLOT CLIENT for MT4 此版本包括在终端 МТ5   -   МТ5, МТ4   -   МТ5 之间 。 交易复制器用于在 2/3/10 终端之间复制交易/头寸。 支持从模拟账户和投资账户复制。 该程序可以在多个终端绑定上运行。 使用它作为您在一个账户上交易的各种投资者账户的交易的同步器, - COPYLOT 会将您的交易复制到其他终端。 从 多个 终端复制到一个; 从一
Profit or Loss Pad
Vladislav Andruschenko
4.5 (10)
在 MetaTrader 5 中使用利润跟踪功能在达到总利润/亏损时平仓。 带尾随的 CloseIfProfitorLoss 您可以启用 虚拟停止(单独订单)   , 分别计算和关闭 买入和卖出头寸 (Separate BUY SELL)   , 关闭和计算 所有交易品种或仅当前交易品种(所有交易品种)   , 启用追踪获利( 追踪 利润) 头寸是根据存款货币、点数、% 和回撤 的价值平仓的。 该应用程序旨在与任何其他 EA 一起用于任何账户或与手动交易结合使用。 MT4版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 一旦某些货币对或所有货币对的交易总余额大于或等于设置中指定的值,所有头寸将被关闭并删除订单。 此版本不仅能够在指定的利润水平平仓,而且还可以追踪利润以获得更好的结果。 我们实用程序的主要功能 按所有交易品种的总利润平仓; 按单独交易的总利润结算。 (虚拟模式); 按总利润结算并追踪利润; 按总利润以点数、百分比或货币结算; 所有交易或单独交易均以总亏损结束
Exp5 The xCustomEA for MT5
Vladislav Andruschenko
4.27 (11)
MetaTrader 5自定义指标的全球交易顾问。 战略的建设者 MetaTrader4  的  版本  :  MetaTrader 4终端   的xCustomEA  版本 通用交易顾问的功能xCustomEA完全复制了我们的顾问 The X 所有参数,除了一个: xCustomEA 适用于自定义指标,能够为MT5终端编制自己的交易策略。 xCustomEA 具有指向可从Internet或mql5市场下载的自定义指标的链接。 我们的新顾问  xCustomEA  基于顾问  The X-Universal EA 您可以 编写   自定义指标  ,我们的顾问 xCustomEA 将打开信号位置。 通过购买我们的Universal Trade Adviser  xCustomEA  ,您可以每天为指标编程顾问! 关于指标PIPFINITE TREND PRO的专家顾问的示例 关于指标的顾问和编程策略的完整说明 Description on English 基本设置:  您可以为以下各项指示和信号编程:    打开  ,    关闭  ,    过滤器  ,    止损  ,   
Exp Averager
Vladislav Andruschenko
4.79 (19)
Exp-Averager 旨在通过开立平均交易对已收到一定回撤的交易进行平均。 顾问能够顺势或逆势开立新仓位。 它还包括适用于一系列头寸的智能追踪止损功能。 顾问可以增加或减少头寸的手数。 这是一种广泛使用的策略,用于将亏损头寸调整至平均价格。 MT5版本 详细描述 +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 链接 我们的 TickSniper 黄牛 平均系统示例 具有平均功能的通用交易顾问 The X EA 交易对其所附图表的货币对进行操作。 例如,要启用 EURUSD 的平均值,请打开 EURUSD 图表并运行 Expert Advisor 笔记 该系统不能自动进行交易。 相反,它会跟踪您的交易,并在出现亏损时对其进行平均,直到您实现盈利。 您可以使用策略测试器试用 Expert Advisor,并在可视化模式下使用我们的 EAPADPRO 工具栏进行交易! 它是如何工作的? EA 交易将在指定点数( 距离 )后以相同方向开仓。 持仓交易量的计算方式为前一笔交易的交易量 *
Exp Swing
Vladislav Andruschenko
4.18 (45)
它使用称为 Swinger (Pendulum, Cheburashka) 的著名策略模型 - 交替放置增加手数的挂单。 策略在于放置两个相反的挂单。当价格向某个方向移动时,触发一个挂单,同时增加另一个订单的手数。 EA 提供三种类型的挂单(TypeofTrade) 放置后自动开仓(即时开仓AutoTrade) 手动开仓后的开仓管理(Manual opening ManualTrade) 按高/低水平开盘(过去的 TFTrade 柱线的高低) OCO(一个取消另一个)订单是一种由两个订单组成的条件订单。如果第二个订单被执行,第一个订单就会自动取消。 Swing - 完整说明 这个怎么运作? 开始时,EA 发出两个订单 - 买入止损 和 卖出止损 ,距离当前价格的距离为 StopOrderDeltaifUSE。 如果 Buy Stop 触发,则 Sell Stop 将被删除,并且将放置一个交易量为 BuyStop   *   Martin 的 Sell Stop 订单。 如果 Sell Stop 触发,Buy Stop 将被删除,并且将放置交易量 SellStop   *  
FREE
CloseIfProfitorLoss with Trailing
Vladislav Andruschenko
4.87 (30)
在 MetaTrader 4 中使用利润跟踪功能在达到总利润/亏损时平仓。 您可以启用 虚拟停止(单独订单)   , 分别计算和平仓 买入和卖出头寸 (Separate BUY SELL)   , 关闭和计算 所有交易品种或仅当前交易品种(所有交易品种)   , 启用追踪获利( 追踪 利润) 关闭存款货币、点数、余额百分比的总损益。 该应用程序旨在与任何其他 EA 一起用于任何账户或与手动交易结合使用。 MT5 版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 一旦某些货币对或所有货币对的交易总余额大于或等于设置中指定的值,所有头寸将被关闭并删除订单。 此版本不仅能够在指定的利润水平平仓,而且还可以追踪利润以获得更好的结果。 我们实用程序的主要功能 按所有交易品种的总利润平仓; 按单独交易的总利润结算。 (虚拟模式); 按总利润结算并追踪利润; 按总利润以点数、百分比或货币结算; 所有交易或单独交易均以总亏损结束; 关闭交易后关闭图表和终端、风险管理器、包含关闭信息的邮件
Exp Assistant 5
Vladislav Andruschenko
4.72 (121)
自动设置、止损、止盈、追踪止损、盈亏平衡水平,实现 虚拟 止损和止盈。 经验助理 将帮助您组织职位维护。 该程序(EA 交易)旨在自动设置 真实或虚拟   交易时您的仓位的 止损和止盈 水平。 您可以从图表上的控制面板轻松管理 EA 交易的所有操作。 如果您在为未平仓头寸设置止损、止盈、 追踪止损 或 盈亏平衡 时遇到任何困难 ,或者如果您更喜欢手动交易,您可以使用助手。 它将自动执行必要的操作,例如为您的交易设置止损和获利、打开追踪止损以及在需要时将止损移至盈亏平衡。 该助手还具有基于 抛物线 Sar 指标的追踪止损功能。 MT4 版本 详细描述 +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 我们的助手的9个主要功能: 打开买入卖出; 止损/止盈集; 设置追踪止损; 一套收支平衡; 抛物线追踪止损; 虚拟止损和止盈; 虚拟栏杆止损和盈亏平衡; 显示当前柱的结束时间; 显示有关帐户的有用信息; 对于实时图表上的一键交易,您可以下载实用程序 VirtualTradePad for Meta
FREE
Exp TickSniper
Vladislav Andruschenko
4.09 (34)
Exp-TickSniper 是一种快速滴答剥头皮器,可以分别为每个货币对自动选择参数。 EA 是根据近 10 年的 EA 编程经验开发的。 EA 使用智能追踪止损并基于当前货币对数据、其报价、规格和点差来执行短期交易。 平均策略用于防止信号检测算法造成的损失。 如果未平仓头寸出现一定的亏损,则触发平仓功能。 在极端情况下,TickSniper 开设的头寸都伴随着止损。如果自动交易系统无法获得最低利润,则通过止损一一平仓。 系统自动定义有利的止损和获利水平,以及平均持仓距离、追踪止损距离等。 EA 从货币对规范、当前价格和作为我们策略一部分的其他因素中获取有关这些参数的数据。 完整的 MetaTrader 5 版本:   Exp-TickSniper MT5 PRO FULL TickSniper - 完整说明 + 演示 + PDF 推荐交易账户: 建议存款 LOW RISK   1,000 美元,最低手数 0.01 3 个货币对(例如 EURUSD USDCHF USDJPY); 建议存款 300 美元的中等风险 ,1 个货币对(例如 EURUSD)的最小手数为 0.01; 建议
Averager FULL
Vladislav Andruschenko
4.9 (10)
Exp-Averager 旨在通过开立平均交易对已收到一定回撤的交易进行平均。 顾问可以顺势和逆势建仓! 包括一系列头寸的平均追踪止损! 他们正在增加和减少批次。 一种流行的策略,用于将无利可图的头寸调整至平均价格。 MT4版本 详细描述 +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 链接 MetaTrader 5 终端中 Expert Advisor 中平均器的操作示例:   Exp - TickSniper   。 具有平均功能的通用交易顾问 The X 笔记 这不是一个自动交易系统。 它会监控您的交易并在出现亏损时对其进行平均,直到您获得利润。 您可以在策略测试器中测试 Expert Advisor,并在可视化模式下使用我们的 EAPADPRO 工具栏进行交易! 它是如何工作的? EA 交易将在指定点数( 距离 )后以相同方向开仓。 持仓交易量的计算方式为前一笔交易的交易量 *   LotsMartin   。 此外,EA 还会修改所有交易的共同止盈,将其设置为“同一方向所有仓位的
Exp5 Duplicator
Vladislav Andruschenko
4.71 (7)
Expert Advisor Duplicator 在您的账户 MetaTrader 5 上重复 交易/持仓/信号预设次数。 它复制所有手动或由另一个“EA 交易”打开的交易。可以增加信号的批量大小。 复制信号并增加信号的数量! MQL5 信号手数增加 支持以下功能:复制交易的自定义手数、复制止损、止盈、使用追踪止损等等。 链接 MT4 版本 详细描述 +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 MetaTrader 的交易复印机可在此处获得:   COPYLOT 注意力 注意 :这不是用于终端之间贸易的复印机。 复印机不能用于净额结算帐户。 您可以在策略测试器中测试“   EA 交易”,并在可视模式下使用我们的 EAPADPRO 工具栏进行交易! 在 1 个货币对上安装 EA 就足够了。默认情况下,它将监视所有打开的符号。 这个怎么运作? Duplicator 助手 EA 重复在终端中打开的头寸。 要复制的位置或顺序称为 源 。重复位置是一个 副本 。 The EA repeats
Exp Assistant 4
Vladislav Andruschenko
4.87 (85)
设置止损,获利,追踪止损,盈亏平衡,启用虚拟止损。 Exp Assistant 将帮助您组织职位维护。 此EA交易将为您的头寸设置所有必要的止损和获利水平。 所有Expert Advisor操作都通过图表上的控制面板进行管理。 如果您有未平仓头寸,但您的EA交易无法设置止损,获利,追踪止损或盈亏平衡,如果您手动交易,您可以使用助理。它将自动为您的交易设置止损并获利,将在需要时开启追踪止损或止损至盈亏平衡。它还具有基于抛物线Sar指标的追踪止损。 MT5版本 详细描述 +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 我們助手的9個主要功能 -  開盤買賣; 安裝止損/獲利; 啟用追踪止損; 包括盈虧平衡; 拋物線尾隨停止; 虛擬止損和獲利; 虛擬追踪止損和盈虧平衡; 顯示當前條的結束時間; 顯示有關帳戶的有用信息; 只需在实时图表上单击交易,即可下载 MetaTrader 4的 实用程序 VirtualTradePad 和 MetaTrader 5的VirtualTradePad For
FREE
Exp5 Tester PAD for Strategy Tester
Vladislav Andruschenko
4.61 (28)
该实用程序允许您在策略测试器中手动测试您的策略。在可视化图表上一键交易。 策略测试器现在也提供了方便且完整的测试交易技能的功能。 复盘大师 Pad 是一款用于策略测试的交易模拟器。使用指标进行交易。 我们实用程序的主要功能 MT4版本 详细描述 +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 适用于 MetaTrader 策略测试程序 4 和 5; 交易、头寸和订单管理; 可以使用任何指标; 止损、止盈、追踪止损、订单网格; EAPAD PRO 图表友好的仪表板; 一键单击即可控制速度、暂停和图表控制。等等。 警告:此面板供策略测试人员使用! 对于实时图表上的一键交易,您可以下载我们的实用程序 VirtualTradePad for MetaTrader 4 和 VirtualTradePad for MetaTrader 5   。 结合我们 EA 通用面板 EAPADPRO 的优点和 VirtualTradePad交易实用程序的强大功能, 我们创建了产品 Exp - Tester PAD
FREE
Exp4 THE X FULL Universal EA for MT4
Vladislav Andruschenko
4.29 (17)
MetaTrader 4 的通用指标顾问,具有广泛的功能,可处理标准指标。 1 个智能交易系统中的策略构建器。 来自标准 MetaTrader 集的大量交易指标。 可以选择 20 个信号中的 1 个和 20 个滤波器中的 5 个。 一百多个参数进行个性化定制以满足您的要求。 对于每个信号,您可以自定义指标参数、选择时间范围并指定信号条。 链接: MetaTrader 5 终端的 X       (MT5 的 X) 注意力     !新的通用交易顾问     Exp The xCustomEA     为了   元交易者 4       , 处理自定义指标 如果您想购买自我优化的自动交易顾问,请参阅我们的           滴答狙击手     ! 可以在我们的博客中找到 EA 设置 + 演示 + PDF   的完整手册和说明 设置和输入的描述 即使 在博客中,也有关于如何优化和测试我们的顾问 The X 的信息 一个简短的功能列表: 逆势平均, 对趋势的额外发现, 追踪止损,盈亏平衡点, 关闭总损益, 虚拟止损、止盈和追踪止损, 处理头寸或挂单/限价单的能力, 鞅, 抛物线追
Exp SafetyLock PRO
Vladislav Andruschenko
4.7 (27)
SAFETYLOCK 允许交易者通过为已经开立的头寸设置相反的订单来避免强烈的市场逆转。 如果交易者或 EA 开仓,SAFETYLOCK 会为其开立反向挂单。如果头寸亏损,挂单将被激活以创建锁定。 EA 允许您关闭初始头寸、使用追踪止损或乘以手数。 您还可以根据持仓价格修改挂单开仓价格。 详细描述 +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 参数基本(我们博客中对参数的完整描述) MilliSecondsTimerForMonitoring   - 算法执行的持续时间,以毫秒为单位(默认为 1000 = 1 秒)。 SymbolMonitoring   - SymbolMonitoring = ALL_SYMBOL = 监控账户上的所有交易品种和所有交易。如果您在任何货币对图表上启动智能交易系统,它将监控所有货币对。 Type_Monitoring   - EA 监控的交易类型,买入卖出或全部。 Magic_Monitoring   - EA 监控的神奇头寸数量,您可以指定多个以逗号分隔的值
Exp Tick Hamster MT5
Vladislav Andruschenko
3.75 (16)
为 MetaTrader 5 的任何交易品种自动优化所有参数的专家。 无需设置的交易EA! 打钩 Hamster   - 这是一个 自动交易专家,适合不想设置顾问的新手和用户! 该交易顾问的交易策略已经测试了 7 年。 使用我们专为初学者设计的自动交易专家,让交易变得前所未有的简单。 告别设置交易顾问的麻烦,向无压力交易问好。 今天就开始使用,迈出成功交易的第一步。 MT4版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 这个怎么运作? 下载; 安装在图表上; 顾问将自动交易; 留下评论。 如何设置专家? 您不需要自定义任何东西!我们为您准备好了一切! 1 设置参数 = Trading Lot 手数。 魔法       - 使用具有唯一职位编号的顾问。 (想定制还是购买?   TickSniper - 自动剥头皮 ,可以微调参数)! EA 算法与 ticksniper 相同,但删除所有设置以进行操作。一切都是自动配置的。 推荐交易账户: 推荐存款 低风险  
Exp COPYLOT MASTER for MT4
Vladislav Andruschenko
4.54 (26)
МetaТrader的交易复印机4.它复制任何账户的外汇交易,头寸,订单。 这是МТ5↔️МТ4今天贸易复印机的最佳 МТ4   -   МТ4, МТ5   -   МТ5, МТ4   -   МТ5, МТ5   -   МТ4 。 独特的复制算法将所有交易从主账户复制到您的客户账户。运行速度快。严格的错误处理。一组强大的功能。 所有这些品质都合并在一个程序中 - EXP - COPYLOT。 该程序可以在多个终端绑定上运行。 在一个账户上交易的各种投资者账户中将其用作交易的同步器, - COPYLOT会将您的交易复制到其他终端。 安装 CopyLot Master - 要在帐户上安装的专家,您要从中复制职位和订单。 在终端中安装此专家,您可以从中将位置复制到投资帐户。 将任何文本标签名称指定为pathWrite(pathRead),例如“COPY”。 EA需要设置为1图表!默认情况下,我们的顾问会复制您帐户中的所有头寸和订单! 要复制您需要在第二个帐户或 Copylot客户端MT5 上安装 COPYLOT客户端MT4 的位置 注意:设置列表在我们的 博客中  ! 特
FREE
Exp Tick Hamster MT4
Vladislav Andruschenko
3.5 (14)
为 MetaTrader 4 的任何交易品种自动优化所有参数的专家。 无需设置的交易EA! Tick   Hamster   - 这是一个 自动交易专家,适合不想设置顾问的新手和用户! 通过我们适合初学者的专家顾问体验无忧的自动交易。 无需担心复杂的设置 - 我们的专家会为您处理一切。 今天就开始您的成功交易之旅! MT5版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 这个怎么运作? 下载; 安装在图表上; 顾问将自动交易; 留下评论。 如何设置专家? 您不需要自定义任何东西!我们为您准备好了一切! 1 设置参数 = Trading Lot 手数。 魔法       - 使用具有唯一职位编号的顾问。 (想定制还是购买?   TickSniper - 自动剥头皮 ,可以微调参数)! EA 算法与 ticksniper 相同,但删除所有设置以进行操作。一切都是自动配置的。 推荐交易账户: 推荐存款 低风险     1,000 美元,最小手数 0.01 3 个货币对
Exp4 Tester PAD for Strategy Tester
Vladislav Andruschenko
4.86 (28)
该实用程序允许您在策略测试器中手动测试您的策略。在可视化图表上一键交易。 该实用程序的最新版本为交易者提供了手动测试其交易策略的高级功能。借助策略测试器,您现在可以在模拟环境中评估交易策略的有效性。此功能允许您分析交易技术的表现并对其进行改进以提高您的交易技能。 此外,策略测试器提供了一种便捷高效的方式来执行交易,在可视化图表上一键交易。此功能使您能够以所需的价格水平快速进入和退出交易,而无需在不同屏幕之间切换。 借助策略测试器中提供的完整功能,您可以有效且高效地模拟和完善您的交易策略、分析结果并优化您的交易技能。 MT5 版本 详细描述 +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 警告:此面板供策略测试人员使用! 对于实时图表上的一键交易,您可以下载我们的实用程序 VirtualTradePad for MetaTrader 4 和 VirtualTradePad for MetaTrader 5   。 结合我们 EA 通用面板 EAPADPRO 的优点和 VirtualTradeP
FREE
Exp4 The xCustomEA for MT4
Vladislav Andruschenko
4.17 (6)
MetaTrader 4自定义指标的全球交易顾问。 战略的建设者 MetaTrader 4  版本  :  MetaTrader 5终端   的xCustomEA 版本 通用交易顾问的功能xCustomEA完全复制了我们的顾问 The X 所有参数,除了一个: xCustomEA 适用于自定义指标,能够为MT4终端编制自己的交易策略。 xCustomEA 具有指向可从Internet或mql5市场下载的自定义指标的链接。 您可以编制  自定义 指标  ,  和我们的顾问  xCustomEA  将在信号上开仓。 通过购买我们的Universal Trade Adviser  The   xCustomEA  ,  你可以每天为指标编程顾问! 关于指标PIPFINITE TREND PRO的专家顾问的示例 关于指标的顾问和编程策略的完整说明   + DEMO + PDF Description on English 基本设置:  您可以为以下各项指示和信号编程:    打开  ,    关闭  ,    过滤器  ,    止损  ,    获利  。 所有其他设置与X的设置相
Exp4 Duplicator
Vladislav Andruschenko
4.52 (21)
EA 在您的帐户 MetaTrader 4 上重复 交易和头寸或发出预设次数的信号。 它复制所有手动或由另一个“EA 交易”打开的交易。 复制信号并增加信号的数量 ! 增加其他 EA 的数量。 支持以下功能:复制交易的自定义手数、复制止损、获利、使用追踪止损。 MT5版本 详细描述 +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 链接 MetaTrader 的交易复印机可在此处获得:   COPYLOT 注意力 注意:这不是终端之间交易的复印机。 您可以在策略测试器中测试“EA 交易”,并在可视模式下使用我们的 EAPADPRO 工具栏进行交易! 在 1 个货币对上安装 EA 就足够了。默认情况下,它将监视所有打开的符号。 这个怎么运作? Duplicator/Dublicator 助手 EA 重复在终端中打开的头寸。 EA 能够复制头寸和挂单。 要复制的位置或顺序称为 源 。重复位置是一个 副本 。 The EA repeats the source the specified numb
Ind4 Extra Report Pad
Vladislav Andruschenko
4.49 (45)
这是一个统计小组,提供您的交易账户分析。 分析结果实时显示在图表上。 多货币交易现在很流行。但是,交易量越大,分析每个交易的盈利能力就越困难。按月分析交易并计算每笔交易的统计数据是更具挑战性的任务。 MT5版本 详细描述 +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 该面板提供了一种有效的解决方案,可以分析您的帐户并实时准备详细的统计数据 注意!按钮  EXPORT TO HTML  可用 - 我们的指标将所有接收的数据保存在单独的HTML文件中! 标签和控件 该小组目前包含六个标签: TRADES    - 目前的开放交易 历史   - 历史上封闭的交易 所有交易   - 开放和平仓交易 报告   - 关于您的交易账户的已平仓交易的详细报告 分配符号  - 买入和卖出交易相对于总量和分配的分布 量 每个符号的有利可图的交易。该选项卡还显示有利可图的交易的分布,包括每个符号的总利润和手数,以及 分配 每个符号的亏损交易 分配时间  -显示条目数,以及按小时,一周中的几天和几个月的损益。如果查看列名称,
FREE
Exp5 COPYLOT MASTER for MT5
Vladislav Andruschenko
4.2 (10)
Exp5 - COPYLOT MASTER 是 МetaТrader 5 和 MetaTrader 4 的交易复制器。它从任何账户复制外汇交易。 安装 这个 Expert Advisor 是一个复制大师。在您想要复制交易的终端中安装“EA 交易”。 将任何文本标签名称指定为 pathWrite,例如,“COPY”。 在您想要复制交易的终端上安装 COPYLOT MASTER for MT5。 然后在您要复制到 的 MT4  终端上安装 COPYLOT Client MT4。 或 MetaTrader 5 的 Copylot 客户端 MT5 您也可以下载 COPYLOT MASTER for MT COPYLOT - 完整说明和手册 PDF 指南 注意:可以在“注释”选项卡上找到设置列表。 EA 需要设置为 1 个图表!默认情况下,我们的顾问会从您的账户复制所有头寸和订单! 订单在激活时被复制(头寸)并复制到客户账户。 不支持部分关闭!订单只能在与打开时相同的批次中关闭!如果您的主人使用不同的批次进行关闭,那么复印机可能会失败! # 它是当今最好的 MT5 到 MT4 贸易复
FREE
Lib4 EAPadPRO for MT4
Vladislav Andruschenko
5 (5)
用于将信息面板添加到您的 MetaTrader 4 EA 的库。 我们不能保证程序的信息和界面会让您在交易中获利,但我们可以肯定地说,即使是最简单的程序界面也能增强第一印象。 将我们的面板添加到您的 智能交易系统的 详细说明和说明在我们的博客中:   LIB - EAPADPRO 分步说明 我们面板的详细说明和使用 EAPADPRO 的说明 MetaTrader 5 库版本 添加的过程包括 10 个步骤 ,我们的文章中详细介绍了它们。 安装库 从此站点安装库; 打开您的智能交易系统; 打开我们的示例和安装代码的分步指南,文件 Exp - EAPADPRO LIBRARY TEST(可以在博客中找到)   ; 按照建议中的说明执行每个步骤,或使用我们网站上的分步说明。 EAPADPRO 个性化 本段描述了您可以在我们的面板中更改的所有内容: versionea   - 面板中显示的智能交易系统版本; BMPLOGO   - 显示在面板上的 BMP 60x60 顾问的徽标; icon   - 您的专家的图标,显示在专家的属性中; defEANAME - 面板中显示的您的智能 交易系统的
FREE
Ind5 Extra Report Pad
Vladislav Andruschenko
4.77 (30)
这是一个统计小组,提供MetaTrader 5交易账户的分析。 分析结果实时显示在图表上。 多币种交易非常受欢迎。但是,交易量越大,分析每个交易的盈利能力就越困难。按月分析交易并计算每笔交易的统计数据是更具挑战性的任务。 MT4版本 详细描述 +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 然而,交易量越大,分析每笔交易的盈利能力就越困难。 按月分析交易和计算每笔交易的统计数据更是具有挑战性的任务。 如果您想全面了解交易系统的表现,有多种工具可以帮助您实现这一目标。 其中一些工具包括报告、统计、myfxbook、交易日志、账户分析、性能统计、分析和创新的仪表盘。 利用这些工具,您可以详细分析自己交易系统的表现,并获得有关优势领域和潜在弱点的宝贵见解。 无论您是希望提高业绩的新交易员,还是希望优化交易策略的经验丰富的交易员,这些工具都能为您提供所需的信息,帮助您做出明智的决策,实现您的财务目标。 该面板提供了一种有效的解决方案,可以分析您的帐户并实时准备详细的统计数据 亲爱的朋友和我们的EA用户 Ex
FREE
Market Time Pad
Vladislav Andruschenko
4.6 (15)
此指标显示世界主要市场的当前时间。它也显示当前时段。 使用非常容易。它不会占用太多图表空间。 它可以与 EA 或其它面板一起工作, 比如 虚拟交易板 。 这是经典风格版本。 Dear friends and users of our EAs, please add your ratings in the  Reviews  section. All updates to our forex software are  free ! This is a free trading utility! 其它功能: 输入参数中有一个选项: 显示/隐藏鼠标覆盖按钮提示, 您也可以选择提示的语言英语 / 俄语; 关闭按钮终止此应用程序; 最大化/最小化按钮在图表上缩放格板; 格板可以在图表上移动。要想移动,在面板上部靠近关闭和最小化按钮的地方用鼠标拖拽,移动到期望的位置。 Expforex,Vladon,Indicator,Utility
FREE
筛选:
Shigeo Sorihashi
99
Shigeo Sorihashi 2024.03.24 11:17 
 

よくわからないです?効果が今ひとるわからないのです。申し訳ありません。もう一つ成果が出ていないように思うのです。しっくりこないのです。ごめんなさい!

Vladislav Andruschenko
244516
来自开发人员的回复 Vladislav Andruschenko 2024.03.24 12:47
なぜ
This is spam
Nepomnjashchy
78
Nepomnjashchy 2023.12.16 02:08 
 

Пока все классно. тестируют

Pasadena.VP
14
Pasadena.VP 2022.03.15 17:33 
 

Пока тестирую. К каждому терминалу надо привыкать. Пока привыкаю. Немного неудобно - закрытие открытых позиций

Xiaoyu Huang
6625
Xiaoyu Huang 2021.07.22 03:58 
 

good !

geo6688
44
geo6688 2021.03.07 05:51 
 

супер!

hrhugd
57
hrhugd 2020.09.27 10:54 
 

用户没有留下任何评级信息

Barour Bilal
2466
Barour Bilal 2019.06.17 00:20 
 

用户没有留下任何评级信息

[删除] 2019.01.07 17:45 
 

用户没有留下任何评级信息

回复评论
版本 24.126 2024.01.26
+BugFix with Auto Font Size
+Added info about Profit by Date and Target levels (Symbol and Magic)
+BugFix Profit by Date after Changing Symbol

When clicking the Try More and Show Help(Welcome) buttons again, the window closes
When closing a position or an order, the labels of this position are forcibly deleted. Chart redrawing is activated by a standard function.
When closing a position, information about the closing time and the number of seconds of life of this position is also written to the journal.
Added confirmation of pressing "MODIFY ONLY" and "STOP TRADING" buttons to avoid accidental pressing. You can disable confirmation in the panel settings (Extra Buttons - Confirm).
版本 23.999 2023.12.27
-- EAPADPRO v46
-- Added FontAutoSize Automatic font size determined by the width of the chart.
-- Reduce the FONT sizes if the sizes are too large (Maximum panel size according to the width of the chart)
-- General graphics improvements and minor bug fixes
-- PrintToLog=true; //PrintToLog --> Print to Logs (Don't turn it false!!!)
Added option to lock message output (Print) to the MetaTrader log file.
Don't disable this option if you don't know why?
If you want to reduce the volume of terminal logs, turn off this option (false)
All messages are logged to track the advisor's actions and debug errors.
If you have disabled this function, We will not be able to find an error in the program’s actions and will not be able to help you.
Please do not disable this feature.
--Links to the new website
----Changed logo
--Added new languages
--
版本 22.112 2022.01.12
-Added languages: French, Italian, Korean, Turkish.
-In the speed of the Pause control, a parameter has been added: Pause when opening a new bar!
- After a new bar appears on the chart, the panel will stop quotes and automatically click on "PAUSE".
- Press "START" to continue

EAPADPRO updated according to the new rules for using the MQL5 Market

Fixed a bug when closing the window - text labels are not drawn further along the chart.
If the TakeProfit value is negative, the value on the chart is displayed in red.
If the Stoploss value is positive (breakeven / trailing stop), the value on the chart is displayed in green.
版本 20.202 2020.02.29
- Notifications on opening / closing positions for live accounts are enabled by default. (You can disable it in the panel settings)
- A screenshot about opening / closing positions for live accounts is enabled by default. (You can disable it in the panel settings)
- By double-clicking on the title bar of the panel window, the panel will be minimized!
版本 19.904 2019.09.04
-Increased panel speed in Strategy Tester!
-If you click on the logo, the panel expands.
-Added initial help on working with the EAPADPRO panel.
-Added a reminder of the advisor version.
-Added block showing other programs from Expforex.
-In the HELP tab added buttons to call help and additional information.
-Added work status: No connection to the server (Internet is gone, the server does not work).
-Display information about the status of the program in the journal, to monitor the program.
-Fixed graphic panel update error.
版本 19.315 2019.03.15
- Text labels of open positions optimized. Fixed a bug where text labels were drawn on top of the EAPadPRO panel;
  - The output of the magic number has been added to the status bar of the advisor;
  - Minor improvements;
版本 19.103 2019.01.04
- Update EAPADPRO v 25
- Additional languages ​​added to the panel: Spanish, Portuguese (Brazil), German, Chinese, Japanese;
   The translation was made using the GOOGLE Translator + MQL + Terminal site!
   If you find an error in your language, please report it in messages. Thank!
 - Increase the speed of the panel;
 - Updating data on the block "Profit by Date" works 1 time in 5 minutes to save computer resources;
 - Fixed "duplication" of lines in the help and greeting;
 - Automatic closing of the panel 3 hours after the last use to save computer resources;
 - Automatic closing of the panel on the VPS from METAQUOTES to save resources MQL VPS;
 - Added the ability to Collapse / Expand the panel when you double-click on the window title (Analog Windows);
 - By default, we collapsed the Extra Buttons block;
版本 18.988 2018.12.05
Global update to version 23

- Auto-save notification settings on a DEMO account.
- Disable notifications on the Real account by default.
- Added check of the status of PUSH notifications, if they are enabled in the terminal settings.
- Added the ability to enable / disable the creation of screenshots in the settings of the Screenshot panel for Open / Close.
- Screenshots are created in the folder of your terminal \ Files \ Name of the expert \, with a size of 1024 * 768.
- Added a variable in the AutoMinimize panel settings in seconds (60 seconds by default) 0 - disabled.
- Automatic minimization of the EAPADPRO window after a specified number of seconds to reduce the load on the computer when the user does not interact with the schedule.
- Any inaction on the chart: click on the chart, click on objects, change the size of the graphs - leads to the automatic minimization of the window of our EAPADPRO panel.
- If the window is in focus (selected) - automatic folding is disabled!
- To disable auto minimization - set the panel settings in the field AutoMinimize = 0.
- Added a control unit and control the speed of the quotes and the speed of testing.
The speed is divided into 10 values. These values ​​depend on the standard speed of the strategy tester in the terminal.
1 - Slow, 10 - Quick!
- Added PAUSE button - You can pause testing and operation of the simulator.
- Added CheckBox and the ability to set a pause after opening a position (activation of a pending order, opening a new position) or closing
positions. If the position has been opened or closed, the simulator automatically pauses. To continue the work of the simulator, press the START button!
- Added block output table open deals and positions. This block allows you to monitor current positions without reference to the terminal
report. By default, this block is hidden, you can activate it by clicking on the corresponding arrow!

.... and much more