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
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 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 — XAUUSD デジタル・ドミナンス プロモーション:Cryon X-9000 アドバイザーをプレゼントとして受け取ることができます。条件の確認とアクセスについては、直接お問い合わせください The Techno Deityは、ゴールド市場の混沌の中に構造的な秩序を求めるトレーダーのために開発されたハイテク・トレーディング・エコシステムです。価格を追うだけでなく、機関投資家の関心ゾーンや市場の不均衡を特定するデジタル直感アルゴリズムを搭載しています。 主なメリット リクイディティ・インテリジェンス:隠れた流動性をスキャンし、急激なインパルスの可能性が高いポイントでエントリーします。 ニューラル・トレンドフィルター:ノイズや偽の調整を排除し、真のトレンドを判別します。 ゼロ・グリッド哲学:ナンピン、グリッド、マーチンゲールを一切使用しません。「ワン・エントリー、ワン・エグジット」の原則に基づきます。 技術仕様 通貨ペア:ゴールド (XAUUSD) 時間足:H1 推奨証拠金:500 USD〜(最小200 USD) 実行タイプ:すべてのブローカーに対応(低
Exp TickSniper PRO FULL
Vladislav Andruschenko
3.97 (58)
Exp-TickSniper- 各通貨ペアのパラメーターを自動的に自動選択する高速ティックスカルパー。 取引パラメータを自動的に計算するアドバイザーを夢見ていますか?自動的に最適化および調整されますか? MetaTrader4のシステムのフルバージョン:       MetaTrader4用の TickSniper   スカルパー TickSniper-完全な説明     +デモ+ PDF EAは、ほぼ10年間のEAプログラミングで得られた経験に基づいて開発されました。 EA戦略はどのシンボルでも機能します。 時間枠は関係ありません。 ロボットは、現在の相場、ティックの到着速度、スプレッドサイズ、およびその他の契約仕様パラメーターに基づいています。 システムは、有利なストップロスとテイクプロフィットレベル、平均ポジションの距離、トレーリングストップ距離などを自動的に定義します。 EAは、トレンドに対して追加のオープニングのシステムを適用します(「平均化」)。 その設定は、実際のアカウントでテストするために最適化されています。 Expert Advisorは、絶対にすべての通貨ペアで
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 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 エキスパートアドバイザー Base Coreは効率的なトレーディングのために専用に構築された次世代マルチ通貨取引ロボットです:   EURCHF,USDJPY,AUDUSD,GBPUSD,USDCAD,AUDCAD,EURUSD,GBPCHF,AUDJPY.   M15のタイムフレームで稼働し、システムは高度な相関モデルと精度の高いスキャルピング技術を統合して、高確率のトレードエントリーを提供し、一貫性を最大化します。 単一ペアシステムとは異なり、Base Coreはペアを同時に監視し、隠れた関係性と同期した価格動向を特定します。これにより、トレーダーは行動可能な機会の絶え間ない流れを得ることができ、トレード活動が増加しながらも規律あるリスク管理を維持します。 1 コピーが 198$ で利用可能です、その後の価格は 245$  入力説明:  https://www.mql5.com/en/blogs/post/765620 なぜ Base Core を選ぶべきか •   ペアスペシャリスト – EURCHF,USDJPY,AUDUSD,GBPUSD,USDCAD
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 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
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 — 自動売買システム Exclusive Black Pro Max MT5 は、MetaTrader 5 用のエキスパートアドバイザーであり、高度な市場分析アルゴリズムとリスク管理戦略に基づいています。EAは完全自動で稼働し、トレーダーの介入は最小限で済みます。 注意!購入後はすぐにご連絡ください 。設定手順をお渡しします! 重要: すべての例、スクリーンショット、テストはデモ目的のみです。あるブローカーで特定の通貨ペアが良好な結果を示しても、他のブローカーでも同様になるとは限りません。各ブローカーには独自のレート、スプレッド、取引条件があるため、 各通貨ペアはユーザー自身が最適化 し、リアル口座では 単一通貨モードのみ で稼働させる必要があります。マルチ通貨モードのスクリーンショットは例示のみです。 重要情報: EAのデモ版は評価目的のみです。最適化なしのテスト結果はアルゴリズムの実際の性能を反映しません。完全な利用には、ブローカー、証拠金、選択した銘柄に合わせた個別の最適化が必要です。最適化は必ずユーザー自身で行い、少なくと
インジケーターについて このインジケーターは、金融商品の終値に対するモンテカルロシミュレーションに基づいています。モンテカルロ法とは、以前の観測結果に基づくランダムな数値を使用して、さまざまな結果の確率をモデル化するための統計的手法です。 どのように機能しますか? このインジケーターは、歴史的データに基づき、時間の経過とともにランダムに価格が変動する複数の価格シナリオを生成します。各シミュレーション試行は、 終値 の変動を考慮するためのランダム変数を使用し、与えられた期間における将来の市場変動を効果的に模倣します。 モンテカルロシミュレーションの利点 - モンテカルロシミュレーションは、複数の将来のシナリオに対して戦略をテストすることで、さまざまなトレード戦略のリスクを分析するのに役立ちます。 - 稀な極端なイベント(テールリスク)を含むさまざまな市場状況で戦略のパフォーマンスを把握することができます。 - 単一の予測に依存するのではなく、モンテカルロ法は関連する確率を伴う潜在的な結果の範囲を提供します。これにより、利益や損失の可能性を理解するのに役立ちます。 モンテカルロ法は、
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** 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
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
このプロダクトを購入した人は以下も購入しています
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)
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
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
**MT5トレードコピーラー - 注文コピー** **MT5トレードコピーラー** *   複数のマスター端末とスレーブ端末をサポート *   DLLを使用しないローカル動作 *   オプションの低速監視モード *    強力で信頼性の高いトレードコピーラーを必要とするすべてのトレ ーダーに最適 **MT5 to MT5 トレードコピーラー** (MetaTrader 5 から MetaTrader 5 コピー)| MetaTrader 5 用高速ローカルトレードコピー EA **概要** MT5 to MT5 コピーラー(MetaTrader 5 から MetaTrader 5 コピー)は、すべてのトレーダー、特にプロトレーダー、 アカウントマネージャー、シグナルプロバイダー、 プロプライエタリトレーディングファームユーザーなどを対象とし た、次世代の超高速ローカルトレードコピーラーです。 以下の機能を提供します: *    オフラインタイマーおよび無効化コントロールを備えた完全なスレ ーブ(受信)正常性監視 *   超高速取引複製(10ミリ秒未満) *   100
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
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
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
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
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
Live Forex Signals サイト信号での取引用に設計されています   https://live-forex-signals.com/en と https://foresignal.com/en . Live Forex Signal for MetaTrader 4   https://www.mql5.com/en/market/product/81445 パラメータ サイトへのサブスクリプションを持っている場合は、ユーザー名とパスワードlive-forex-signals.com/foresignal.com サブスクリプションがない場合は、フィールドを空のままにします; オープンされているお得な情報へのコメント リスクリスクは、取引のための預金の割合として、リスク=0の場合、値ロットが使用されます 取引のためのロット固定ボリューム UseTakeProfitは、サイトから利益を取る使用します 当サイトからのご利用停止のご案内 F r e c h encysignalupdateinminute顧問のサイトへの訪問頻度を指定します MaximumSpreadForT
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
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
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 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)
TradePad は、手動取引とアルゴリズム取引の両方に使用できるツールです。複数の取引商品での迅速な取引操作とポジション管理のためのシンプルなソリューションを提供します。 注意: アプリケーションは戦略テスターでは動作しません。 デモアカウント用のアプリケーションの試用版とすべてのツールの説明 アプリケーション インターフェイスは高解像度のモニターに適応しており、シンプルで直感的です。快適な作業のために、トレーダーには次のツール セットが提供されます: 取引操作の管理、メイン チャートの期間の切り替え、TradePad 商品の切り替えを行うホット キー マネージャー。 ポジションを開くときや保留中の注文を設定するときに、ドローダウンのリスクを評価し、潜在的な利益を計算するために取引レベルをマークするツール。 複数の取引シンボルを視覚的に監視し、アルゴリズム取引の取引シグナルを受信するための MultiCharts ツール。利便性のために、取引ペアのセットを整理できます。これにより、複数の時間枠で価格を監視し、複数の通貨取引を行うことができます。 履歴の任意の期間の取引統計を表示するた
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
半自動取引のためのユーティリティ。ストップオーダー、ストップロス、テイクプロフィット、トレーリングストップをブローカーに見えないように設定するための動的レベルを適用します。 FIFO要件のある米国のブローカーを含むあらゆるブローカーとの連携に適しています。 アドバイザリンクのMT4バージョン 取引はボタンまたは線を使用して開くことができます。アドバイザが線に沿ってポジションを開くには、チャートに線を引き、名前を変更します。価格がそれを超えると、EAは対応するコマンドを実行します。 OPEN_SELL-売り注文を開きます CLOSE_SELL-すべての売り注文を閉じます OPEN_BUY-オープンバイオーダー CLOSE_BUY-すべての購入注文を閉じる コマンドが実行された後、コメント「OK」が書き込まれ、行はコマンドを1回だけ実行します。 チャートには、受け取った利益、現在のオープンポジション(注文数、ロット数、利益)、オープニング注文のボタン、実行速度、スリッページに関する情報が表示されます。 オプション: MAGIC_NUMBER-マジックナンバー; LOT_S
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つのアカウントから
GRID for MT5 ist ein praktisches Tool für diejenigen, die mit einem Orderraster handeln, das für den schnellen und komfortablen Handel an den FOREX-Finanzmärkten entwickelt wurde. GRID für MT5 verfügt über ein anpassbares Panel mit allen notwendigen Parametern. Geeignet sowohl für erfahrene Trader als auch für Anfänger. Funktioniert mit allen Brokern, einschließlich amerikanischer Broker mit einer FIFO-Anforderung - vor allem, um zuvor eröffnete Geschäfte abzuschließen. Das Orderraster kann ent
作者のその他のプロダクト
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
フィルタ:
レビューなし
レビューに返信