• Panoramica
  • Recensioni (2)
  • Commenti (15)
  • Novità

Slippage Monitor

5

This EA is designed to monitor the slippage of opening and closing orders, and save the records in files.

It is useful to record the slippage and evaluate brokers.

The record files are saved in the folder  MT4_Data_Folder\MQL4\Files.  Go to "File " --> "Open Data Folder" .

Warning: Do NOT open the files directly, otherwise it will affect the exectution of EA, just copy them to another folder and open them.


Usage:

  • Open a chart and load the EA on it, just need only one EA to run, it monitors all orders of all symbols.

Input:

  • Show in brief - If true, EA will show the latest 5 open/close slippage in point.
  • Record File Type - Select the file type: TXT or CSV.  I recommend TXT.

Example Open Slippage:  Slippage Monitor(60249928)-open.csv. It is the open slippage record.

Prior Time Ticket Symbol Type Lots Prior Price Open Price Slippage Open Time
2019.4.3 04:45 1546535151 CADCHF SEL 0.12 0.749 0.749 0 2019.4.3 04:45
2019.4.3 04:45 1546535168 AUDCHF SEL 0.14 0.70842 0.70845 3 2019.4.3 04:45
2019.4.3 04:48 1546535750 NZDJPY SEL 0.14 75.469 75.469 0 2019.4.3 04:48
2019.4.3 05:05 1546537773 GBPUSD BUY 0.1 1.31449 1.31449 0 2019.4.3 05:05
2019.4.3 05:30 1546538927 GBPCHF BUY 0.1 1.3119 1.31191 -1 2019.4.3 05:30

Note:

  • Prior Time -- It is the recorded time before order open
  • SEL -- It is the short for SELL
  • Prior Price -- It is the recorded price before order open
  • Open Price -- It is the real open price
  • Slippage -- It the difference in point between Prior Price and Open Price
  • for buy orders, Slippage = Prior Price - Open Price 
  • for sell orders,Slippage =  Open Price - Prior Price
  • Open Time -- The real open time.


Example Close Slippage:  Slippage Monitor(60249928)-close.csv. It is the close slippage record.

Prior Time Ticket Symbol Type Lots Prior Price Close Price Slip Point Prior Profit Close Profit Slip Money Close Time
2019.4.3 03:47 1546531016 USDJPY BUY 0.1 111.509 111.508 -1 3.14 3.05 -0.09 2019.4.3 03:47
2019.4.3 05:05 1546524103 GBPUSD BUY 0.12 1.3143 1.31431 1 16.56 16.68 0.12 2019.4.3 05:05
2019.4.3 05:05 1546514466 GBPUSD BUY 0.1 1.31439 1.31439 0 -5.3 -5.3 0 2019.4.3 05:05
2019.4.3 05:30 1546530240 GBPCHF BUY 0.12 1.31161 1.3116 -1 17.32 17.19 -0.13 2019.4.3 05:30
2019.4.3 05:30 1546514163 GBPCHF BUY 0.1 1.3116 1.3116 0 -5.81 -5.81 0 2019.4.3 05:30

