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
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 — XAUUSD 디지털 도미넌스 프로모션: Cryon X-9000 어드바이저를 선물로 받으실 수 있습니다. 조건 및 액세스 문의는 직접 연락해 주세요. The Techno Deity는 골드 시장의 혼돈 속에서 구조적 질서를 찾는 트레이더를 위한 하이테크 트레이딩 시스템입니다. 가격 추종을 넘어 기관의 관심 구역과 시장 불균형을 식별하는 디지털 직관 알고리즘을 사용합니다. 주요 장점 유동성 지능: 숨겨진 유동성 클러스터를 스캔하여 강력한 임펄스 지점에서 진입합니다. 신경망 트렌드 필터: 노이즈와 가짜 조정을 걸러내고 진정한 추세를 포착합니다. 제로 그리드 철학: 마틴게일이나 그리드 전략을 사용하지 않습니다. 수학적 우위를 바탕으로 한 '원 엔트리-원 엑시트' 원칙을 고수합니다. 기술 사양 종목: 골드 (XAUUSD) 타임프레임: H1 추천 예치금: 500 USD 이상 (최소 200 USD) 실행 타입: 모든 브로커 호환 (낮은 스프레드 권장) 면책 조항
Exp TickSniper PRO FULL
Vladislav Andruschenko
3.97 (58)
Exp-TickSniper -   자동으로 각 통화 쌍에 대한 매개변수를 자동으로 선택하는 고속 틱 스캘퍼. 거래 매개 변수를 자동으로 계산하는 고문을 꿈꾸십니까? 자동으로 최적화되고 조정됩니까? MetaTrader 4용 시스템 정식 버전:       MetaTrader 4용   TickSniper   스캘퍼 TickSniper - 전체 설명       + 데모 + PDF EA는 10년 가까운 EA 프로그래밍 경험을 바탕으로 개발되었습니다. EA 전략은 모든 기호와 함께 작동합니다. 기간은 중요하지 않습니다. 로봇은 현재 시세, 틱 도달 속도, 스프레드 크기 및 기타 계약 사양 매개변수를 기반으로 합니다. 시스템은 유리한 정지 손실 및 이익 실현 수준을 자동으로 정의할 뿐만 아니라 평균 위치의 거리, 후행 정지 거리 등을 정의합니다. EA는 추세에 대해 추가 개방 시스템을 적용합니다("평균"). 설정은 실제 계정에서 테스트할 수 있도록 최적화되었습니다. Expert Advisor
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
Live Forex Trading EA
Aryaman Shah
3.67 (3)
In trading, the Sell or Buy decision is not easy. You need to perform extensive analysis and wait for a suitable entry. Despite this, the majority of traders struggle to maintain consistency. Here comes my EAI, a bot designed to automatically evaluate and execute trades using its artificial intelligence. It is built to work effectively with or without news trading. The AI-powered bot is designed to learn from its trades, optimizing its strategy daily to enhance accuracy and target profitability
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 전문가 상담사 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
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,
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 — 자동화 거래 시스템 Exclusive Black Pro Max MT5 는 MetaTrader 5용 전문가 어드바이저(EA)로, 고급 시장 분석 알고리즘과 리스크 관리 전략을 기반으로 합니다. EA는 완전 자동으로 작동하며 트레이더의 개입은 최소화됩니다. 주의! 구매 후 즉시 저에게 연락하세요 . 설정 지침을 보내드립니다! 중요: 모든 예시, 스크린샷 및 테스트는 데모 목적일 뿐입니다. 특정 통화쌍이 한 브로커에서 좋은 결과를 보여도 다른 브로커에서도 동일하다는 보장은 없습니다. 각 브로커는 고유한 시세, 스프레드 및 거래 조건을 가지고 있으므로 각 통화쌍은 사용자가 직접 최적화해야 합니다 그리고 실계좌에서는 단일 통화 모드 로만 실행해야 합니다. 멀티 통화 모드 스크린샷은 단순한 예시입니다. 중요 정보: EA의 데모 버전은 평가용으로만 제공됩니다. 최적화 없이 진행된 테스트 결과는 알고리즘의 실제 성능을 반영하지 않습니다. 완전한
지표에 대하여 이 지표는 금융 상품의 종가에 대한 몬테카를로 시뮬레이션을 기반으로 합니다. 몬테카를로는 통계적 기법으로, 이전에 관찰된 결과에 기반한 랜덤 숫자를 사용하여 다양한 결과가 나올 확률을 모델링하는 데 사용됩니다. 어떻게 작동하나요? 이 지표는 과거 데이터를 바탕으로 시간에 따른 랜덤 가격 변화를 모델링하여 특정 종목에 대한 여러 가격 시나리오를 생성합니다. 각 시뮬레이션은 종가 변동을 반영하기 위해 랜덤 변수를 사용하여, 주어진 기간 동안 미래 시장 움직임을 효과적으로 모방합니다. 몬테카를로 시뮬레이션의 장점 - 몬테카를로 시뮬레이션은 다양한 미래 시나리오에 대한 테스트를 통해 여러 거래 전략의 리스크를 분석하는 데 도움을 줍니다. - 희귀한 극단적 사건(꼬리 위험)을 포함하여 다양한 시장 상황에서 전략의 성과를 확인할 수 있습니다. - 단일 예측에 의존하지 않고, 몬테카를로는 관련 확률과 함께 잠재적 결과의 범위를 제공합니다. 이는 수익 또는 손실 가능성을 이해하는
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
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
New Product Description for MadoCryptoXPro --- MadoCryptoXPro — The Smartest Crypto Warrior ️ Battle-tested on BTC & ETH. Built for real-time chaos. --- MadoCryptoXPro isn’t just another technical bot. It’s a battlefield machine designed to handle the madness of BTCUSD and ETHUSD with surgical precision. Whether the market is flat, trending, or just plain psycho — it stays focused, adapts fast, and protects your capital like a vault guard on Red Bull. --- Core Features: Smart
이 제품의 구매자들이 또한 구매함
VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https://www.mql5.com/en/signals/2356404 - Farmed Hedge Yield V Copy:  https://www.mql5.com/en/signals/2357156 Contact me via private message to receive the User Manual and Setup. * Thai Lauguage Support Available Farmed Hedge Yield Farming - Professional Pair Trading Dashboard (Manual - Hybrid - Semi/Automated EA) VERSION 3 - WILD HARVEST UPDATE Trading Approac
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
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
**MT5 트레이드 카피어 - 주문 복사** **MT5용 트레이드 카피어** *   다중 마스터 및 슬레이브 터미널 지원 *   DLL 사용 없이 로컬에서 운영 *   선택적 저속 모니터링 모드 *   강력하고 신뢰할 수 있는 트레이드 카피어를 필요로 하는 모든 트레이더에게 완벽 **MT5 to MT5 트레이드 카피어** **(메타트레이더 5 to 메타트레이더 5 카피어) | 메타트레이더 5용 초고속 로컬 트레이드 카피어 전문가 어드바이저(EA)** **개요** MT5 to MT5 카피어(메타트레이더 5 to 메타트레이더 5 카피어)는 모든 트레이더, 특히 전문 트레이더(Pro Traders), 계정 관리자(AM), 신호 제공자(Trading Signal Providers), 프로프-펌 사용자(Proprietary Trading Firm Users) 등을 위한 차세대 초고속 로컬 트레이드 카피어(로컬 트레이드 복제기)입니다. 다음과 같은 기능을 제공합니다: *   오프라인
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
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
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
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
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 사이트 신호에 거래를 위해 설계   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 인 경우,다음 값 많이 사용됩니다 거래에 대한 많은 고정 볼륨 사이트에서 이익을 가져 가라 웹 사이트에서 정지 손실을 사용 빈도신호업데이트고문의 사이트 방문 빈도 분 최대 스프레드무역에 허용되는 최대 스프레드를 거래합니다.스프레드가 더 높으면 보류 중인 주문 세트가 취소됩니다 사용트레일링 사용 후행 정지 트레일링
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
FiboPlusWaves MT5
Sergey Malysh
5 (1)
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 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)
TradePad는 수동 및 알고리즘 트레이딩을 위한 도구입니다. 여러 거래 상품에 대한 빠른 거래 작업과 포지션 제어를 위한 간단한 솔루션을 제공합니다. 주의, 이 애플리케이션은 전략 테스터에서 작동하지 않습니다! 데모 계정을 위한 애플리케이션의 평가판과 모든 도구에 대한 설명 애플리케이션 인터페이스는 고해상도 모니터에 맞게 조정되었으며 간단하고 직관적입니다. 편안한 작업을 위해 트레이더에게 다음과 같은 도구 세트가 제공됩니다. 거래 작업 관리, 메인 차트 기간 간 전환, TradePad 상품 간 전환을 위한 핫키 관리자; 포지션을 개설하거나 보류 주문을 설정할 때 하락 위험을 평가하고 잠재적 이익을 계산하기 위한 거래 수준 표시 도구; 여러 거래 심볼을 시각적으로 모니터링하고 알고리즘 트레이딩을 위한 거래 신호를 수신하기 위한 MultiCharts 도구. 편의를 위해 거래 쌍 세트를 구성하여 여러 시간대의 가격을 모니터링하고 다중 통화 거래를 수행할 수 있습니다. 확장된 HTML
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
Virtual Grid MT5
Volodymyr Hrybachov
반자동 거래를 위한 유틸리티. 브로커에게 보이지 않는 스탑 오더, 손절매, 이익 실현 및 트레일링 스탑 설정을 위한 동적 수준을 적용합니다. FIFO 요구 사항이 있는 미국 중개인을 포함하여 모든 중개인과 작업하는 데 적합합니다. 어드바이저 링크의 MT4 버전 버튼이나 라인을 사용하여 거래를 열 수 있습니다. 어드바이저가 선을 따라 포지션을 열려면: 차트에 선을 그리고 이름을 바꿉니다. 가격이 이를 초과하면 EA가 해당 명령을 실행합니다. OPEN_SELL - 판매 주문 열기 CLOSE_SELL - 모든 판매 주문 마감 OPEN_BUY - 구매 주문 열기 CLOSE_BUY - 모든 구매 주문 마감 명령이 실행된 후 "OK"라는 주석이 작성되고 행은 명령을 한 번만 실행합니다. 차트는 수신된 이익, 현재 오픈 포지션(주문 수, 로트 수 및 이익), 오픈 주문 버튼, 실행 속도 및 슬리피지에 대한 정보를 표시합니다. 옵션: MAGIC_NUMBER - 매직 넘버; LOT_
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는 하나의 컴퓨터 또는 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 이 거래 복사기가 할 수 있는 것: 한 계정에서 여러 계정으로 또는 여러 계정에서 하나
GRID for MT5
Volodymyr Hrybachov
GRID for MT5는 FOREX 금융 시장에서 빠르고 편안한 거래를 위해 설계된 주문 그리드로 거래하는 사람들을 위한 편리한 도구입니다. GRID for MT5에는 필요한 모든 매개변수가 포함된 사용자 정의 가능한 패널이 있습니다. 숙련된 트레이더와 초보자 모두에게 적합합니다. FIFO 요구 사항이 있는 미국 중개인을 포함한 모든 중개인과 협력하여 우선 이전에 열린 거래를 마감합니다. 주문 그리드는 고정되어 있을 수 있습니다. 주문은 고정된 단계로 열리거나 동적 오픈 수준을 가질 수 있습니다. 더 나은 가격으로 열리며 시장 주문에서만 작동합니다. GRID for MT5 트레이딩 패널은 오픈, 클로징, 오더 추적 기능을 갖추고 있습니다. 주문은 바스켓으로 마감되며, 단방향 - BUY 또는 SELL만 가능하거나 양방향 BUY 및 SELL을 함께 사용합니다. 포지션을 청산하기 위해 손절매, 이익실현, 손익분기점 및 추적 정지 기능을 사용할 수 있습니다. 손절매 및 이익실현은 잔액의
제작자의 제품 더 보기
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
필터:
리뷰 없음
리뷰 답변