• 미리보기
  • 리뷰 (8)
  • 코멘트 (17)
  • 새 소식

Lib5 EAPadPRO for MT5

4.5

Library to add the Information Panel to your Expert Advisor for MetaTrader 5.

We can not guarantee that the information and interface of the program will give you a profit on deals, but we will definitely say that even the simplest interface of the program can strengthen the first impression.

Detailed description and instructions for adding our panel to your Expert Advisor are in our blog: LIB - EAPADPRO Step-by-step instruction

Detailed description of our panel and instructions for using EAPADPRO

MetaTrader 4 Library Version

The process of adding consists of 10 steps and they are described in detail in our article.


Installing the Library

  1. Install the library from this site;
  2. Open your Expert Advisor;
  3. Open our sample and step-by-step guide to installing our code, the file Exp - EAPADPRO LIBRARY TEST (Can be found in the blog);
  4. Do each Step as written in the recommendation or use our step-by-step instruction from the site.

EAPADPRO personalization

All that you can change in our panel is described in this paragraph:

  1. versionea - The version of your Expert Advisor that is displayed in the panel;
  2. BMPLOGO - the logo of your BMP 60x60 adviser that is displayed on the panel;
  3. icon - The icon of your expert, which is displayed in the properties of the expert;
  4. defEANAME - the name of your Expert Advisor that is displayed in the panel;
  5. YourName - your name or nickname that is displayed in the panel;
  6. copyright - Your copyright, which is displayed in the properties of the Expert Advisor;
  7. CreateInputs - The function of displaying your external variables on the panel. There are 10 such parameters in total. The format of the filling: "Name", "Value";
  8. CreateStrategy - The function of displaying your strategy values ​​on the panel. There are 10 such parameters in total. The format of the filling: "Name", "Value";
  9. MagicForEaPadPRO = 0 - Magic number, which will be watched by our panel (All information is filtered by magic number), at -1 = the panel will take all positions from the account by this symbol, at 0 = only manual (Hand) deals;
  10. MagicForEaPadPRO_Open = -1 - Magic number, which will be assigned to the positions opened from our panel;
  11. CommentForEaPadPRO = "" - A comment that will be assigned to positions opened from our panel;
  12. TypeFillingForEaPadPRO = 0 - Type of fill orders at opening, only for terminal MT5;
  13. ShowBuySell = true - Show the "trading panel in 1 click" (BUY SELL)

Terms of Use

Our library with the information panel EAPADPRO is distributed on the back link to our page.

If you wish to sell your expert in the market or on the Internet, you need to add the following text to the description of your product:

  1. The EAPADPRO information graphic panel.
  2. All rights to this EAPADPRO panel belong to Vladislav  Expforex
  3. The author of the EAPADPRO information panel is not responsible for the advisor or indicator that uses our panel.
  4. Our EAPADPRO panel is designed solely for the purpose of providing additional information about trading on your account.


리뷰 8
Nepomnjashchy
78
Nepomnjashchy 2023.12.16 02:08 
 

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