Note:

  • Prior Time -- It is the recorded time before order close
  • SEL -- It is the short for SELL
  • Prior Price -- It is the recorded price before order close
  • Close Price -- It is the real close price.
  • Slip Point -- It is the slippage in point between Prior Price and Close Price.
  • for buy order close , Slip Point = Close Price - Prior Price , it is in point
  • for sell order close,  Slip Point = Prior Price - Close Price, it is in point.
  • Prior Profit -- It is the recorded profit before order close
  • Close Profit -- It is the real close profit.
  • Slip Money -- It is the slippage in money between Prior Profit and Close Profit. Slip Money = Close Profit - Prior Profit
  • Close Time -- It is the order's close time


  • Back Test:

    • You can do bact test to see how the EA works. See an example: Slippage Monitor Back Test
    • The record files are saved in the MT4_Data_Folder\test\files





    Recensioni 2
    Hatem Abou Ouf
    5243
    Hatem Abou Ouf 2021.10.18 16:03 
     

    nice tool, thanks

    Dominic Poirier
    386
    Dominic Poirier 2020.11.29 22:20 
     

    Very good utility.

    Prodotti consigliati
    Safety
    Sergey Ermolov
    4.67 (3)
    Penso che tutti conoscano una regola di gestione del denaro come "Sicuro". Per coloro che non lo sanno, safe comporta la chiusura di metà della posizione dopo che i profitti dell'operazione sono stati livellati alla dimensione del piede. Quindi, anche se il prezzo si gira e si blocca, non perderai più denaro, perché esattamente lo stesso margine di profitto è stato ottenuto quando una parte della posizione è stata chiusa in precedenza. Safety Advisor ha solo un'impostazione: il lotto di chius
    FREE
    Night Scalper EA Lite
    Robots4Forex Ltd
    2.33 (3)
    The Night Scalper EA Lite is a fully automated Expert Advisor that trades at night and relies on price reversion. The EA trades using market orders and has the option to use time averaging to improve performance. This EA works best on EURUSD using the M5 timeframe, but will also work on AUDUSD, GBPUSD, NZDUSD, USDCAD, USDCHF and likely many more. A VPS is advisable when trading this system and a low spread and commission based broker is best. Check the comments for back test results and optimiz
    FREE
    News Scalping Executor Pro is an utility which helps to trade high impact and huge volatility   news . This utility helps to create two opposite orders with risk management and profit protection. It moves automatically stop loss level to avoid losses as much as possible by using many different algorithms. It helps to avoid trading the news if spread suddenly becomes very huge. It can lock profit by moving stop loss or partially closing of orders. To be profitable with this type of trading yo
    FREE
    IceFX TradeInfo
    Norbert Mereg
    4.8 (54)
    IceFX’s TradeInfo is an utility indicator which displays the most important information of the current account and position. Displayed information: Information about the current account (Balance, Equity, Free Margin). Current spread, current drawdown (DD), planned profit, expected losses, etc. Number of open position(s), volume (LOT), profit. Today’s and yesterday’s range. Remaining time to the next candle. Last day profit information (with integrated IceFX ProfitInfo indicator). Risk-based LO
    FREE
    Lot Calculate
    Maksim Neimerik
    5 (1)
    This simple but useful script calculates the lot in % of the deposit. It is indispensable for risk management. There is only one customizable parameter: MaxRisk - risk in % for lot calculation. The product works as a standard script. Launch it once on an appropriate chart and start trading using the calculated lot value. Genious is simplicity! Happy trading!
    FREE
    PZ Penta O MT4
    PZ TRADING SLU
    2.67 (3)
    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
    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
    TradeBox
    aleksandr butkov
    A small trading panel makes it easier for a trader to visually place pending orders, market,  as well as trailing and unloading the grid of orders.  It is installed as a regular adviser.   Parameters and description:   Lot Volume: 100 - in this field you can set, change the order volume at any time   Line UP - visual horizontal level for pending BuyStop and SellLimit orders   Line DN - visual horizontal level for BuyLimit and SellStop pending orders   Delete Lines - delete all lines f
    FREE
    AQ RiskOptimizer
    HIT HYPERTECH INNOVATIONS LTD
    5 (2)
    Risk Optimizer is the absolute solution for applying risk management on your account. Bad risk management is the main reason that causes traders to lose money. Risk Optimizer calculates and suggests the correct lot size for each position according to your personal, customized risk profile. You can give directly your preferred risk as percentage (%) for each position or you can trust our algorithms to calculate and optimize according to your risk category selection. But it is not only that! Selec
    FREE
    Profitstat free
    Tonny Obare
    3.75 (4)
    Profitstat is a free indicator that scans your history and displays it on the chart. The free version shows the number of trades and profit made on the current and previous day. The data is updated instantly as soon as a trade closes. Simply attach it to any chart and it gives the account data irrespective of the chart currency nor timeframe.
    FREE
    MT4 AccountInfoEA
    Nikolaos Pantzos
    Account Info EA It is a tool that presents on the graph all the positions of the account, and specific information concerning the positions, but also the account. It enables the user to have an image of his account at a glance. Use like any expert advisor. You can't attach it in the same chart with other expert advisor. It does not have the ability to open or manage positions. You can attach it on any chart and any timeframe.
    FREE
    NAS100 Auto Sl And TP
    Moustapha Boulouz
    5 (2)
    Vi presentiamo NAS100 Auto SL e TP Maker per MT4: Non perdete mai più l'impostazione di StopLoss e TakeProfit con il nostro NAS100 Auto SL e TP Maker, un assistente indispensabile per i trader che navigano sul mercato del Nasdaq 100 su MetaTrader 4. Questo strumento è stato progettato per coloro che cercano una soluzione perfetta per automatizzare la gestione dei livelli di StopLoss e TakeProfit. Questo strumento è stato progettato per coloro che cercano una soluzione perfetta per automatizzare
    FREE
    Update:ver1.53 (2023/08/16) ・概要と必要環境 手動発注もしくは他ツール等からの発注に対し、指値発注予約の複製を生成します。こちらは「発注操作の簡易化」に特化したものになります。発注判断となる分析は、資料を漁る、経験則を導く、他の分析ツールやEAを併用する等、利用者ご自身で頑張ってください。なお、ver1.28より、「決済後、自動で再発注する」機能が実装されました。(有償版でのみ有効化できます) ・導入と導入後の操作 導入そのものは簡単です。「自動売買可能なEA」として、適当なチャートにて動作させるだけです。(チャートの対象相場は問いません。このEAは、チャートを見ていません)。あとは、「このEAでのローカルコピー以外の発注」があれば、それに応じて「損失が出た場合に備えての追加取引の予約」という形で、指値発注が自動生成されます。 導入操作上の注意として、「本EAを、複数のチャートで動作」はできません。EAがチャート自体を見ておらず、注文状況だけを見ているため、複数のチャートで動かす意味もありません。また、ターミナルとEAの設定として「自動売買」を許可しな
    FREE
    Stop controller – утилита, которая следит за тем, чтобы у ордеров были установлены стоп-приказы и за уровнем просадки или прибыли. Стоп-приказы можно установить, как пользовательские, так и расчётные. Также она способна сопровождать рыночные ордера. Сопровождение выглядит следующим образом: утилита отслеживает промежуточные между ценой открытия и тейкпрофитом цели и частично закрывает сделки, при этом переводя стоплосс на уровень предыдущей цели. Частичное закрытие ордеров можно отключить. Чтобы
    FREE
    Virtual Assistant MINI   VIRTUALL ASSISTANT = MAKE YOUR TP AND SL VIRTUAL!   Tool meant to control your stop loss and take profit by converting them to virtual SL/TP (with support for TRAILING) Convert all SL and TP to virtual so your exits on trades are hidden from your broker! Run this EA on any graph, choose 1MIN timeframe (VA is autosaving data only on new bar detected, so graph TF equals to VA autosave period) !!! When using virtual trade exits, stable connection is needed for order execut
    FREE
    Wicks UpDown Target GJ Wicks UpDown Target GJ is specialized in GJ forex pairs. Choppy movement up and down on the opening range every day.  Trading breakouts on London session and New York session is recommended. Guideline Entry Strategy Idea: Step 1 - Breakout Forming (Warning! Trade on London Session and New York Session) Step 2 - Breakout Starting (Take Action on your trading plan) Step 3 - Partial Close your order & set breakeven (no-risk) Step 4 - Target complete Step 5 - Don't tr
    FREE
    Wise Men Indicator demo
    Bohdan Kasyanenko
    3.67 (3)
    The indicator displays signals according to the strategy of Bill Williams on the chart. Demo version of the indicator has the same features as the paid, except that it can work only on a demo account . Signal "First Wise Man" is formed when there is a divergent bar with angulation.  Bullish divergent bar - with lower minimum and closing price in the upper half. Bearish divergent bar - higher maximum and the closing price at the bottom half. Angulation is formed when all three lines of Alligat
    FREE
    This indicator will mirror the assets in use in another metatrader, being able to choose the timeframe and a template. This is the Metatrader 4 Client, it needs the Metatrader 4 or 5 Server versions: Metatrader 4 Mirror Chart Server: https://www.mql5.com/en/market/product/88644 Metatrader 5 Mirror Chart Server:   https://www.mql5.com/en/market/product/88652 Details of how it works in the video.
    FREE
    Show Pips
    Roman Podpora
    4.31 (70)
    This information indicator will be useful for those who always want to be aware of the current situation on the account. 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. VERSION MT5 - More useful indicators There are several options for placing the information line on the chart: 1. To the right of the price (runs behind the price); 2. As a comment (in the up
    FREE
    PZ Pivot Points
    PZ TRADING SLU
    4.64 (14)
    This indicator displays pivot points in the chart, including historical vales, and supports many calculation modes for Pivot Points and S/R levels.  [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] It plots historical levels for backtesting purposes It allows you to select the reference timeframe It implements different Pivot Point calculation modes It implements different SR calculation modes It implements customizable colors and sizes Calculation Modes The indi
    FREE
    All what you need before start a trade network connection/broker's/symbols/historical orders benchmarks/currnet orders status 01. symbol's trading privilege 02. order execution mode 03. trade session hours 04. min lot/max lots 05. max pending orders 06. freeze point pending order's distant points (zero is good) 07. Min SL/TP points required by broker if open an order (zero is good) 08. account leverage 09. Margin call open an order must > 100% 10. MarginStopOut forced to close som
    FREE
    TrendPlus
    Sivakumar Subbaiya
    4.38 (13)
    Trend Plus   Trendplus  Indicator   Time Frame: Suitable for any time frame.  Purpose: Trend Prediction. Blue and red candle indicate the buy and sell call respectively. Buy: When the blue candle is formed buy call is initiated. close the buy trades when the next red candle will formed.   Sell: When the Red candle is formed Sell call is initiated. close the Sell trades when the next blue candle will formed.   Happy trade!!
    FREE
    如果产品有任何问题或者您需要在此产品上添加功能,请联系我 Contact/message me if you encounter any issue using the product or need extra feature to add on the base version. Dashboard Babon Scalping System Demo is the demo version of Dashboard Babon Scalping System, LINK , which has full functionalities of the paid version, except TDI Cross, TDI Momentum, TDI Price are not available Slope and Ichimoku are not available Only 5 pairs are included in demo version This system basically utilizes TDI, Heiken Ashi Trend, Price Tre
    FREE
    MQLTA Auto Close Demo
    MQL4 Trading Automation
    Auto Close is an expert advisor that can assist you with your money and risk management rules. The EA can monitor your Balance, Equity, Margin, Global Profit and Global Loss and alert you in case any of these reaches a specified threshold. This Demo Version has Notification and Close features disabled, full version can be found https://www.mql5.com/en/market/product/29141 How does it work? Load the Auto Close EA in the chart and set the parameters you want to keep monitored. If any of the risk
    FREE
    FFx Stochastic
    Eric Venturi-Bloxs
    4.7 (10)
    The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
    FREE
    MQLTA Auto Close
    MQL4 Trading Automation
    5 (3)
    Auto Close is an expert advisor that can assist you with your money and risk management rules. The EA can monitor your Balance, Equity, Margin, Global Profit and Global Loss and alert you in case any of these reaches a specified threshold. Free version with limited features can be found https://www.mql5.com/en/market/product/29179 How does it work Load the Auto Close EA in the chart and set the parameters you want to keep monitored. If any of the risk management parameters is met you can be no
    FREE
    GS spread
    Aleksander Gladkov
    The indicator calculates the current spread for each tick using the formula Spread=(ASK-BID)/Point. Schedule of changes in the boundaries spread over the timeframe displayed in a separate window from the date of accession of the indicator. Two lines corresponding to the minimum and maximum spread values are displayed. The indicator window is self-adjusted according to the minimum and maximum values from the moment of launch. The minimum and maximum values for the entire period of the indicator o
    FREE
    Advisor for manual and automatic trading on the trend lines of the Bollinger Bands indicator. The Expert Advisor draws trend lines from the middle band for a specified number of candles. You may be interested in my other products: https://www.mql5.com/ru/users/vypchela/seller Comments are welcome!  Recommended Broker . This Expert Advisor is available only on the MQL5 website! Options: Magic Number is a magic number. Profit - take profit Stop - stop loss. Lot - risk Limit - the maximum allowed
    Close by percentage MT4
    Konstantin Kulikov
    4.86 (7)
    Hello friends. I wrote this utility specifically for use in my profile with a large number of Expert Advisors and sets ("Joint_profiles_from_grid_sets" https://www.mql5.com/en/blogs/post/747929 ). Now, in order to limit losses on the account, there is no need to change the "Close_positions_at_percentage_of_loss" parameter on each chart. Just open one additional chart, attach this utility and set the desired percentage for closing all trades on the account. The utility has the following function
    FREE
    Royal GER30
    Hossein Davarynejad
    5 (3)
    Royal Ger30  This Expert Working On High Time Farm H1 , H4  the Expert can Analyze The Daily and weekly Trend of the Market and  Open Trade on H1 or H4  Trade have Not SL but have Recovery Lot size  Minim Deposit  1k  Fix Lot 0.01 For EightCap Broker because you can Trade with 0.01 on Stocks    Best Time = H1 Make sure to  Add Set File  Symbol GER30,GER Cash , DE40, DE30  on Eightcap  Broker  No need Set File  this Expert Have Auto Set File 
    FREE
    Gli utenti di questo prodotto hanno anche acquistato
    Trade Assistant MT4
    Evgeniy Kravchenko
    4.46 (181)
    It helps to calculate the risk per trade, the easy installation of a new order, order management with partial closing functions, trailing stop of 7 types and other useful functions. Attention, the application does not work in the strategy tester. Manual, Description, Download demo Line function -   shows on the chart the Opening line, Stop Loss, Take Profit. With this function it is easy to set a new order and see its additional characteristics before opening.   Risk management  - The risk
    Forex Trade Manager MT4
    InvestSoft
    4.98 (363)
    Do you think that in markets where the price can change in a split second, placing orders should be as simple as possible? In Metatrader, each time you want to open an order, you have to open a window where you enter the opening price, stop loss and take profit, as well as the trade size. In trading the financial markets, capital management is essential to maintain your initial deposit and multiply it. So, when you want to place an order, you probably wonder how big a trade you should open? Wha
    Local Trade Copier EA MT4
    Juvenille Emperor Limited
    5 (78)
    Sperimenta una copia di trading eccezionalmente veloce con il Local Trade Copier EA MT4 . Con la sua facile configurazione in 1 minuto, questo copiatore di trading ti consente di copiare i trades tra diversi terminali di MetaTrader sullo stesso computer Windows o su Windows VPS con velocità di copia ultra veloci inferiori a 0.5 secondi. Che tu sia un trader principiante o professionista, Local Trade Copier EA MT4 offre una vasta gamma di opzioni per personalizzarlo alle tue esigenze specifiche.
    TradePanel MT4
    Alfiya Fazylova
    4.91 (85)
    Trade Panel è un assistente commerciale multifunzionale. L'applicazione contiene più di 50 funzioni progettate per il trading manuale. Ti consente di automatizzare la maggior parte delle azioni di trading. Caratteristiche principali dell'applicazione: Funziona con qualsiasi strumento di trading (Forex, CFD, Futures e altri). Funziona contemporaneamente con un numero illimitato di strumenti di trading (simboli). Calcolo automatico del rischio per transazione e l'impostazione del rapporto tra la d
    Il MT4 to Telegram Signal Provider è uno strumento facile da usare e completamente personalizzabile che consente l'invio di segnali a Telegram, trasformando il tuo account in un fornitore di segnali. Il formato dei messaggi è completamente personalizzabile! Tuttavia, per un uso semplice, puoi anche optare per un modello predefinito e abilitare o disabilitare parti specifiche del messaggio. [ Dimostrativo ]  [ Manuale ] [ Versione MT5 ] [ Versione Discord ] [ Canale Telegram ] Configurazione È
    Trade Manager per aiutarti a entrare e uscire rapidamente dalle operazioni calcolando automaticamente il tuo rischio. Incluse funzionalità che ti aiutano a prevenire l'eccessivo trading, il vendetta trading e il trading emotivo. Le operazioni possono essere gestite automaticamente e i parametri di performance del conto possono essere visualizzati in un grafico. Queste caratteristiche rendono questo pannello ideale per tutti i trader manuali e aiuta a migliorare la piattaforma MetaTrader 4. Suppo
    Exp COPYLOT CLIENT for MT4
    Vladislav Andruschenko
    4.66 (67)
    Copiatore commerciale per MetaTrader 4.       Copia le operazioni, le posizioni e gli ordini forex da qualsiasi conto. È uno dei migliori copiatori commerciali       MT4 - MT4, MT5 - MT4       per il       COPYLOT MT4       versione (o       MT4 - MT5 MT5 - MT5       per il       COPYLOT MT5       versione). Versione MT5 Descrizione completa   +DEMO +PDF Come comprare Come installare     Come ottenere i file di registro     Come testare e ottimizzare     Tutti i prodotti di Expforex Versio
    The product will copy all telegram signal to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal, s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to
    Trade copier MT4
    Alfiya Fazylova
    4.67 (30)
    Trade Copier è un'utilità professionale progettata per copiare e sincronizzare le transazioni tra conti di trading. La copiatura avviene dal conto/terminale del fornitore al conto/terminale del destinatario, che sono installati sullo stesso computer o vps. Prima di acquistare, puoi testare la versione demo su un account demo. Versione demo qui . Istruzioni complete qui . Funzionalità e vantaggi principali: Supporta la copia degli ordini: MT4> MT4, MT4> MT5, MT5> MT4, inclusi i conti di compensaz
    Grid Manual MT4
    Alfiya Fazylova
    4.71 (17)
    Grid Manual è un pannello di trading per lavorare con una griglia di ordini. L'utilità è universale, ha impostazioni flessibili e un'interfaccia intuitiva. Funziona con una griglia di ordini non solo nella direzione delle perdite, ma anche nella direzione dell'aumento dei profitti. Il trader non ha bisogno di creare e mantenere una griglia di ordini, lo farà l'utilità. È sufficiente aprire un ordine e il manuale di Grid creerà automaticamente una griglia di ordini per esso e lo accompagnerà fino
    -25% discount ($199 -> $149) Advanced trading tool: One click smart orders that execute under your conditions Developed by trader for trading community:  position size calculator (lot size), open position after price action, strategy builder, set and forget trading, mobile notifications... Risk Management -  Risk percentage position size calculator, gain percentage, target risk reward ratio, spread and commissions are included in calculations 7 Advanced order types   - Set and forget trading
    Prendi il controllo del tuo portafoglio forex. Vedi istantaneamente dove ti trovi, cosa sta funzionando e cosa ti sta causando dolore! VERSIONE MT5 DISPONIBILE QUI: https://www.mql5.com/en/market/product/58658 Il dashboard di Trade Manager è progettato per mostrarti a colpo d'occhio dove si trova attualmente ogni posizione che hai nel mercato forex e rendere più facile la comprensione della gestione del rischio e dell'esposizione alle valute. Per i trader che scalano gradualmente il mercato c
    VirtualTradePad mt4 Extra
    Vladislav Andruschenko
    4.88 (59)
    Pannello di trading per il trading in 1 clic.   Lavorare con posizioni e ordini!   Trading dal grafico o dalla tastiera. Utilizzando il nostro pannello di trading, puoi fare trading con un clic dal grafico ed eseguire operazioni di trading 30 volte più velocemente rispetto al controllo MetaTrader standard. Calcoli automatici di parametri e funzioni che semplificano la vita di un trader e lo aiutano a condurre le proprie attività di trading in modo molto più rapido e conveniente. Suggerimenti gr
    Unlimited Trade Copier Pro is a tool to copy trade remotely between multiple MT4/MT5 accounts at different computers/locations over internet. This is an ideal solution for signal provider, who want to share his trade with the others globally on his own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not be able to receive the signal
    MT4 Alert Signal Trader
    Nguyen Van Anh
    4.5 (4)
    MT4 Alert Signal Trader  is an EA that helps you trade MT4 Alert popup. Some indicators can provide signals by showing an alert popup containing signal texts. This EA will read and trade these signal texts. The alert texts should contain at least 2 elements:  (1) a symbol text   (ex: "EURUSD") and  (2) a command type   (ex: "Buy", "Sell", "Close") that trigger EA's trading activities. Some other contents that may have or not are open price, stop loss, take profit values... The EA needs an aweso
    OrderManager MT4
    Lukas Roth
    4.63 (19)
    Presentazione del OrderManager : un rivoluzionario strumento per MT4 Gestisci le tue operazioni come un professionista con il nuovissimo utility Order Manager per MetaTrader 4. Progettato pensando alla semplicità e alla facilità d'uso, Order Manager ti permette di definire e visualizzare senza sforzo il rischio associato a ogni operazione, consentendoti di prendere decisioni informate e ottimizzare la tua strategia di trading. Per ulteriori informazioni sull'OrderManager, si prega di consultare
    FTMO Sniper 4
    Vyacheslav Izvarin
    Dedicated for FTMO and other Prop Firms Challenges 2020-2023 Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Best results on GOLD and US100  Use any Time Frame Close all deals and Auto-trading  before  US HIGH NEWS, reopen 2 minutes after Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday Recommended time to trade 09:00-21:00 GMT+3 For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94887 -------------------
    Trade Dashboard MT4
    Fatemeh Ameri
    5 (20)
    Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download   demo version  right now. You can find details
    KT Equity Protector MT4
    KEENBASE SOFTWARE SOLUTIONS
    3 (2)
    KT Equity Protector EA consistently monitors the account equity and closes all the market and pending orders once the account equity reached a fixed equity stop loss or profit target.  After closing all trading positions, the EA can close all open charts to stop other expert advisors from opening more trading positions. Equity Stop-Loss If your current account balance is $5000 and you set an equity stop loss at $500. In this case, the KT Equity Protector will close all the active and pending
    The News Filter
    Leolouiski Gan
    5 (17)
    Questo prodotto filtra tutti gli esperti consulenti e i grafici manuali durante il periodo delle notizie, così non dovrai preoccuparti di improvvisi picchi di prezzo che potrebbero distruggere le tue impostazioni di trading manuali o le negoziazioni effettuate da altri esperti consulenti. Questo prodotto viene fornito anche con un sistema completo di gestione degli ordini che può gestire le tue posizioni aperte e gli ordini in sospeso prima della pubblicazione di qualsiasi notizia. Una volta che
    Ultimate Trailing Stop EA
    BLAKE STEVEN RODGER
    4.33 (15)
    This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (overr
    Trade Copier Agent è progettato per copiare operazioni tra account/terminali multi MetaTrader (4/5). Con questo strumento, puoi agire come fornitore (fonte) o ricevitore (destinazione). Tutte le azioni di trading verranno copiate dal fornitore al destinatario senza alcun ritardo. Questo strumento ti consente di copiare operazioni tra più terminali MetaTrader sullo stesso computer con velocità di copia fulminee inferiori a 0,5 secondi. Guida all'installazione e agli input di Trade Copier Agent S
    DrawDown Limiter MT4
    Haidar, Lionel Haj Ali
    5 (9)
    Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
    CAP Strategy Builder EA
    MEETALGO LLC
    4.81 (27)
    The top-selling EAs on the market cost a lot and one day they are suddenly gone. This is because one strategy will not work in the forex market all the time. Our product is unique from all others in the MQL Marketplace because our EA comes with 34+ built-in indicators that allow adding more strategies every time.  You build your strategy and keep updating it. If one strategy does not work, simply build another all using only one EA. This is All-In-One EA in this market place. You can use as trad
    Mentfx Mmanage
    Anton Jere Calmes
    5 (16)
    The added video will show you the full functionality, effectiveness, and simplicity of this trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool c
    Take a Break
    Eric Emmrich
    5 (27)
    The most advanced news filter and drawdown limiter on MQL market NEW: Take a Break can be backtested against your account history! Check the " What's new " tab for details. Take a Break has evolved from a once simple news filter to a full-fledged account protection tool. It pauses any other EA during potentially unfavorable market conditions and will continue trading when the noise is over. Typical use cases: Stop trading during news/high volatility (+ close my trades before). Stop trading when
    The Expert Advisor will help you forward all pop-up alert with screenshot from  MetaTrader 4 to Telegram channel/ group, also forward all notifications to Telegram. Parameters  -  Telegram Bot Token - create bot on Telegram and get token.  -  Telegram Chat ID  - input your Telegram user ID,  group / channel ID  -  Forward Alert - default true, to forward alert.  -  Send message as caption of Screenshot - default false, set true to send message below Screenshot  How to setup and guide  - Telegram
    Trade Assistant GS
    Vasiliy Strukov
    5 (33)
    Il pannello di trading si limita alla gestione degli ordini, sia aperti tramite pulsanti che aperti dall'utente. Semplice e conveniente nella raccolta. Completerà qualsiasi acquirente. Consiglio di usarlo in tandem con l'indicatore Gold Stuff. Imposta il trading come ordini singoli e costruisci una griglia a distanza. Per creare una griglia standard, è sufficiente impostare una grande distanza, ad esempio 10000. I risultati in tempo reale possono essere visualizzati qui. Contattami subito d
    Copia i segnali da qualsiasi canale di cui sei membro (inclusi quelli privati e restrittivi) direttamente sul tuo MT4.  Questo strumento è stato progettato con l'utente in mente offrendo molte funzionalità necessarie per gestire e monitorare le negoziazioni. Questo prodotto è presentato in un'interfaccia grafica facile da usare e visivamente attraente. Personalizza le tue impostazioni e inizia a utilizzare il prodotto in pochi minuti! Guida dell'utente + Demo  | Versione MT5 | Versione Discor
    Custom Ultimate Sniper Dashboard
    Hispraise Chinedum Abraham
    5 (2)
    Questo Ultimate Sniper Dashboard personalizzato è un aggiornamento EA dell'indicatore Ultimate Sniper Dashboard originale. Funziona con un massimo di 98 algoritmi diversi per garantire che catturi la vera natura di una tendenza su una classe di attività con cui si lavora. Si tratta di una risposta diretta a molti suggerimenti e consigli ricevuti dalla maggior parte dei nostri clienti nel corso di diversi mesi.   Questa versione personalizzata è completamente personalizzabile. È alimentata da
    Altri dall’autore
    orologio. Questo consiglio riguarda solo la copertura dell'account. Versione Meta Trader 4       Quick Panel Pro caratteristiche I calcoli batch sono rapidi e semplici. Quando si sposta la linea di arresto, i calcoli vengono eseguiti immediatamente. La maggior parte delle transazioni commerciali può essere completata rapidamente semplicemente facendo clic su questo pannello. Puoi passare rapidamente da un pannello all'altro semplicemente facendo clic sui pulsanti verdi. EA può essere esegui
    Questo indicatore mostra la forza relativa delle otto principali valute (USD, EUR, GBP, AUD, NZD, CAD, CHF, JPY). I valori della forza sono normalizzati nell'intervallo da 0 a 100. Un valore maggiore di 60 significa forte. Un numero inferiore a 40 indica debolezza. Puoi provare la nostra guida gratuita (Pair Power Index) prima dell'acquisto. Il consulente offre valutazione di 28 coppie, trading manuale, trading di rete automatizzato, gestione degli ordini con trailing stop e protezione dei profi
    L'indicatore comprende due parti. Parte I: Le candele colorate mostrano la tendenza principale Le candele colorate servono a identificare lo stato del mercato tramite candele colorate. Come mostrato negli screenshot, se il colore è Acqua, il mercato è in uno stato in cui dovresti piazzare ordini lunghi o uscire da ordini corti. Se il colore è Pomodoro, è il momento di effettuare ordini brevi o di uscire da ordini lunghi. Se il colore sta cambiando, è meglio attendere il suo completamento (fino a
    Questo EA ha le caratteristiche: Fornisce una potenza di coppia ordinata di       le 28 coppie principali   ,           Semplifica il trading per scegliere le coppie più forti o più deboli. La potenza della coppia viene calcolata con l'indicatore       Forza relativa della valuta   incorporata in EA, gli input predefiniti sono D1,90,0 Può scambiare qualsiasi simbolo o coppia, senza limitarsi alle principali 28 coppie forex. Include 6 tag:       PPI, commercio manuale, vendita su griglia, acquist
    FREE
    L'indicateur comprend deux parties. Partie I : Les bougies colorées montrent la grande tendance Les bougies de couleur consistent à identifier l'état du marché à l'aide de chandeliers de couleur. Comme le montrent les captures d'écran, si la couleur est Aqua, le marché est dans un état dans lequel vous devez passer des ordres longs ou quitter des ordres courts. Si la couleur est Tomate, c'est le moment de passer des commandes courtes ou de sortir des commandes longues. Si la couleur change, il v
    OrderManager Pro
    Ziheng Zhuang
    4.25 (8)
    This Expert Advisor is designed to manage orders. It offers the following functions: Set a stop loss for an order having none. Set a take profit for an order having none. Close the last order if the total orders of a symbol are over the setting. Close the order if its lots are over the setting. Close the order if its profit in pips is over the setting. Close the order if its loss in pips is over the setting. Close the order if its profit in amount is over the setting. Close the order if its loss
    FREE
    Slippage Monitor MT5
    Ziheng Zhuang
    4.8 (5)
    This EA is designed to monitor the slippage of opening and closing orders, and save the records in csv file. It is useful to record the slippage and evaluate brokers. The record files are saved in the folder  MT5_Data_Folder\MQL5\Files.  Go to   "File " --> "Open Data Folder"   . Warning :   Do NOT open the files directly, otherwise it will affect the exectution of EA, just copy them to another folder and open them. Usage: Open a chart and load the EA on it, just need only one EA to run, it m
    FREE
    Account Summary MT5
    Ziheng Zhuang
    4.67 (3)
    This is a MetaTrader 5 script. It helps to summarize all trades into every symbol. Input Select Period: This is 7-option input. It includes Last Month, This Month, Last Week, This Week, Today, All History, and Date Specified. Specify Starting Date: Enter a date if you selected Date Specified in "Select Period" input. Specify Ending Date: Enter a date if you selected Date Specified in "Select Period" input. The summary is saved into a file in MQL5\Files folder. MT4 Version:   https://www.mql5.c
    FREE
    Account Export
    Ziheng Zhuang
    5 (2)
    This is a MetaTrader 4 script. It helps to export all trades into a CSV file as per Symbol and selected periods. Input Select Symbol: This is 2-option input. Select current symbol or all symbols to export its orders. Select Period: This is 7-option input. It includes Last Month, This Month, Last Week, This Week, Today, All History, and Date Specified. Specify Starting Date: Enter a date if you selected Date Specified in "Select Period" input. Specify Ending Date: Enter a date if you selected D
    FREE
    Account Summary
    Ziheng Zhuang
    5 (1)
    This is a MetaTrader 4 script. It helps to summarize all trades into every symbol. Input Select Period: This is 7-option input. It includes Last Month, This Month, Last Week, This Week, Today, All History, and Date Specified. Specify Starting Date: Enter a date if you selected Date Specified in "Select Period" input. Specify Ending Date: Enter a date if you selected Date Specified in "Select Period" input. The summary is saved into a file in MQL4\Files folder. Also, there is pop-up window for
    FREE
    Questo consulente offre le seguenti funzionalità: Posizione aperta: apri un ordine lungo o corto quando il prezzo attraversa la linea di tendenza. Liquidazione: liquida le posizioni lunghe o corte quando il prezzo attraversa la linea di tendenza. Trailing Stop Loss – L'EA segue la linea di tendenza e continua ad aumentare lo stop loss per gli ordini a lungo termine o a ridurre lo stop loss per gli ordini a breve termine. La linea può essere una linea di tendenza o una linea orizzontale.       Le
    Quick Panel
    Ziheng Zhuang
    Questo panel è composto da consulenti esperti e offre sei gruppi di panel di trading. Versione MT5:   copertura rapida del pannello caratteristiche La maggior parte delle operazioni di trading possono essere eseguite rapidamente facendo clic sui pulsanti su questo pannello. Cambiare i pannelli è facile come fare clic sul pulsante verde. EA può essere eseguito sui grafici visivi di Strategy Tester e fornisce un modo semplice per esercitarsi nel trading basato su dati storici. Mostra il prezzo m
    Quick Panel Pro
    Ziheng Zhuang
    5 (1)
    Questo EA è uno strumento di trading professionale che integra una gestione flessibile del rischio e 6 set di pannelli di trading. Versione MT5:   Quick Panel Hedging caratteristiche I calcoli batch sono rapidi e semplici. Quando si sposta la linea di arresto, i calcoli vengono eseguiti immediatamente. La maggior parte delle transazioni commerciali può essere completata rapidamente semplicemente facendo clic su questo pannello. Puoi passare rapidamente da un pannello all'altro semplicemente face
    This indicator shows the main trend on the current chart. Features This indicator includes two bands, one is the inner white bands, another is the outer blue bands. If the white dotted line crosses down the white solid line, this means that the trend has changed to be bearish. If the white dotted line crosses up the white solid line, this means that the trend has changed to be bullish. Once the crossing happened, it will not repaint. Settings ShowColorCandle: if 'true', it will show the colo
    Beta Bands
    Ziheng Zhuang
    This indicator shows main trend, entry zone and exit zone. This is a muti-timeframe indicator, so it is always repainting in the current period of the higher timeframe. Features Colorful Histogram: it indicates the main trend, the tomato means the market is bearish,and the sky blue means the market is bullish. Inner Blue Bands: it is entry zone for entry market, the market is relatively safe for entry. Outer Yellow Bands: it is exit zone for exit market, the market is oversold or overbought.
    This indicator shows the relative strength of 8 major currencies: USD, EUR, GBP, AUD, NZD, CAD, CHF and JPY. The strength value is normalized to the range 0-100: The value above 60 means strong. The value below 40 means weak. Note: This indicator does not show strength lines, it just shows the digital result on chart. Another version with strength lines: Currency Relative Strength Inputs BarsToCalculate - Number of bars to calculate strength. MaPeriodsToSmoothLines - Moving Average periods f
    Questo consulente è una dashboard che ti consente di scambiare più coppie con un solo clic. Clicca su       aprire       Questo pulsante apre un ordine per la coppia selezionata. Clicca su       chiudere       Questo pulsante chiude l'ordine per la coppia selezionata. Il lotto dell'ordine è il numero inserito dall'utente. I numeri positivi corrispondono agli ordini di acquisto, mentre i numeri negativi corrispondono agli ordini di vendita. Fare clic   sul pulsante Chiudi   per chiudere l'intero
    This indcator shows the trend with the color histogram. It is simple and easy to use. Usage: If the histogram changes from the aqua to the fuchsia, which means the trend is up. If the histogram changes from the fuchsia to the aqua,which means the trend is down. Inputs: MaPeriods: the periods of moving average. f1: the multiplier of inner bands f2: the multiplier of outer bands Popup Window Alert Email Alert Mobile Push Alert Alerts When the trend changes from the long trend to the short trend or
    Pair Power Matrix
    Ziheng Zhuang
    3.67 (3)
    This indicator is designed to show the pair power of the major 28 paris with RSI,Stochostic,and CCI. The power value is sorted from the weak to the strong. The weaker pairs: the pairs occurs at least 2 times in the top 3 rows The stronger pairs:   the pairs occurs at least 2 times in the bottom 3 rows Users can add another symbol, so it can calculate 28+1 symbols. My advice: https://www.mql5.com/en/blogs/post/729880 A free EA with Pair Power Matrix  ---  https://www.mql5.com/en/blogs/post/732
    The purpose of the inidcator is to identify the reversal point. The blue arrow is buy signal and the yellow star is its stop loss. The red arrow is sell signal and the yellow star is its stop loss. Alert feature: if there is a signal, the indicator will send alerts of  popup window,email or mobile push. Inputs: Popup Window Alert: it is false in default Email Alert : it is false in default Mobile Push Alert: it is false in default. MetaTrader 5 Version: Reversal Point Please note that the singa
    Note: This EA only works on Hedging account. The MetaTrader 4 version Quick Panel This Panel is an Expert Advisor, which provides six groups of trading panel. Features Most trading operations can be quickly made by clicking the button on these panels. Changing panels is quick just by clicking the green button. The EA can run on visual chart on the strategy tester, which provides an easy method to practice trading on history data. Show the average price on a yellow-background panel and draw th
    Gamma Bands   This indcator shows the trend with the color histogram. It is simple and easy to use. Usage: If the histogram changes from the aqua to the fuchsia, which means the trend is up. If the histogram changes from the fuchsia to the aqua,which means the trend is down. Inputs: MaPeriods: the periods of moving average. f1: the multiplier of inner bands f2: the multiplier of outer bands   Popup Window Alert Email Alert Mobile Push Alert Alerts When the trend changes for the long trend to the
    The purpose of the inidcator is to identify the reversal point. The blue arrow is buy signal and the yellow star is its stop loss. The red arrow is sell signal and the yellow star is its stop loss. Please note that the singal is against trend,it could be continual fail. Alert feature: if there is a signal, the indicator will send alerts of  popup window,email or mobile push. Inputs: Popup Window Alert: it is false in default Email Alert : it is false in default Mobile Push Alert: it is false in
    Questo consulente offre le seguenti funzionalità: Posizione aperta: apri un ordine lungo o corto quando il prezzo attraversa la linea di tendenza. Liquidazione: liquida le posizioni lunghe o corte quando il prezzo attraversa la linea di tendenza. Trailing Stop Loss – L'EA segue la linea di tendenza e continua ad aumentare lo stop loss per gli ordini a lungo termine o a ridurre lo stop loss per gli ordini a breve termine. La linea può essere una linea di tendenza o una linea orizzontale.       Le
    Filtro:
    Hatem Abou Ouf
    5243
    Hatem Abou Ouf 2021.10.18 16:03 
     

    nice tool, thanks

    Dominic Poirier
    386
    Dominic Poirier 2020.11.29 22:20 
     

    Very good utility.

    Rispondi alla recensione
    Versione 3.10 2021.10.18
    Code Optimization.
    Versione 3.0 2021.10.18
    Code Optimization.
    Versione 2.0 2019.06.26
    Optimize code
    Versione 1.10 2019.04.06
    Code Optimization.