EA Performance Logger Telegram

Are you running multiple Expert Advisors and struggling to keep track of exactly which one is performing and which one is dragging your account down? Do you find yourself constantly logging into MetaTrader just to check your daily or weekly P&L? Or are you looking for an easy way to provide evidence of your EA or manual trading performances to clients and potential investors?

Introducing the Performance Logger by AlgoQuant Labs for MetaTrader 5. This isn't just a simple notification bot; it is a comprehensive analytics engine designed for serious algorithmic traders."

(The Value Proposition) "Here is exactly why this tool is essential for your trading desk:

First, it offers Automated Peace of Mind. It automatically generates and sends professional-grade performance reports directly to your Telegram or Discord channels. Whether it's a Weekly, Monthly, or Yearly summary, you get the data you need delivered to your phone, without ever opening your terminal.

Second, it provides Deep Portfolio Insights. Most tools just show you the total balance. This utility breaks down your performance per Expert Advisor. It intelligently identifies trades—even those closed by Stop Loss or Take Profit—and groups them by strategy. You will know exactly which EA is your star performer, which currency pairs it traded, and which one needs optimization.

Third, it tracks Advanced Risk Metrics. We go beyond simple Profit and Loss. The reports include critical risk data like Maximum Drawdown, Profit Factor, Win Rates, and even Winning or Losing Streaks. This is essential data for prop firm traders who need to stay within strict limits.

And finally, it is Completely Customizable. Need to audit a specific date range? Use the Custom Period feature. Want to hide specific metrics or show detailed trade logs? You have full control over what gets reported."

"Stop guessing and start managing. Turn your MetaTrader terminal into a professional trading hub with the P&L Tracker."

Concise Feature List (For Product Description)

🚀 Automated Portfolio Analytics for MT5

  • 📊 Multi-Platform Reporting: Sends beautiful, formatted reports to Telegram and Discord automatically (Weekly, Monthly, Yearly).
  • 🤖 Per-EA Breakdown: Separates performance by Strategy/EA Name. See exactly how much each bot contributed to your bottom line.
  • 📉 Advanced Risk Data: Tracks Max Drawdown ($/%), Profit Factor, Average Consecutive Wins/Losses, and Gross P&L.
  • 🔍 Smart Trade Mapping: Intelligently maps  [sl]  and  [tp]  comments back to the original EA, ensuring your stats are always accurate.
  • Hz Custom Period Checks: Run reports for specific custom dates on demand—perfect for back-testing analysis or specific audits.
  • 💱 Symbol Tracking: Lists exactly which currency pairs were traded by each EA during the period.
  • ✅ Prop Firm Ready: Monitor your drawdown and consistency metrics in real-time without staring at the charts.


Here is a comprehensive "How to Use" guide for the Performance Logger.

Performance Logger - User Guide

This utility automatically tracks your trading performance and sends detailed reports to Telegram and Discord. Follow the steps below to set up the necessary connections and configure the Expert Advisor (EA).

Step 1: Setting up Telegram

To receive reports on your phone via Telegram, you need to create a "Bot" and get your Chat ID.

1. Get your Bot Token

  1. Open Telegram and search for @BotFather.
  2. Start a chat and send the command:  /newbot
  3. Follow the instructions:
    • Name: Choose a display name (e.g., "My Trading Reporter").
    • Username: Choose a unique username ending in  bot  (e.g.,  MyTradingStats_bot ).
  4. BotFather will send you a message containing your HTTP API Token.
    • Example:  123456789:ABCdefGhIJKlmNoPQRstuVWxyz
    • Copy this token. You will paste it into the  TelegramBotToken  input field in the EA.