Xiaoyu Huang
6632
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)
This is the latest iteration of my famous scalper, Goldfinch EA, published for the first time almost a decade ago. It scalps the market on sudden volatility expansions that take place in short periods of time: it assumes and tries to capitalize of inertia in price movement after a sudden price acceleration. This new version has been simplified to allow the trader use the optimization feature of the tester easily to find the best trading parameters. [ Installation Guide | Update Guide | Troublesh
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 open positions and 1 pending order 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
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 메이커를 소개합니다: 메타트레이더 5에서 나스닥 100 시장을 탐색하는 트레이더에게 없어서는 안될 보조 도구인 NAS100 Auto SL 및 TP 메이커로 손절매 및 테이크프로핏 설정을 다시는 놓치지 마세요. 이 도구는 손절 및 테이크프로핏 레벨 관리를 자동화할 수 있는 완벽한 솔루션을 찾는 분들을 위해 설계되었습니다. 주요 특징: 손쉬운 자동화: 손절 및/또는 테이크프로핏 없이 나스닥 100 거래를 자동으로 모니터링합니다. 사용자가 구성한 설정에 따라 레벨을 동적으로 조정합니다. 주문 유형의 다양성: 나스닥 100의 시장가 주문과 지정가 주문 모두 호환됩니다. 메타트레이더 5에서 사용할 수 있는 다양한 주문 유형을 지원합니다. 맞춤형 구성: 사용자 친화적 인 매개 변수 설정을 통해 추적 환경 설정 및 손절매 / 이익 실현 수준을 사용자 지정할 수 있습니다. 유연한 범위: 실행되는 특정 NAS100 상품 또는 거래되
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
이 제품의 구매자들이 또한 구매함
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
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,
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
이 라이브러리를 사용하면 EA를 사용하여 거래를 관리할 수 있으며 설명에 언급된 스크립트 코드와 전체 프로세스를 보여주는 비디오의 데모 예제를 사용하여 모든 EA에 통합하기가 매우 쉽습니다. - Place Limit, SL Limit, Take Profit Limit 주문 - 플레이스 마켓, SL-마켓, TP-마켓 주문 - 지정가 주문 수정 - 주문 취소 - 쿼리 주문 - 레버리지, 마진 변경 - 위치 정보 얻기 그리고 더... MT5에 바이낸스 차트가 없는 경우를 제외하고 암호화폐 차트 대여는 선택 사항입니다. 스크립트 데모를 보려면 여기를 클릭하세요. 트레이딩 패널과 거래하고 싶다면 이 제품에 관심이 있으실 것입니다. 이 제품은 Crypto Charting의 애드온입니다. 이 라이브러리를 사용하면 EA를 사용하여 거래를 관리할 수 있으며 설명에 언급된 스크립트 코드와 전체 프로세스를 보여주는 비디오의 데모 예제를
The following library is proposed as a means of being able to use the OpenAI API directly on the metatrader, in the simplest way possible. For more on the library's capabilities, read the following article: https://www.mql5.com/en/blogs/post/756098 The files needed to use the library can be found here: Manual IMPORTANT: To use the EA you must add the following URL to allow you to access the OpenAI API as shown in the attached images In order to use the library, you must include the following Hea
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
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
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
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. What is this The MT5 system comes with very few optimization results. Sometimes we need to study more results. This library allows you to output more results during backtest optimization. It also supports printing more strategy results in a single backtest. 2. Product Features The results of the optimized output are quite numerous. CustomMax can be customized. The output is in the Common folder. It is automatically named according to the name of the EA, and the name of the same EA will be au
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
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
이 라이브러리는 키 및 값 배열을 정렬하는 데 사용되며 종종 값을 정렬해야 합니다. 파이썬 언어처럼 sorted(key_value.items(), key = lambda kv:(kv[ 1 ], kv[ 0 ])) 가져오기 기능 사용 시나리오의 예 1. 그리드 EA 주문은 시가에 따라 정렬됩니다. void SortedByOpenPride()   {    long     OrderTicketBuffer[];    double   OpenPriceBuffer[];    for ( int i = PositionsTotal ()- 1 ; i>= 0 ; i--)      {        if (m_position.SelectByIndex(i))         {          OrderTicketBuffer[i] = long (m_position.Ticket());          OpenPriceBuffer[i] = m_position.PriceOpen();         }
Intro to Range Breakout Strategy (pre-close clearance) Range = yesterday high - Yesterday low On track = opening price + range *k; Lower rail = Open price - range *K Stop-loss closing position: When the price breaks up the upper track or breaks down the lower track, it breaks the opening price of the day again Parameters: Pairs List (comma separated)       = "GBPUSD,GBPJPY,USDJPY,XAUUSD,XTIUSD,USTEC"; - TimeFrame = PERIOD_D1; - MagicNumber      = 60037;          - OrderComment     = "RangeBre
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 Client MT5 고유한 복사 알고리즘은 마스터 계정에서 고객 계정으로 모든 거래를 정확하게 복사합니다. 이 제품은 또한 높은 작동 속도에서 높은 오류 처리로 유명합니다. 강력한 기능 세트. 프로그램
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.88 (60)
한 번의 클릭으로 거래할 수 있는 거래 패널.   위치 및 주문 작업!   차트 또는 키보드에서 거래. 거래 패널을 사용하면 차트에서 클릭 한 번으로 거래하고 표준 MetaTrader 컨트롤보다 30배 빠르게 거래 작업을 수행할 수 있습니다. 거래자의 삶을 더 쉽게 만들고 거래자가 훨씬 빠르고 편리하게 거래 활동을 수행할 수 있도록 도와주는 매개변수 및 기능의 자동 계산. 차트의 무역 거래에 대한 그래픽 팁 및 전체 정보. MT5 버전 전체 설명   +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 열기 및 닫기, 반전 및 잠금, 부분 닫기/오토로트. 가상/실제 손절매/이익 실현/후행 정지/손익분기점, 주문 그리드 .... MetaТrader 4   의 주요 요청 거래 제어판   : 구매, 판매, 구매 중지, 구매 제한, 판매 중지, 판매 제한, 닫기, 삭제, 수정, 후행 중지,
한 번의 클릭으로 거래할 수 있는 거래 패널.   위치 및 주문 작업!   차트 또는 키보드에서 거래. 당사의 거래 패널을 사용하면 차트에서 직접 클릭 한 번으로 거래를 실행할 수 있으며 표준 MetaTrader 컨트롤보다 30배 빠르게 거래 작업을 수행할 수 있습니다. 매개변수와 기능의 자동 계산을 통해 트레이더는 더욱 빠르고 편리하게 거래할 수 있습니다. 그래픽 팁, 정보 라벨, 무역 거래에 대한 전체 정보는 MetaTrader 차트에 있습니다. MT4 버전 전체 설명   +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 열기 및 닫기, 반전 및 잠금, 부분 닫기/오토로트. 가상/실제 손절매/이익 실현/후행 정지/손익분기점, 주문 그리드 ... MetaТrader 5   의 주요 주문 거래 컨트롤 패널: 구매, 판매, 구매 중지, 구매 제한, 판매 중지, 판매 제한, 닫기, 삭제
Exp THE X FULL
Vladislav Andruschenko
4.79 (28)
표준 지표에서 작업하는 MetaTrader 5용 범용 자동 전문가 고문. 유니버셜EA 생성자 EA에는 다양한 기능이 제공됩니다. 20개의 신호 중 하나를 선택하여 포지션을 열고 20개의 필터 중 5개를 선택하여 MetaTrader 패키지에 포함된 표준 지표의 신호를 분류할 수 있습니다. 또한, 표시기 매개변수를 조정하고, 시간 프레임을 선택하고, 각 신호에 대한 신호 막대를 지정할 수 있습니다. 또한 메타 트레이더 4 터미널위한 X EA를 다운로드 할 수 있습니다   MT4에 대한 X 주의   ! 새로운 범용 거래 고문   Exp -   맞춤형 지표에서 작업하는 xCustomEA: MetaTrader 5   용   xCustomEA 확장 MetaTrader 4   용   xCustomEA 확장 EA에는 다음 기능이 포함됩니다. 반대 추세 평균, 추세 방향으로 추가 개방, 후행 정지, 손익분기점, 총 손익으로 마감, 가상 손절매 이익 실현 및 후행 정지, 포지션 또는 보류/지정가 주
Exp TickSniper PRO FULL
Vladislav Andruschenko
4.04 (51)
Exp-TickSniper -   자동으로 각 통화 쌍에 대한 매개변수를 자동으로 선택하는 고속 틱 스캘퍼. 거래 매개 변수를 자동으로 계산하는 고문을 꿈꾸십니까? 자동으로 최적화되고 조정됩니까? MetaTrader 4용 시스템 정식 버전:       MetaTrader 4용   TickSniper   스캘퍼 TickSniper - 전체 설명       + 데모 + PDF EA는 10년 가까운 EA 프로그래밍 경험을 바탕으로 개발되었습니다. EA 전략은 모든 기호와 함께 작동합니다. 기간은 중요하지 않습니다. 로봇은 현재 시세, 틱 도달 속도, 스프레드 크기 및 기타 계약 사양 매개변수를 기반으로 합니다. 시스템은 유리한 정지 손실 및 이익 실현 수준을 자동으로 정의할 뿐만 아니라 평균 위치의 거리, 후행 정지 거리 등을 정의합니다. EA는 추세에 대해 추가 개방 시스템을 적용합니다("평균"). 설정은 실제 계정에서 테스트할 수 있도록 최적화되었습니다. Expert Advis
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.76 (17)
MT5용 트레이드 복사기는 metaТrader 5 플랫폼용 트레이드 복사기입니다   . 그것은 사이의   외환 거래를 복사합니다       모든 계정   COPYLOT MT5 버전의 경우   MT5   -   MT5, MT4   -   MT5 (또는 COPYLOT MT4 버전의 경우   MT4 -   MT4 MT5   -  MT4) 믿을 수 있는 복사기! MT4 버전 전체 설명   +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 МТ4 터미널에서 거래를 복사할 수도 있습니다(   МТ4   -   МТ4, МТ5   -   МТ4   ):   COPYLOT CLIENT for MT4 이 버전은 МТ5   -   МТ5, МТ4   -   МТ5   터미널 간을 포함합니다. 거래 복사기는 2/3/10 터미널 사이의 거래/포지션을 복사하기 위해 만들어졌습니다. 데모 계정 및 투자 계
Exp5 The xCustomEA for MT5
Vladislav Andruschenko
4.27 (11)
MetaTrader 5용 맞춤형 지표에 대한 범용 거래 고문. 전략의 빌더. Arrow   및 신호 버퍼로 표시기의 이름을 작성하면   EA xCustomEA   가 이러한 신호를 거래합니다. 또한 많은 내장 기능을 사용할 수 있습니다. MetaTrader4용 버전:   MetaTrader 4 터미널용   xCustomEA   버전 범용 거래 고문 xCustomEA의 기능은 다음 하나만 제외하고   고문 X의 모든 매개변수를 정확히 복제합니다. xCustomEA   는 맞춤형 지표에서 작동하며 MT5 터미널에 대한 거래 전략을 프로그래밍할 수 있습니다. xCustomEA   에는 인터넷이나 mql5 시장에서 다운로드할 수 있는 사용자 지정 지표에 대한 링크가 있습니다. The X EA의 표준 지표에서 +20 전략 우리의 새로운 조언자   xCustomEA   는 조언자 The X - Universal EA를   기반으로 합니다. 맞춤형 지표   와 어드바이저를 프로그래밍할 수 있습
Exp Swing
Vladislav Andruschenko
4.18 (45)
그것은 Swinger(Pendulum, Cheburashka)라고 하는 유명한 전략의 모델을 사용합니다. 전략은 두 개의 반대되는 보류 중인 주문을 배치하는 것입니다. 가격이 특정 방향으로 이동하면 하나의 보류 주문이 트리거되고 다른 주문의 로트 크기가 증가합니다. EA는 세 가지 유형의 개설 보류 주문(TypeofTrade)을 제공합니다. 배치 후 자동 개설(즉시 개설 AutoTrade) 수동 개봉 후 개봉 및 관리 (수동 개봉 ManualTrade) 높음/낮음 수준으로 열기(과거 막대 TFTrade의 경우 높음 낮음) OCO(One-Cancels-the-Other) 주문은 두 개의 주문으로 구성된 조건부 주문의 일종입니다. 두 번째 주문이 체결되면 첫 번째 주문은 자동으로 취소됩니다. 스윙 - 전체 설명 작동 원리 시작 시 Expert Advisor는 현재 가격에서   StopOrderDeltaifUSE   거리에   StopOrderDeltaifUSE 매수   와  
FREE
Exp Assistant 5
Vladislav Andruschenko
4.72 (122)
자동 설정, 손실 중지, 이익 실현, 추적 중지, 손익분기 수준,   가상   중지 손실 및 이익 실현. Exp Assistant는   귀하의 직위 유지 관리를 조직하는 데 도움을 줄 것입니다. Expert Advisor라는 이 프로그램은   Real 또는 Virtual을   자동으로 설정하도록 설계되었습니다.       거래하는 동안 포지션에 대한   손실 중지 및 이익 실현   수준. Expert Advisor의 모든 작업을 차트의 제어판에서 쉽게 관리할 수 있습니다. 미결 포지션   에 대해 손절매, 이익실현,   추적 손절매   ,   손익분기   점을 설정하는 데 어려움이 있거나 수동으로 거래하는 것을 선호하는 경우 보조 도구를 사용할 수 있습니다. 거래에 대한 손절매 설정 및 이익 실현, 추적 손절 설정, 필요한 경우 손절매를 손익분기점으로 이동하는 등 필요한 작업을 자동으로 수행합니다. 보조 도구에는   포물선형 Sar   표시를   기반으로 하는 후행 중지 기능도 있
FREE
Profit or Loss Pad
Vladislav Andruschenko
4.5 (10)
이익 추적 기능으로 총 이익/손실에 도달하면 MetaTrader 5에서 포지션을 청산합니다.   CloseIfProfitorLoss with Trailing 가상 정류장(별도 주문)을   활성화할 수 있습니다. BUY 및 SELL 포지션을 별도로   계산 및 마감(BUY SELL 별도) , 모든 기호 또는 현재 기호만   닫고 계산(모든 기호) , 이익을 위해   후행   활성화( 후행 이익) 포지션은 예치 통화, 포인트, % 및 인출 금액을   기준으로 마감됩니다. 응용 프로그램은 다른 EA와 함께 또는 수동 거래와 함께 모든 계정에서 사용하도록 설계되었습니다. MT4 버전 전체 설명   +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 일부 쌍 또는 모든 쌍의 총 거래 잔액이 설정에 지정된 값보다 크거나 같으면 모든 위치가 닫히고 주문이 삭제됩니다. 이 버전은 지정된 이익 수준
CloseIfProfitorLoss with Trailing
Vladislav Andruschenko
4.87 (30)
이익 추적 기능으로 총 이익/손실에 도달하면 MetaTrader 4에서 포지션을 청산합니다. 가상 정류장(별도 주문)을   활성화할 수 있습니다. BUY 및 SELL 포지션을 별도로   계산 및 마감(BUY SELL 별도) , 모든 기호 또는 현재 기호만   닫고 계산(모든 기호) , 이익을 위해   후행   활성화( 후행 이익) 예금 통화, 포인트, 잔액의 %에 대한 총 손익을 마감합니다. 응용 프로그램은 다른 EA와 함께 또는 수동 거래와 함께 모든 계정에서 사용하도록 설계되었습니다. MT5 버전 전체 설명   +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 일부 쌍 또는 모든 쌍의 총 거래 잔액이 설정에 지정된 값보다 크거나 같으면 모든 위치가 닫히고 주문이 삭제됩니다. 이 버전은 지정된 이익 수준에서 포지션을 마감할 수 있을 뿐만 아니라 더 나은 결과를 위해 이익을 추적할
Exp4 The xCustomEA for MT4
Vladislav Andruschenko
4.17 (6)
MetaTrader 4용 맞춤형 지표에 대한 범용 거래 고문. 빌더 전략. Arrow 및 신호 버퍼로 표시기의 이름을 작성하면 EA xCustomEA가 이러한 신호를 거래합니다. 또한 많은 내장 기능을 사용할 수 있습니다. MetaTrader 4용 버전:   MetaTrader 5 터미널용   xCustomEA   버전 범용 거래 고문 xCustomEA의 기능은 다음 하나만 제외하고   고문 X의 모든 매개변수를 정확히 복제합니다. xCustomEA   는 사용자 지정 지표에서 작동하며 MT4 터미널에 대한 거래 전략을 프로그래밍할 수 있습니다. xCustomEA   에는 인터넷이나 mql5 시장에서 다운로드할 수 있는 사용자 지정 지표에 대한 링크가 있습니다. The X EA의 표준 지표에서 +20 전략 맞춤형 지표   와 어드바이저를   프로그래밍할 수 있습니다.   xCustomEA   는 신호에 대한 위치를 엽니다. Universal Trade Adviser   xCust
Exp Tick Hamster MT5
Vladislav Andruschenko
3.75 (16)
MetaTrader 5의 모든 거래 기호에 대한 모든 매개변수를 자동으로 최적화하는 전문가입니다. T rading EA 설정없이! 진드기   햄스터   - 이것은   고문을 설정하고 싶지 않은 초보자와 사용자를 위한 자동 거래 전문가입니다! 이 거래 고문의 거래 전략은   7년 동안 테스트되었습니다. 초보자를 위해 특별히 설계된 자동매매 전문가를 통해 그 어느 때보다 쉽게 거래할 수 있습니다. 어드바이저를 설정하는 번거로움과 작별하고 스트레스 없는 트레이딩을 시작하세요. 지금 바로 시작하여 성공적인 트레이딩을 위한 첫걸음을 내딛으세요. MT4 버전 전체 설명   +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 어떻게 작동합니까? 다운로드; 차트에 설치하십시오. 고문은 자동으로 거래됩니다. 리뷰를 남겨주세요. 전문가를 설정하는 방법? 아무것도 사용자 정의할 필요가 없습니다! 우리
Exp Averager
Vladislav Andruschenko
4.79 (19)
Exp-Averager는   평균 거래를 개시하여 특정 하락폭을 받은 거래를 평균화하도록 설계되었습니다. 고문은 추세에 맞춰 또는 현재 추세에 반대하여 새로운 위치를 열 수 있는 능력이 있습니다. 또한 일련의 위치에 적용되는 스마트 트레일링 스톱 기능도 포함되어 있습니다. 고문은 직위의 로트 크기를 늘리거나 줄일 수 있습니다. 이는 손실 포지션을 평균 가격으로 가져오기 위해 널리 사용되는 전략입니다. MT5 버전 전체 설명 +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 연결 TickSniper   스캘퍼   의 평균화 시스템 예 평균화 기능을 갖춘 범용 트레이딩 어드바이저   The X Expert Advisor는 차트가 첨부된 통화 쌍에 대해 작업합니다. 예를 들어 EURUSD에 대한 평균을 활성화하려면 EURUSD 차트를 열고 Expert Advisor를 실행하십시
Exp TickSniper
Vladislav Andruschenko
4.09 (34)
Exp-TickSniper   는 각 통화 쌍에 대해 개별적으로 매개변수를 자동으로 선택하는 빠른 틱 스캘퍼입니다. EA는 10년 가까운 EA 프로그래밍 경험을 바탕으로 개발되었습니다. EA는 스마트 후행 정지를 사용하고 현재 통화 쌍 데이터, 시세, 사양 및 스프레드를 기반으로 단기 거래를 수행합니다. 평균화 전략은 신호 감지 알고리즘으로 인한 손실을 방지하는 데 사용됩니다. 오픈 포지션이 특정 손실을 입으면 포지션 평균화 기능이 발동됩니다. 극단적인 경우 TickSniper가 개설한 포지션에는 손절매가 수반됩니다. 자동 거래 시스템이 최소한의 이익을 얻을 수 없는 경우 포지션은 하나씩 손절매로 청산됩니다. 시스템은 유리한 정지 손실 및 이익 실현 수준을 자동으로 정의할 뿐만 아니라 평균 위치의 거리, 후행 정지 거리 등을 정의합니다. EA는 통화 쌍 사양, 현재 가격 및 전략의 일부인 기타 요소에서 이러한 매개변수에 대한 데이터를 얻습니다. 전체 MetaTrader 5 버전:
Averager FULL
Vladislav Andruschenko
4.9 (10)
Exp-Averager는   평균 거래를 개시하여 특정 하락폭을 받은 거래를 평균화하도록 설계되었습니다. 고문은 추세와 추세에 반대하는 추가 포지션을 열 수 있습니다! 일련의 위치에 대한 평균 후행 중지를 포함합니다! 그들은 많이 증가하고 감소하고 있습니다. 수익성 없는 포지션을 평균 가격으로 끌어올리기 위한 인기 있는 전략입니다. MT4 버전 전체 설명 +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 연결 MetaTrader 5 터미널의 Expert Advisor에서 평균기 작동 예:   Exp - TickSniper   . 평균화 기능을 갖춘 범용 트레이딩 어드바이저   The X 메모 이것은 자동화된 거래 시스템이 아닙니다. 거래를 모니터링하고 손실이 발생할 경우 이익을 얻을 때까지 평균을 냅니다. 전략 테스터에서 Expert Advisor를 테스트하고 시각적 모드에서 E
Exp Assistant 4
Vladislav Andruschenko
4.87 (85)
자동 설정 손절매, 이익실현, 후행 정지, 손익분기점 수준, 가상 정지 활성화. Exp Assistant   는 직위 유지 관리를 도와드립니다. 이 전문가 고문은 필요한 모든 손절매를 설정하고 귀하의 포지션에 대한 이익 수준을 취할 것입니다. 모든 Expert Advisor 작업은 차트의 제어판에서 관리됩니다. 열린 포지션이 있지만 Expert Advisor가 손절매, 이익 실현, 후행 정지 또는 손익분기점을 설정할 수 없고 수동으로 거래하는 경우 보조자를 사용할 수 있습니다. 자동으로 손절매를 배치하고 거래에 대한 이익을 얻고 필요할 때 후행 손절매를 켜거나 손절매를 손익분기점으로 이동합니다. 또한 Parabolic Sar 표시기를 기반으로 한 후행 정지 기능이 있습니다. MT5 버전 전체 설명 +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 어시스턴트의 9가지 주요 기능:
FREE
Exp5 Tester PAD for Strategy Tester
Vladislav Andruschenko
4.61 (28)
이 유틸리티를 사용하면 전략 테스터에서 전략을 수동으로 테스트할 수 있습니다. 시각화 차트에서 원클릭 거래. 거래 기술을 테스트하기 위한 편리하고 완벽한 기능을 이제 전략 테스터에서도 사용할 수 있습니다. Forex Tester Pad는 전략 테스터를 위한 트레이딩 시뮬레이터입니다. 지표를 이용한 거래. 우리 유틸리티의 주요 기능 MT4 버전 전체 설명 +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 MetaTrader 전략 테스터 4 및 5에서 작동합니다. 거래, 포지션, 주문 관리 모든 지표로 작업할 가능성 Stoploss, Takeprofit, Trailingstop, 주문 그리드; EAPAD PRO 차트 친화적 대시보드; 1클릭으로 속도제어, 일시정지, 차트제어가 가능합니다. 등등. 경고: 이 패널은 전략 테스터를 위한 것입니다! 실시간 차트에서 원클릭 거래를 하려면  
FREE
Exp4 THE X FULL Universal EA for MT4
Vladislav Andruschenko
4.25 (16)
다양한 기능을 갖춘 MetaTrader 4용 범용 지표 고문, 표준 지표 작업. 1명의 전문가 고문의 전략 수립자. 표준 MetaTrader 세트의 많은 거래 지표. 신호 20개 중 1개 및 필터 20개 중 5개 선택 가능. 요구 사항에 맞는 개별 사용자 정의를 위한 100개 이상의 매개변수. 각 신호에 대해 표시기 매개변수를 사용자 정의하고, 시간 프레임을 선택하고, 신호 막대를 지정할 수 있습니다. 연결: MetaTrader 5 터미널용 X       (MT5용 X) 주목       ! 새로운 범용 거래 고문       Exp The xCustomEA       ~을위한       메타 트레이더 4       , 사용자 지정 지표 작업 자체 최적화된 자동 거래 고문을 구매하려면 당사를 참조하십시오.             틱나이퍼       ! EA 설정 + DEMO + PDF에   대한 전체 설명서 및 설명은   블로그에서 찾을 수 있습니다. 설정 및 입력 설명 블로그에도
Exp5 Duplicator
Vladislav Andruschenko
4.71 (7)
Expert Advisor Duplicator   는   귀하의 계정 MetaTrader 5   에서 미리 설정된 횟수만큼 거래/포지션/신호를 반복합니다. 수동으로 또는 다른 Expert Advisor에 의해 열린 모든 거래를 복사합니다. 신호의 로트 크기를 늘릴 수 있습니다. 신호를 복사하고 신호에서 많이 증가합니다! MQL5 신호 로트 증가 다음 기능이 지원됩니다: 복사된 거래에 대한 사용자 지정 로트, StopLoss 복사, TakeProfit, 후행 정지 사용 등. MT4 버전 전체 설명 +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 연결 MetaTrader용 무역 복사기는 여기에서 사용할 수 있습니다:   COPYLOT 주목 참고   : 단말기간 거래용 복사기가 아닙니다. 복제기는 네팅 계정에서 사용할 수 없습니다. 전략 테스터에서 Expert Advisor를 테스트
Exp SafetyLock PRO
Vladislav Andruschenko
4.7 (27)
SAFETYLOCK을 통해 거래자는 이미 열린 포지션에 대해 반대 주문을 설정하여 강한 시장 반전을 피할 수 있습니다. 거래자 또는 EA가 포지션을 열면 SAFETYLOCK은 반대의 보류 주문을 엽니다. 포지션이 적자 상태가 되면 보류 주문이 활성화되어 잠금이 생성됩니다. EA를 사용하면 초기 위치를 닫거나 후행 정지로 작업하거나 로트를 곱할 수 있습니다. 포지션 가격에 따라 미결 주문 오픈 가격을 수정할 수도 있습니다. 전체 설명 +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 매개변수 기본(블로그의 매개변수에 대한 전체 설명) MilliSecondsTimerForMonitoring   - 알고리즘 실행 기간(밀리초)입니다(기본값은 1000 = 1초). SymbolMonitoring   - SymbolMonitoring = ALL_SYMBOL = 계정의 모든 기호 및 모든 거래를
Exp COPYLOT MASTER for MT4
Vladislav Andruschenko
4.54 (26)
MetaТrader 4용 거래 복사기. 모든 계정에서 외환 거래, 포지션, 주문을 복사합니다. 오늘날 최고의 МТ4   -   МТ4, МТ5   -   МТ5, МТ4   -   МТ5, МТ5   -   МТ4 무역 복사기 중 하나입니다. 고유한 복사 알고리즘은 마스터 계정에서 고객 계정으로 모든 거래를 정확하게 복사합니다. 높은 작동 속도. 힘든 오류 처리. 강력한 기능 세트. 이러한 모든 자질은 단일 프로그램인 EXP - COPYLOT에 결합됩니다. 프로그램은 여러 터미널 바인딩에서 실행할 수 있습니다. 하나의 계정에서 거래되는 다양한 투자자 계정 거래의 동기화 장치로 사용하십시오. - COPYLOT은 거래를 다른 터미널로 복사합니다. 설치 CopyLot Master - 위치 및 주문을 복사하려는 계정에 설치할 전문가. 포지션을 투자 계좌로 복사하려는 터미널에 이 전문가를 설치하십시오. 텍스트 레이블 이름을 pathWrite(pathRead)로 지정하십시오(예: "COPY"
FREE
Exp Tick Hamster MT4
Vladislav Andruschenko
3.5 (14)
MetaTrader 4의 모든 거래 기호에 대한 모든 매개변수를 자동으로 최적화하는 전문가입니다. T rading EA 설정없이! Tick   Hamster     - 이것은   고문을 설정하고 싶지 않은 초보자와 사용자를 위한 자동 거래 전문가입니다! 초보자 친화적인 전문 상담사와 함께 번거로움 없는 자동 거래를 경험해 보세요. 복잡한 설정에 대해 걱정할 필요가 없습니다. 전문가가 모든 것을 처리해 드립니다. 오늘 성공적인 거래를 위한 여정을 시작해보세요! MT5 버전 전체 설명   +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 어떻게 작동합니까? 다운로드; 차트에 설치하십시오. 고문은 자동으로 거래됩니다. 리뷰를 남겨주세요. 전문가를 설정하는 방법? 아무것도 사용자 정의할 필요가 없습니다! 우리는 당신을 위해 모든 것을 설정합니다! 1 설정 매개변수 = 거래 로트 로트 .
Exp4 Tester PAD for Strategy Tester
Vladislav Andruschenko
4.86 (28)
이 유틸리티를 사용하면 전략 테스터에서 전략을 수동으로 테스트할 수 있습니다. 시각화 차트에서 원클릭 거래. 최신 버전의 유틸리티는 거래자가 거래 전략을 수동으로 테스트할 수 있는 고급 기능을 제공합니다. 이제 전략 테스터를 사용하여 시뮬레이션된 환경에서 거래 전략의 효율성을 평가할 수 있습니다. 이 기능을 사용하면 거래 기술의 성과를 분석하고 이를 개선하여 거래 기술을 향상시킬 수 있습니다. 또한, 전략 테스터는 시각화 차트에서 원클릭 거래를 통해 편리하고 효율적인 거래 실행 방법을 제공합니다. 이 기능을 사용하면 다른 화면을 전환할 필요 없이 원하는 가격 수준에서 즉시 거래를 시작하고 종료할 수 있습니다. 전략 테스터에서 사용할 수 있는 전체 기능을 사용하면 거래 전략을 시뮬레이션 및 개선하고 결과를 분석하며 거래 기술을 효과적이고 효율적으로 최적화할 수 있습니다. MT5 버전 전체 설명 +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법  
FREE
Exp4 Duplicator
Vladislav Andruschenko
4.52 (21)
Expert Advisor   는   귀하의 계정 MetaTrader 4   에서 사전 설정된 횟수만큼 거래 및 포지션을 반복하거나 신호를 보냅니다. 수동으로 또는 다른 Expert Advisor에 의해 열린 모든 거래를 복사합니다. 신호를 복사하고 신호에서 로트를 늘립니다   ! 다른 EA의 수를 늘립니다. 다음 기능이 지원됩니다: 복사된 거래에 대한 사용자 지정 로트, 손절매 복사, 이익 실현, 후행 정지 사용. MT5 버전 전체 설명 +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 연결 MetaTrader용 무역 복사기는 여기에서 사용할 수 있습니다:   COPYLOT 주목 참고: 터미널 간 거래를 위한 복사기가 아닙니다. 전략 테스터에서 Expert Advisor를 테스트하고 비주얼 모드에서 EAPADPRO 도구 모음과 거래할 수 있습니다! 1개의 통화 쌍에 EA를 설치
Exp5 COPYLOT MASTER for MT5
Vladislav Andruschenko
4.2 (10)
Exp5 - COPYLOT MASTER는 MetaТrader 5 및 MetaTrader 4용 거래 복사기입니다. 모든 계정에서 Forex 거래를 복사합니다. 설치 이 Expert Advisor는 마스터 복사기입니다. 거래를 복사하려는 터미널에 Expert Advisor를 설치합니다. 텍스트 레이블 이름을 pathWrite로 지정하십시오(예: "COPY"). 거래를 복사하려는 터미널에 COPYLOT MASTER for MT5를 설치합니다. 그런 다음 복사하려는  MT4  터미널에 COPYLOT Client MT4를 설치합니다.  또는  MetaTrader 5용  Copylot 클라이언트 MT5 MT4용 COPYLOT MASTER를   다운로드할 수도 있습니다. COPYLOT - 전체 설명 및 매뉴얼   PDF 가이드 참고: 설정 목록은 설명 탭에서 찾을 수 있습니다. EA는 차트 1개로 설정해야 합니다! 기본적으로 저희 고문은 귀하의 계정에서 모든 포지션과 주문을 복사합니다! 주문
FREE
Ind4 Extra Report Pad
Vladislav Andruschenko
4.49 (45)
거래자 일기: MetaTrader 4의 거래 계정에 대한 분석을 제공하는 통계 패널입니다. 분석 결과는 실시간으로 차트에 표시됩니다. 다중 통화 거래는 오늘날 꽤 인기가 있습니다. 그러나 거래량이 많을수록 각 거래의 수익성을 분석하기가 더 어렵습니다. MT5 버전 전체 설명 +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 월별 거래를 분석하고 각 거래당 통계를 계산하는 것은 훨씬 더 어려운 작업입니다. 패널은 귀하의 계정을 분석하고 실시간으로 상세한 통계를 준비하는 효율적인 솔루션을 제공합니다. HTML   로 내보내기가 가능합니다 - 우리의 표시기는 수신된 모든 데이터를 별도의 HTML 파일에 저장합니다! 탭 및 컨트롤 패널은 현재 6개의 탭으로 구성되어 있습니다. TRADES   - 현재 열려 있는 거래 HISTORY   - 역사상 마감된 거래 모든 거래   - 공개 및 폐쇄 거
FREE
Ind5 Extra Report Pad
Vladislav Andruschenko
4.77 (30)
Traders Diary: MetaTrader 5의 거래 계정에 대한 분석을 제공하는 통계 패널입니다. 분석 결과는 실시간으로 차트에 표시됩니다. 다중 통화 거래는 매우 인기가 있습니다.  MT4 버전 전체 설명 +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 하지만 거래량이 많을수록 각 거래의 수익성을 분석하기는 더 어려워집니다. 월별 거래를 분석하고 각 거래별 통계를 계산하는 것은 훨씬 더 어려운 작업입니다. 트레이딩 시스템의 성과를 종합적으로 파악하고 싶다면 이 목표를 달성하는 데 도움이 되는 여러 도구를 사용할 수 있습니다. 이러한 도구에는 보고서, 통계, myfxbook, 트레이딩 일지, 계좌 분석, 수익률 통계, 분석, 혁신적인 대시보드 등이 있습니다. 이러한 도구를 활용하면 트레이딩 시스템의 성과를 자세히 분석하고 강점 및 잠재적 약점 영역에 대한 귀중한 통찰력을 얻을 수
FREE
Ind4 Market Time Pad
Vladislav Andruschenko
4.39 (18)
세계 주요 시장의 현재 시간을 표시하는 표시기. 또한 현재 세션을 표시합니다. 사용하기 매우 쉽습니다. 차트에서 많은 공간을 차지하지 않습니다. VirtualTradePad   와 같은 Expert Advisor 및 기타 패널과 함께 사용할 수 있습니다. 차트에 아날로그 시계가 표시된 버전입니다. 친애하는 친구 및 EA 사용자 여러분,   리뷰   섹션에 귀하의 평가를 추가하십시오. Forex 소프트웨어의 모든 업데이트는   무료입니다   ! 이것은 무료 거래 유틸리티입니다! 다른 특징들: 입력 매개변수에 옵션이 있습니다. 버튼 위에 마우스를 놓으면 팁 표시/숨기기, 팁의 언어를 선택할 수도 있습니다. 영어/러시아어; 닫기 버튼은 응용 프로그램을 중지합니다. 최대화/최소화 버튼은 차트의 창을 축소/확장합니다. 창은 차트에서 이동할 수 있습니다. 이렇게 하려면 창 상단 닫기 및 최소화 버튼 근처를 클릭한 다음 창을 원하는 위치로 이동합니다. Expforex,Vladon,Indicat
FREE
Lib4 EAPadPRO for MT4
Vladislav Andruschenko
5 (5)
Library to add the Information Panel to your Expert Advisor for MetaTrader 4. We can not guarantee that the information and interface of the program will give you a profit on deals, but we will definitely say that even the simplest interface of the program can strengthen the first impression. Detailed description and instructions for adding our panel to your Expert Advisor are in our blog: LIB - EAPADPRO Step-by-step instruction Detailed description of our panel and instructions for using EAPADP
FREE
필터:
Shigeo Sorihashi
99
Shigeo Sorihashi 2024.03.24 11:17 
 

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

Vladislav Andruschenko
244777
개발자의 답변 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
6632
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