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.
おすすめのプロダクト
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
HTB Throne Gold Scalper EA は、XAUUSD(ゴールド)を対象とした自動売買システムで、M5 の時間足で動作します。 事前に定義されたルールと管理されたリスクパラメータに基づき、日中のスキャルピング取引を実行します。 本 EA は、市場構造およびボラティリティの状況を分析して取引機会を選択します。 各取引は個別に管理されます。 グリッド戦略やマーチンゲール手法は使用していません。 リスク管理 全体的なリスクを管理するための日次損失制限 取引活動は口座残高に応じて調整されます 高いボラティリティが予想されるニュース時の取引を抑制するニュースフィルター ブローカーおよび口座要件 Raw Spread または ECN タイプの口座向けに設計 低スプレッドおよび高速な約定環境を推奨 XAUUSD に最適化 取引プロファイル 取引銘柄 XAUUSD(ゴールド) 時間足 M5 取引スタイル 日中スキャルピング 取引期間 短期 リスクモデル 管理型 戦略タイプ グリッドなし、マーチンゲールなし 推奨ユーザー リスク管理された自動売買に関心のあるトレーダー マーチンゲール手
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.  
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
Exp TickSniper PRO FULL
Vladislav Andruschenko
3.97 (58)
Exp-TickSniper- 各通貨ペアのパラメーターを自動的に自動選択する高速ティックスカルパー。 取引パラメータを自動的に計算するアドバイザーを夢見ていますか?自動的に最適化および調整されますか? MetaTrader4のシステムのフルバージョン:       MetaTrader4用の TickSniper   スカルパー TickSniper-完全な説明     +デモ+ PDF EAは、ほぼ10年間のEAプログラミングで得られた経験に基づいて開発されました。 EA戦略はどのシンボルでも機能します。 時間枠は関係ありません。 ロボットは、現在の相場、ティックの到着速度、スプレッドサイズ、およびその他の契約仕様パラメーターに基づいています。 システムは、有利なストップロスとテイクプロフィットレベル、平均ポジションの距離、トレーリングストップ距離などを自動的に定義します。 EAは、トレンドに対して追加のオープニングのシステムを適用します(「平均化」)。 その設定は、実際のアカウントでテストするために最適化されています。 Expert Advisorは、絶対にすべての通貨ペアで
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 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
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
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,
Perfect Trade EA Indicator 2026 for XAUUSD MT5 Премиальный многоуровневый самообучающийся индикатор с режимом автоторговли для XAUUSD Perfect Trade EA Indicator 2026 — это не просто индикатор и не обычный советник с примитивным входом по шаблону. Это премиальный торговый комплекс для MetaTrader 5, созданный для работы с XAUUSD, который объединяет в себе: - многоуровневый анализ рынка; - интеллектуальную фильтрацию сигналов; - режим автоматической торговли; - продвинутое сопровождение сделки;
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
Classic SNR MetaTrader 5 Expert Advisor | Multi-Symbol Support & Resistance Trading with Trend-Based Logic Overview Classic SNR Breakout EA is a professional trading robot that identifies structural Support & Resistance levels using daily swing points and executes trades based on H1 price action relative to these levels. The EA applies   dual logic : in an uptrend, it sells on H1 rejection below an SNR level; in a downtrend, it buys on H1 rejection above an SNR level. Breakout confirmations are
インジケーターについて このインジケーターは、金融商品の終値に対するモンテカルロシミュレーションに基づいています。モンテカルロ法とは、以前の観測結果に基づくランダムな数値を使用して、さまざまな結果の確率をモデル化するための統計的手法です。 どのように機能しますか? このインジケーターは、歴史的データに基づき、時間の経過とともにランダムに価格が変動する複数の価格シナリオを生成します。各シミュレーション試行は、 終値 の変動を考慮するためのランダム変数を使用し、与えられた期間における将来の市場変動を効果的に模倣します。 モンテカルロシミュレーションの利点 - モンテカルロシミュレーションは、複数の将来のシナリオに対して戦略をテストすることで、さまざまなトレード戦略のリスクを分析するのに役立ちます。 - 稀な極端なイベント(テールリスク)を含むさまざまな市場状況で戦略のパフォーマンスを把握することができます。 - 単一の予測に依存するのではなく、モンテカルロ法は関連する確率を伴う潜在的な結果の範囲を提供します。これにより、利益や損失の可能性を理解するのに役立ちます。 モンテカルロ法は、
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
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
Exclusive Imperium MT5 — 自動売買システム Exclusive Imperium MT5 は MetaTrader 5 用のエキスパートアドバイザー(EA)で、市場分析アルゴリズムとリスク管理に基づいています。EAは完全自動で稼働し、トレーダーの介入は最小限で済みます。 注意!購入後すぐにご連絡ください 。設定手順をお渡しします! 重要: すべての例、スクリーンショット、テストはデモ目的のみです。あるブローカーで特定の通貨ペアが良好な結果を示しても、他のブローカーでも同様になるとは限りません。各ブローカーには独自のレート、スプレッド、取引条件があります。したがって、 各通貨ペアはユーザー自身が個別に最適化する必要があります 。実際の口座では 単一通貨モードのみ で稼働させてください。マルチ通貨モードのスクリーンショットは参考例にすぎません。市場環境は変化するため、最適化は少なくとも 年に1回 繰り返すことを推奨します。 重要情報: EAのデモ版は評価目的のみです。最適化なしのテスト結果はアルゴリズムの実際の動作を反映しません。完全な利用には、ブローカー、資金、選
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
Master Manager
Medina Cortez Edison Armando
MASTER MANAGER Risk management of open operations (Does not perform automatic operations) and structural analysis. "Stop chasing prices; let the Master Manager identify institutional zones for you and surgically manage the risk of the trades you enter." ️ System Features 1. Structural Analysis: Identification of Swings and Balance of Sights with confluence. 2. Liquidity (FVG): Imbalance zones with 50% mitigation and dynamic extension. 3. Visual Management: Draggable and fixed partial
このプロダクトを購入した人は以下も購入しています
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) MULTI-ASSET SUPPORT Trade any asset available on your broker - Forex: Major, Minor, Exotic pairs - Crypto: BTC, ETH, XRP, SOL, BNB - Stocks: Apple, Tesla, Amazon, Google, etc. - Commodities: Gold, Silver, Oil, Gas - Indices: US30, NAS100, SPX500, DAX40 - Any CFD your broker offers VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https:/
Limited time offer: 20% off for a few days only!  - Annual subscription $360 instead of $450  - Lifetime plan $550 instead of $690 The core idea: using the user interface, you configure the parameters the chart must meet before entering a position (or positions), choose which entry models to use, and set the rules for when trading and planning should end. Lazy Trader  handles the rest: it  takes over all the routine chart watching and execution! full description  :: 3 key videos [1] ->  [2]   -
YuClusters
Yury Kulikov
4.93 (43)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
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
EA price is reduced to 50% discount for limited time period. Spot vs Future Arbitrage EA for MT5 Spot vs Future Arbitrage EA is an automated Expert Advisor designed for MetaTrader 5 that operates using price differences between Gold spot and Gold futures instruments. The strategy opens positions on both instruments simultaneously to take advantage of temporary differences between spot and futures prices. Requirements The trading account must provide both Gold spot and Gold futures instruments
Reward Multiplier is a semi-automatic trade manager based on pyramid trading that opens additional orders with the running profit of your trades to maximize return exponentially without increasing the risk. Unlike other similar EAs, this tool shows potential profit/loss and reward to risk ratio before even entering the first trade! Download Demo here  (starting lot is fixed at 0.01) Guide + tips here MT4 version   here You only open the first order. When your trade goes into profit RM opens a ne
************************************************ *********************************************** GoldMine Train は、ゴールドのトレンド取引戦略 EA です。 オペレーターは主要なトレンドの方向を決定し、トレインに指示を出します。 トレインはその方向で継続的に売買します。ロット数は、アカウント残高と事前設定されたレバレッジ比率によって異なります。 オペレーターがトレンドの方向を変更すると、トレインは停止し、利益を固定します。 ユーザーはチャート上のボタンを使用してトレンドの方向を簡単に選択できます。 ************************************************ ***********************************************
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
PropFolio Command Manager Pro PropFolio Command Manager Pro is an advanced, multi-symbol execution terminal designed to automate your custom arrow indicators. Simply enter the name of your arrow indicator into the settings, and the Command Manager will monitor up to 30 currency pairs, indices, or metals simultaneously from a single chart. When your indicator generates a signal, the EA verifies the trend using the built-in Higher Timeframe (HTF) algorithm, checks the live spread, and manages the
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
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 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
Features   With MT5 to Interactive Brokers(IB) Trader, you can: 1. Load chart data from IB to MT5, and Analyze with all standard or customer Indicators. 2. Place Orders to IB Account Directly in MT5. 3. Make your Own EAs upon IB Securities by only making minus changes of the trading function. Usage 1) Installation Copy the "Mt5ToIBTraderEn.ex4" and sample files to [MT5 Data Folder]->MQL5->Experts.  2)  MT5 Settings Add the IP Address to the MT5 Allowed URLs in 'Tools->Options->Expert Adviso
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
FiboPlusWave Series products Ready-made trading system based on Elliott waves and Fibonacci retracement levels . It is simple and affordable. Display of the marking of Elliott waves (main or alternative option) on the chart. Construction of horizontal levels, support and resistance lines, a channel. Superposition of Fibonacci levels on waves 1, 3, 5, A Alert system (on-screen, E-Mail, Push notifications).    Features: without delving into the Elliott wave theory, you can immediately open one of
PineChart
Muhammad Minhas Qamar
Developed by MMQ —  PineChart: Run PineScript Inside MT5 With A Modern Charting Experience An MQL5 Expert Advisor that runs Pine Script indicators and strategies directly inside MetaTrader 5. PineChart includes a full Pine Script interpreter so you can use your existing Pine Script v5/v6 source code without manually rewriting anything in MQL5. Links [  Website  |  Documentation  |  Demo ] NOTE: Downloading demo through MQL5 will give you limited functionality. To experience PineChart fully, dow
Trading Chaos Expert
Gennadiy Stanilevych
5 (11)
This software has no equals in the world and represents a universal trade "console" covering trading signals, automated market entry, setting of Stop Loss and Take Profit, as well as Trailing Profit for multiple trades at the same time in a single open window. Intuitive control of the Expert Advisor in "three clicks" ensures a comprehensive use of all its functions on different computers, including tablets PCs. Interacting with additional signal indicators that mark the chart to give a real mark
️ 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
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
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
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
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
半自動取引のためのユーティリティ。ストップオーダー、ストップロス、テイクプロフィット、トレーリングストップをブローカーに見えないように設定するための動的レベルを適用します。 FIFO要件のある米国のブローカーを含むあらゆるブローカーとの連携に適しています。 アドバイザリンクのMT4バージョン 取引はボタンまたは線を使用して開くことができます。アドバイザが線に沿ってポジションを開くには、チャートに線を引き、名前を変更します。価格がそれを超えると、EAは対応するコマンドを実行します。 OPEN_SELL-売り注文を開きます CLOSE_SELL-すべての売り注文を閉じます OPEN_BUY-オープンバイオーダー CLOSE_BUY-すべての購入注文を閉じる コマンドが実行された後、コメント「OK」が書き込まれ、行はコマンドを1回だけ実行します。 チャートには、受け取った利益、現在のオープンポジション(注文数、ロット数、利益)、オープニング注文のボタン、実行速度、スリッページに関する情報が表示されます。 オプション: MAGIC_NUMBER-マジックナンバー; LOT_S
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
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)
コピー機MT5は、1台のコンピューターまたはVPSサーバーにインストールされた複数のMetaTrader 4(MT4)アカウントとMetaTrader 5(MT5)アカウント間のトランザクションの最速かつ最も信頼性の高いコピー機です。トランザクションはMASTERアカウントからSLAVEアカウントにコピーされます。コピーは、テキストファイルを介した0.5秒未満の速度での情報交換により発生し、パラメーターは構成可能です。取引のコピー機は、MASTERアカウントのすべての変更を高精度で制御し、SLおよびTPレベルを調整し、注文の部分的および完全なクローズ、保留中の注文の変更などをサポートします。 コピー機は、インターネット経由ではなく、同じコンピューター上の端末間で機能します。 MT4端末とMT5端末の間のトランザクションをコピーするには、両方のバージョンの製品を購入する必要があります。 MT4製品バージョン:https:// www.mql5.com/en/market/product/45791 この取引コピー機でできること: トランザクションを1つのアカウントから
作者のその他のプロダクト
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
フィルタ:
レビューなし
レビューに返信