2. Get your Chat ID

  1. Create a Group (optional but recommended) in Telegram and add your new bot to it as a member. Alternatively, you can just message the bot directly in a private chat.
  2. Send a test message (e.g., "Hello") to the bot or the group.
  3. Open your web browser and visit the following URL (replace  <YOUR_BOT_TOKEN>  with the token you got in step 1):
  4. Look for the text  "chat":{"id":  in the response. The number following it is your Chat ID.
    • Example:  -100123456789  (Group IDs usually start with a negative sign).
    • Copy this ID. You will paste it into the  TelegramChatID  input field in the EA.

Step 2: Setting up Discord

To receive reports in a Discord channel:

  1. Open Discord and go to the server where you want the reports.
  2. Right-click the text channel and select Edit Channel (gear icon).
  3. Go to Integrations -> Webhooks.
  4. Click New Webhook.
  5. Name the webhook (e.g., "Trading Bot") and ensure the correct channel is selected.
  6. Click Copy Webhook URL.

Step 3: Allowing Web Requests in MetaTrader 5

For the EA to send messages to the internet, you must allow it to communicate with Telegram and Discord servers.

  1. Open MetaTrader 5.
  2. Go to Tools -> Options (or press  Ctrl+O ).
  3. Click on the Expert Advisors tab.
  4. Check the box: Allow WebRequest for listed URL.
  5. Double-click "Add new URL" and add the following URLs exactly as written:
  6. Click OK.

Step 4: Configuring the EA Inputs

Attach the EA to any one chart (e.g., EURUSD H1). It will scan the entire account history, so you only need one instance running.

Telegram Configuration

  • SendToTelegram: Set to  true  to enable.
  • TelegramBotToken: Paste the token from Step 1.
  • TelegramChatID: Paste the ID from Step 1.
  • EnableWeeklyReports:  true  sends a summary every Monday.
  • EnableMonthlyReports:  true  sends a summary on the 1st of every month.
  • EnableYearlyReports:  true  sends a summary on Jan 1st.
  • EnableHistoryReportOnInit: If  true , sends a report of your entire account history immediately when you load the EA.

Discord Configuration

  • DiscordWebhookURL: Paste the URL from Step 2.
  • SendToDiscord: Set to  true  to enable.
  • SendDetailedToDiscord: If  true , sends a list of every single closed trade (be careful, this can be long).

Trading Configuration

  • EAName: Give your reporter a name (e.g., "Prop Firm Account 1"). This appears in the report header.
  • MagicNumber:
    • Set to  0  to track all trades on the account.
    • Set to a specific number (e.g.,  12345 ) to only report on trades from a specific EA.
  • IncludeSwapAndCommission:  true  (Recommended) to calculate Net P&L accurately.
  • DetailedReport:  true  prints detailed logs in the "Experts" tab of the terminal.

Custom Period Report

Use this to generate a one-time report for a specific date range (e.g., for backtesting analysis).

  • EnableCustomPeriodReport: Set to  true .
  • CustomPeriodStart: Select the start date.
  • CustomPeriodEnd: Select the end date.
  • Note: The report generates immediately when you click OK.

Report Visibility (Toggles)

You can customize exactly what data appears in the message to keep it clean.

  • ShowEAPnL / ShowEATrades / etc.: Toggle specific metrics for the "Per EA" breakdown section.
  • ShowTotalTrades / ShowTotalNetPnL / etc.: Toggle specific metrics for the "Total Account" summary section.

Troubleshooting

  • Error 4011 (Send failed): You likely forgot Step 3 (Allow WebRequest).
  • Error 400/404 (Discord): Check that you copied the full Webhook URL correctly.
  • No Messages: Check the "Experts" tab in the Terminal (at the bottom) for error logs. Ensure your Bot Token and Chat ID are correct.
Produtos recomendados
Bober Real MT5
Arnold Bobrinskii
4.76 (17)
Bober Real MT5 is a fully automatic Forex trading Expert Advisor. This robot was made in 2014 year and did a lot of profitbale trades during this period. So far over 7000% growth on my personal account. There was many updates but 2019 update is the best one. The robot can run on any instrument, but the results are better with EURGBP, GBPUSD, on the M5 timeframe. Robot doesn't show good results in tester or live account if you run incorrect sets. Set files for Live accounts availible only for cu
Account Risk Hedge Bot                                                                                  ...hedge your trades with confidence. Safeguard Your Investments with Account Risk Hedge Bot, stay ahead of market volatility with our cutting-edge risk management solution. Account Risk Hedge Bot is designed to safeguard your investments with automated precision, helping you navigate market uncertainty, ensuring you minimize losses and maximize returns. Note: Account Risk Hedge Bot does
Somewhere over the rainbow It is a system that tries to operate the market from the exhaustion of the trend with a correction algorithm that tries to cut losses at the cost of increasing the margin This system makes all the adjustments automatically, analyzing the pair and the market to decide which is the most efficient step to reach your destination. Somewhere over the rainbow is a multiple trade and multi lot system(The maximum batch can be up to 5 times the initial batch distributed in mult
Introduction Our system is more than just a tool—it’s your personal guide in the dynamic trading landscape. Expertly developed and optimized using advanced strategies, this groundbreaking predictor gives traders a powerful edge. It’s not just about the features; it’s about a trading journey that stands out from the crowd. Get ready for an enhanced trading experience like never before! What It Does Next Candle Prediction: Imagine gaining insights into the market’s next move before it happens. Our
Discover our groundbreaking scalping trading bot designed for small trading accounts. This bot utilizes a simple fractal breakout strategy, executing fast trades based on local highs and lows. Key Features: Trading System: Utilizes fractals for entry points in both long and short positions. Settings Explained: Detailed inputs including timeframes, risk management, and ATR-based stop-loss and take-profit levels. Optimal Trading Times: Best used with pairs like EUR/USD or USD/JPY during liquid ma
Mango Scalper
Mahmoud M A Alkhatib
Mango Scalper  is a fully automated scalping robot that uses a very Good and Smart breakout strategy, advanced money management and probabilistic analysis. Most effective in the price consolidation stages that occupy the bulk of the market time. Proven itself on real accounts with an excellent risk-to-reward ratio. Does not need forced optimization, which is the main factor of its reliability and guarantee of stable profit in the future. S uitable for both beginners and experienced traders.  
GoldRobotics
Patiwat Phinitsuwan
GoldRobotics EA: Automated Gold Trading with Precision and Speed GoldRobotics is a sophisticated Expert Advisor designed for automated trading on the XAUUSD (Gold) market. This EA employs a unique strategy based on precise candle pattern recognition and volume analysis, enabling swift entries and exits for optimal performance in volatile market conditions. It prioritizes quick reactions to market fluctuations, making it ideal for scalping strategies without relying on news events. ️ Unlik
Crystal Copycat – MT5 Trade Copier Pro (Local + Online) OVERVIEW Crystal Copycat ULTIMATE HYBRID  is a professional MT5 trade copier designed for prop accounts, money managers, and signal providers who need both ultra-fast local copying and flexible online distribution. It supports 2 engines in one EA: Local File Engine – copies trades between MT5 terminals on the same PC/VPS using the MT5 Common folder (no DLLs, no external web APIs). Online Telegram Engine – sends master trades to a Telegram b
By :ForextraderEanow   Green Mower 10.0                                                                                                                                                                                                                                                                                                        This EA is Famous Grid Strategy that open grid of trades with the same size (not martingale)  and make PROFIT even when the Forex price moves in the WRONG Direction
The Techno Deity — Domínio Digital no XAUUSD Promoção: Você pode receber o robô Cryon X-9000 de presente. Para detalhes e acesso, entre em contato diretamente. The Techno Deity é um ecossistema de trading de alta tecnologia para quem busca ordem estrutural no mercado de ouro. Utiliza um algoritmo de intuição digital para identificar zonas institucionais e desequilíbrios de mercado, permitindo entradas precisas com baixo drawdown. Vantagens Liquidez Inteligente: Identifica clusters de liquidez pa
Exp TickSniper PRO FULL
Vladislav Andruschenko
3.97 (58)
Exp-TickSniper - scalper de alta velocidade com seleção automática de parâmetros para cada par de moedas automaticamente. Você sonha com um consultor que calcule automaticamente os parâmetros de negociação? Otimizado e ajustado automaticamente? A versão completa do sistema para o MetaTrader 4:    Scalper  TickSniper  para MetaTrader 4 \ TickSniper - Full Description   + DEMO + PDF O EA foi desenvolvido com base na experiência adquirida em quase 10 anos de programação. Para começar a negociar co
Portfolio Evolution
Salvatore Caligiuri
PROMO  - Only for next 3 buyers, one free expert - DYNAMIC PORTFOLIO   expert advisor !   NO 5 STAR REVIEW IS REQUESTED FOR THE GIFT! LIVE RESULTS:   click here Portfolio EVOLUTION represents a cutting-edge Expert Advisor concept that utilizes a range of strategies across multiple currency pairs. It can be operated in a MULTICURRENCIES mode or in SINGLE PAIR mode, creating an extensive multi-strategy portfolio designed to achieve safe and steady profits from the forex markets. This expert a
Gold EA: Proven Power for 1-Minute Gold Trading Transform your trading with our Gold EA, meticulously crafted for 1-minute charts and delivering over 2000% growth in 5 years from just $100-$1000 . No Martingale, No AI Gimmicks : Pure, time-tested strategies with robust money management, stop loss, and take profit for reliable performance across multiple charts. Flexible Trading Modes : Choose Fixed Balance for safe profits, Mark IV for bold growth, or %Balance for high rewards—combine Mark IV an
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
SL TP Manager Utility MT5
AL MOOSAWI ABDULLAH JAFFER BAQER
SL-TP Manager Utility for MT5 - Professional Risk Management Tool Advanced Position Protection & Profit Management SL-TP Manager Utility is a powerful, intuitive tool designed for traders who want precise control over their risk management. This utility provides a sleek interface for setting, modifying, and managing your Stop Loss, Take Profit, and Trailing Stop levels with just a few clicks. Key Features: Dual Mode Operation: Set values in pips or absolute price with a simple toggle Independent
Tiger Lite
Dang Cong Duong
Tiger Lite recreate the history of entry and exit orders. The goal is that you can grasp their strategy how to play. CSV format support for WEB, MT4 and MT5 platforms. The sequence of steps is described in the photo. Note: Please choose the existing date and symbol on the CSV file. For MT4/5, export historical data and copy the records to excel, save it with the extension CSV. For MT4/MT5/WEB, save the name with format mt4.csv/mt5.csv/web.csv If you get the history from another source and your
FREE
Base Core
Sahil Mukhtar
5 (1)
Base Core Consultor Especializado Base Core é um robô de trading multi-moeda de próxima geração, construído exclusivamente para negociar de forma eficiente:   EURCHF,USDJPY,AUDUSD,GBPUSD,USDCAD,AUDCAD,EURUSD,GBPCHF,AUDJPY.   Operando no timeframe M15, o sistema integra modelagem de correlação avançada com técnicas de scalping de precisão para oferecer entradas de negociação de alta probabilidade e maximizar a consistência. Diferente de sistemas de pares únicos, o Base Core monitora pares simult
TradePilotmt5
Hossein Khalil Alishir
TradePilot Expert Advisor (EA) for MetaTrader 5 TradePilot is a professional and user-friendly Expert Advisor (EA) for MetaTrader 5 (MT5) . It simplifies automated trading , risk management , and trade execution with a smart trading panel . Perfect for beginners and experienced traders looking for a reliable trade manager EA with automated lot size calculation and smart position management. Key Advantages User-Friendly Trading Panel: Customizable panel with buttons and hotkeys for fast ex
Market Maestro: Your Ideal Partner for Automated Forex Trading If you're looking for a reliable assistant for trading in the currency market, Market Maestro is exactly what you need. This modern Forex bot is built using the latest technologies and algorithms, allowing it to effectively analyze market data and make informed trading decisions in real-time. Key Features of Market Maestro 1. Multicurrency Capability for Broad Opportunities Market Maestro can work with a wide range of currency pairs,
Bitcoin Robot Grid MT5
MQL TOOLS SL
4.59 (46)
Bitcoin Robot Grid MT5 is an intelligent trading system designed to automate BTCUSD trading using the grid trading strategy. This method takes advantage of market fluctuations by placing a structured series of buy and sell orders at predefined price levels. The robot continuously monitors market conditions and executes trades according to its preset parameters, allowing for consistent market engagement without the need for manual intervention. Bitcoin Robot Grid is the perfect solution for trad
ProTrade EA
Jim Ariel Camarce Ignao
Key Features   Automated Candle Pattern Recognition 10 Professional Patterns : Detects Bullish/Bearish Engulfing, Hammer/Shooting Star, Morning/Evening Star, Piercing/Dark Cloud, and 6 additional professional candlestick patterns Smart Filtering : Combine multiple patterns with configurable confirmation logic Volume Confirmation : Optional volume filter to validate pattern strength Multi-Timeframe Analysis : Separate execution and bias timeframes for better timing   Trading Dashboard Int
Cyclone Intraday
Mikhail Mitin
5 (1)
How the EA works (simple explanation) Trades on M5 timeframe Uses H1 timeframe to analyze global market context Analyzes 2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol: EURUSD Timeframe: M5 Trading style: Intraday
Exclusive Black Pro Max MT5 — Sistema de Trading Automatizado Exclusive Black Pro Max MT5 é um Expert Advisor para MetaTrader 5, baseado em algoritmos avançados de análise de mercado e gestão de risco. O robô funciona em modo totalmente automático e requer mínima intervenção do trader. Atenção! Entre em contato comigo imediatamente após a compra para receber as instruções de configuração! IMPORTANTE: Todos os exemplos, capturas de tela e testes são fornecidos apenas para fins demonstrativos. Se
Sobre o Indicador Este indicador é baseado em simulações de Monte Carlo nos preços de fechamento de um instrumento financeiro. Por definição, Monte Carlo é uma técnica estatística usada para modelar a probabilidade de diferentes resultados em um processo que envolve números aleatórios com base em resultados previamente observados. Como Funciona? Este indicador gera múltiplos cenários de preços para um ativo, modelando variações de preços aleatórias ao longo do tempo com base em dados históricos
Gold Crazy EA MT5
Nguyen Nghiem Duy
Gold Crazy EA   is an Expert Advisor designed specifically for trading Gold H1/ EU M15. It use some indicators to find the good Entry. And you can set SL or you can DCA if you want. It can be an Scalping or an Grid/ Martingale depend yours setting. This EA can Auto lot by Balance, set risk per trade. You also can set TP/ SL for earch trade or for basket of trade. - RSI_PERIOD - if = -1, then the default strategy works, if >0, then the RSI strategy works - MAX_ORDERS - to trade with only 1 order,
Scalping bot for the gold/dollar pair (XAU/USD) — a powerful and versatile solution for traders, designed to deliver maximum efficiency in a dynamic market. This bot is specifically engineered for scalping: it analyzes price changes and places trades even before significant market movements begin. This allows it to secure advantageous positions early and capitalize on even the smallest market fluctuations. Key Features: Flexibility: Adapts to any market conditions and suits your trading strategy
Magic EA MT5
Kyra Nickaline Watson-gordon
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA w
Bneu Trade Manager Pro
Marvinson Salavia Caballero
**Bneu Trade Manager Pro** is an advanced trading utility Expert Advisor for MetaTrader 5 that extends the functionality of the free version with automated trade management features, risk protection systems, and compliance tools for proprietary trading firm challenges. **All Free Version Features Included** All features from the free version are included in the PRO version. This includes visual trade management with drag-and-drop lines, risk-based position sizing, one-click order execution, p
The Gold Buyer
Moses Aboliwen Aduboa
Ride the Gold Trend with a Simple Buy-Only EA The  EA is a fully automated Buy-Only Expert Advisor for MetaTrader 5. It is designed to capture upward market opportunities with safe risk management and seamless execution. Why Traders Choose It: Best performance on Gold (XAUUSD) – highly liquid and trending. Buy-Only EA – focuses purely on long positions. Plug & Play setup – attach and let it trade automatically. Built-in Stop Loss & Take Profit protection. Smart one-position contro
Gyroscopes mt5
Nadiya Mirosh
5 (2)
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
Os compradores deste produto também adquirem
Farmed Hedge Yield Farming - Professional Pair Trading Dashboard (Manual - Hybrid - Semi/Automated EA) VERSION 3 - WILD HARVEST UPDATE Trading Approach: - Manual Trading: Primary focus - Auto Pilot: Optional supplementary feature - Full Automation: Not the main purpose Recommended Timeframe: H1-H4 DEMO VERSION Download the free demo to test functionality. Use Strategy Tester with Visual Mode to see how it works. VERSION 3 - NEW FEATURES Summary Dashboard (SRA Panel) - Quick pair selection w
YuClusters
Yury Kulikov
4.93 (43)
Atenção: A versão demo para revisão e teste está aqui . YuClusters é um sistema profissional de análise de mercado. O trader tem oportunidades únicas para analisar o fluxo de pedidos, volumes de negociação, movimentos de preços usando vários gráficos, perfis, indicadores e objetos gráficos. O YuClusters opera com base em dados de Tempos e Negócios ou informações de ticks, dependendo do que está disponível nas cotações de um instrumento financeiro. O YuClusters permite que você crie gráficos com
HINN Lazy Trader
ALGOFLOW OÜ
5 (2)
Lazy Trader is your personal risk management assistant that independently finds the best market entries, manages positions, and helps you extract maximum profit from every trading idea! It monitors charts from M1 to W1 , finds optimal entry points based on your parameters, and manages trades without your involvement: - Got an idea on the daily chart? No need to wait for lower timeframes to form a signal — Lazy Trader will check everything and open all necessary positions while you live your lif
Mentfx Mmanage mt5
Anton Jere Calmes
4.25 (8)
The added video will showcase all functionality, effectiveness, and uses of the 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 calculates al
Trade Copier for MT5   Supports multiple master and slave terminals   Local operation without DLL usage   Optional slow monitoring mode   Compatible with prop firm and personal accounts   IMPORTANT – SYMBOL SUFFIX & SYMBOL MAPPING If your Master and Slave accounts are on different brokers, symbol suffixes may differ (e.g. XAUUSD vs XAUUSD.m). In such cases, trades will NOT be copied unless Symbol Mapping is configured correctly in the Expert settings. Example: XAUUSD:XAUUSD.m MT5 to MT5
Unlimited Trade Copier Pro MT5 is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your 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 n
Spot vs Future Arbitrage EA  is a sophisticated, fully automated Expert Advisor engineered for MT5, delivering consistent profits through pure price arbitrage on Gold (XAUUSD). Spot vs Future Arbitrage EA  Requirement - Your Broker should provide SPOT and FUTURE for trading. This EA deploys a market-neutral hedge by simultaneously opening one long position in Gold spot and one short position in Gold futures. Risk is minimized via perfect offset—market swings affect both equally—while profits a
Mt5 To InterativeBrokers Copier allows you to copy deals from MT5 account to Interactive Brokers. With this, you can run your EA strategy on a MT5 Demo/Real Account, then copy all the deals to Interactive Brokers account real time. Features: 1. Copy or Invert-Copy deals Realtime from MT5 to IB Account. 2. Synchronizing positions of both accounts periodicaly, in case any missing copying. 3. You can choose only Buy position or Sell position. Symbols Setup: General Format:  {MT Symbol} -> {IB S
Crystal Trade Manager – Advanced MT5 Risk and Trade Control Utility Overview Crystal Trade Manager (CTM) is a professional MetaTrader 5 utility designed for risk management, trade automation, and instant execution control. It provides traders with an integrated system for protecting equity, managing daily drawdowns, controlling lot sizes, and applying automation features such as automatic SL/TP, break-even, and trailing stop. The tool is suitable for manual traders, prop-firm challenge particip
Trading Chaos Expert
Gennadiy Stanilevych
5 (11)
Não existe software igual no mundo e que represente um "console" universal de negociação informando sinais para operar, entrada automatizada do mercado, configurando o Stop Loss e o Take Profit, assim como o Trailling Profit para diversas negociações em apenas uma janela aberta. O controle intuitivo do Expert Advisor em "três cliques" garante um uso abrangente de todas as suas funções em diferentes computadores, incluindo tablets. Interagindo com indicadores de sinal adicionais que marcam o gráf
The  Easy Strategy Builder (ESB)  is a " Do It Yourself " solution that allows you to create a wide range of the automated trading strategies without any line of codes. This is the world’s easiest method to automate your strategies that can be used in STP, ECN and FIFO brokers. No drag and drop is needed. Just by set conditions of your trading strategy and change settings on desired values and let it work in your account. ESB has hundreds of modules to define unlimited possibilities of strategi
GRat Crypto
Ivan Titov
4.5 (2)
Trade on crypto exchanges in MT5! GRat_Crypto is a tool for manual and automated trading , including ANY available EA, ANY  cryptocurrency  on most popular crypto exchanges in the familiar MT5 environment 24/7. Features 1. ALL instruments of the 9 most popular crypto exchanges are available: Binance, BingX, Bybit, Coinbase, CoinEx, Kraken,   KuCoin, MEXC and OKX . 2. The ability to place ANY type of order available in MT5, both market and pending, to modify orders and positions, to delete order
Live Forex Signals é projetado para negociação em sinais do site   https://live-forex-signals.com/en e https://foresignal.com/en . Live Forex Signal for MetaTrader 4   https://www.mql5.com/en/market/product/81445 Parâmetro Nome de usuário e senha se você tiver uma assinatura para sites live-forex-signals.com/foresignal.com. então você deve preencher esses parâmetros com suas credenciais; se não houver assinatura, deixe os campos em branco; Comment   Comentário sobre transações abertas Risk   r
Professional Order & Risk Management EA for MT5 An advanced order management tool designed to help traders control risk, position size, and trade management with precision. Features include automatic lot size calculation , risk–reward management , manual & automatic partial closes , breakeven automation , market & pending order support , and hotkey execution — built for traders who value systematic and disciplined risk management . EA Features Automatic Lot Size Calculation Automatically c
Gold instrument scanner is the chart pattern scanner to detect the triangle pattern, falling wedge pattern, rising wedge pattern, channel pattern and so on. Gold instrument scanner uses highly sophisticated pattern detection algorithm. However, we have designed it in the easy to use and intuitive manner. Advanced Price Pattern Scanner will show all the patterns in your chart in the most efficient format for your trading. You do not have to do tedious manual pattern detection any more. Plus you
ClusterSecond
Rafil Nurmukhametov
4.78 (32)
The utility allows you to build different types of graphs: Seconds chart from 1 second to 86400 seconds Tick chart from 1 tick and above The volume chart Delta chart Renko chart Range chart Demo version of the utility https://www.mql5.com/ru/channels/clustersecond Built-in indicators for volumetric analysis: daily market profile and market profile of the selected timeframe, Cluster Search Imbalance VWAP Dynamic POC, VAH, VAL the profile depth of the market vertical volume with various display op
FiboPlusWaves MT5
Sergey Malysh
5 (1)
Uma série de produtos sob marca FiboPlusWave Um sistema comercial pronto baseado nas  ondas de Elliott e níveis de Fibonacci . Simples e de fácil acesso. Exibição de marcação das ondas de Elliott (opção geral ou alternativa) em um gráfico. Construção dos níveis horizontais, linhas de apoio e resistência, canal. Sobreposição dos níveis de Fibonacci para as ondas 1, 3, 5, A Sistema de alerta (no ecrã, E-Mail, Push notificações).    Particularidade s : sem se aprofundar na teoria das ondas de Ellio
Best Renko Chart Generator
Mohammad Taher Halimi Tabrizi
5 (1)
This is the Best Renko chart generator ever in the market you can set the box sizes based on ATR or Fixed Size: 1. Fixed Box Size 2. Current ATR Size 3. ATR size of the Chart Start Time. also you can set the Renko chart cut of date and time to start as reference of creating renko charts. you need to attach to a symbol chart that want the renko chart of it, then immediately a new chart will be opened which is based on renko, you can use this generated chart and attach your EA to trade on or you e
Equity Gaurd
Eredewei Henry Tiemo
️ Equity Protector EA – Auto SL & Trailing Stop for MT5 Protect your capital. Automate your risk. Maximize your control. The Equity Protector EA is a powerful risk management tool designed for Meta Trader 5 traders who prioritize capital preservation and smart trade automation. Whether you're a scalper, swing trader, or long-term investor, this EA ensures your account stays protected while optimizing trade exits with precision. Key Benefits Drawdown Shield Automatically monitors your accoun
TradePad
Ruslan Khasanov
5 (1)
O TradePad é uma ferramenta para negociação manual e algorítmica. Apresentamos uma solução simples para operações de negociação rápida e controlo de posições em diversos instrumentos de negociação. Atenção, a aplicação não funciona no testador de estratégias! Versão de teste da aplicação para uma conta de demonstração e uma descrição de todas as ferramentas A interface da aplicação está adaptada para monitores de alta resolução, simples e intuitiva. Para um trabalho confortável, o comerciante re
News Trader Pro is a unique robot that allows you to trade the news by your predefined strategy. It loads every piece of news from several popular Forex websites. You can choose any news and preset the strategy to trade it, and then News Trader Pro will trade that news by selected strategy automatically when the news comes. News release gives opportunity to have pips since the price usually has big move at that time. Now, with this tool, trading news becomes easier, more flexible and more exciti
If you wish to draw Support and Resistance lines, view: daily market opening, classical pivot levels, Fibonacci pivot levels, trend lines, Fibonacci levels, the remaining time to candle closing, and current spread. If you seek to place your orders with the exact lot that meets your desired stop loss risk. If you wish to do all this and more with just one click, then this is the perfect tool to use. This tool will allow you to feel more relaxed when deciding to open orders, as well as predicting
The new version of  MirrorSoftware 2021  has been completely rewriten and optimized.  This version requires to be loaded only on a single chart because  it can detect all actions on every symbol and not only the actions of symbol where it is loaded. Even the  graphics and the configuration mode  have been completely redesigned. The MirrorSoftware is composed of two components (all components are required to work):  MirrorController  (free indicator): This component must be loaded into the MASTER
The script displays info about the share's corporate reports and dividends. The data is downloaded from   investing.com : Report date Profit per share (EPS) Revenue Market capitalization Amount of dividends Date of payment of dividends Dividend income The product cannot be tested in the tester (since it is not possible to receive data from the Internet). Before launching:  Add 2   URL   https://ru.investing.com/earnings-calendar/Service/getCalendarFilteredData  and   https://ru.investing.com/di
Telegram Notify MT5 Telegram Notify MT5 is an utility tool to bridge your MetaTrader 5 activities to your Telegram chat/channel. It is useful for monitoring your MetaTrader 5 account by sending a notification to your particular Telegram chat/channel when someone/EA is placing trades, modifying order's TP/SL, closing trades and etc. This EA does not place any trade for your account. This EA also could be a convenient tool for monitoring other's EA trading activities or a tool for publishing your
Telegram ChartSnap MT5 is an utility tool to bridge your MetaTrader 5 activities to your Telegram chat/group/channel. It will screen shot your MetaTrader 5 chart and send it to your dedicated Telegram chat/group/channel through a Telegram bot. The whole process will keep repeating based on a time cycle that predetermined by the user. It is a convenient tool for those who like to get access to their favorite system/dashboard that only available at MetaTrader Desktop. Beside that, trader can easi
Virtual Grid MT5
Volodymyr Hrybachov
Utilitário para negociação semi-automática. Aplica níveis dinâmicos para definir ordens de stop, stop loss, take profit e trailing stop invisíveis para o corretor. Adequado para trabalhar com qualquer corretor, incluindo corretores dos EUA com um requisito de FIFO. Versão MT4 do link do consultor As negociações podem ser abertas usando botões ou linhas. Para que o consultor abra uma posição ao longo da linha: desenhe uma linha no gráfico e renomeie-a. Quando o preço o ultrapassar, o EA exec
Quick operation, quick purchase, sale, empty operation. Provide three buttons: Buy, Sell, empty. Buy: Quickly place more orders after clicking, default 1 hand, profit point and stop-loss point are 110 points, after successful order can be manually modified. Sell: Quickly place an empty order after clicking, default 1 hand, profit point and stop-loss point are 110 points, can be manually modified after the order is successful. Empty: Quickly clear all orders, including purchase and s
Copier MT5
Volodymyr Hrybachov
5 (1)
Copier MT5 é a copiadora mais rápida e confiável de transações entre múltiplas contas MetaTrader 4 (MT4) e MetaTrader 5 (MT5) instaladas em um computador ou servidor VPS. As transações são copiadas da conta MASTER para a conta SLAVE, a cópia ocorre devido à troca de informações através de um arquivo de texto com velocidade inferior a 0,5 segundos, o parâmetro é configurável. A copiadora de ofertas controla todas as mudanças na conta MASTER com alta precisão, ajusta os níveis de SL e TP, suporta
GRID for MT5
Volodymyr Hrybachov
GRID para MT5 é uma ferramenta conveniente para aqueles que negociam com uma grade de ordens, projetada para negociação rápida e confortável nos mercados financeiros FOREX. GRID for MT5 possui um painel personalizável com todos os parâmetros necessários. Adequado para comerciantes experientes e iniciantes. Trabalha com qualquer corretor, incluindo corretores americanos com um requisito de FIFO - em primeiro lugar, para fechar negócios abertos anteriormente. A grade de pedidos pode ser fixa - os
Mais do autor
Are you running multiple Expert Advisors and struggling to keep track of exactly which one is performing and which one is dragging your account down? Do you find yourself constantly logging into MetaTrader just to check your daily or weekly P&L? Or are you looking for an easy way to provide evidence of your EA or manual trading performances to clients and potential investors? Introducing the   Performance Logger by AlgoQuant Labs   for MetaTrader 5. This isn't just a simple notification bot; it
Filtro:
Sem comentários
Responder ao comentário