DC Invest Vip Trading Monitor

DC Invest Vip Trading Monitor Ver 1.09

Busy? No time to monitor orders? Don't let risks swallow your account!

Whether you are a busy office worker or a shipper who is always on the go, constantly monitoring transactions on MetaTrader 5 (MT5) is almost impossible. But don't worry, DC Invest - VIP Trading Monitor will help you control your account and manage risks automatically!

✅ Calculate optimal order volume - No more worrying about placing orders that are too large or too small, the system automatically recommends the appropriate volume to protect your account.

📊 Monitor balance, profit/loss & risk assessment - Display real-time safety level, warn immediately when the account is at risk.

⚠️ Alert immediately when the market fluctuates strongly - No need to keep your eyes on the screen, the system will send notifications to Telegram for you to make timely decisions.

🚀 Smart trading, tight risk management – ​​Let DC Invest - VIP Trading Monitor help you invest with peace of mind!


// Version 1.09 Updates:

// - Display Live/Demo account, server time

// - Added more detailed error checking in the interface functions (CreatePanel, CreateLabels), Telegram (SendTelegramMessage), and closing orders (CloseAllPositions).

// - Complete multilingualization with fully translated strings for English, Vietnamese, Chinese, Spanish, and Arabic.

// - Added flexible customization for SLPips, RiskPercent, and MaxRiskPercent in CalculateRecommendedLot() and CalculateMaxLot() via input parameters.

// - Improved transaction log in SaveToCSV() to save details of each order (ticket, type, symbol, volume, profit).

// - Added sound alert (PlaySound) when advice changes in OnTick().


Features:


  • Account Monitoring: Displays MT5 account number, balance, equity, profit/loss (P/L), and account type (Live or Demo).

  • Position Tracking: Shows the number of Buy and Sell orders, total lots, and profit/loss for each position type, with visual indicators (green for profit, red for loss, white for no positions).

  • Risk Assessment: Assesses risk based on lot size (Lot/Equity) and profit/loss (P/L Equity), categorized as Very Low, Low, Medium, High, or Very High, with icons and colors.

  • Trading Suggestions: Provides recommendations (e.g., 'Can Hold Long,' 'Should Close Some Positions,' 'Cut Loss Now') based on risk levels and profit/loss.

  • Market Status: Indicates whether the market is open or closed.

  • Telegram Integration: Sends periodic reports and alerts to a Telegram bot (optional, configurable via inputs, requires internet connection).

  • Manual Position Closing Option: Allows manual closing of all positions if the loss exceeds a specified threshold (optional, configurable).

  • Language Support: Supports 5 languages: English, Vietnamese, Chinese, Spanish, Arabic, for all displayed text.

  • Customizable Appearance: Offers adjustable panel size, position, colors, font size, and update interval.

Why Use DC Invest- VIP Trading Monitor?


  • Suitable for traders needing account monitoring and risk management tools for multiple markets.

  • Supports decision-making with real-time data and monitoring tools, helping manage time effectively.

  • Supported by ongoing updates and multilingual documentation (English, Vietnamese, Chinese, Spanish, Arabic).

Installation:


  • Download the DCInvestVIPTradingMonitor.mq5 file or .ex5 file.

  • Place it in the MQL5/Experts folder of your MetaTrader 5 installation (e.g., C:\Users<YourUser>\AppData\Roaming\MetaQuotes\Terminal<BrokerFolder>\MQL5\Experts).

  • Restart MetaTrader 5 or refresh the Navigator panel.

  • Drag and drop the utility onto any chart from the Navigator > Experts section.

Usage:


  • Adding to Chart: Attach the utility to any MT5 chart to display the monitoring panel.

  • Configuring Settings: Modify the input parameters in the utility settings dialog (as listed below).

  • Interacting with the Panel: Click the 'Telegram ON/OFF' button to toggle Telegram notifications. Click the '-' or '+' button to minimize/maximize the panel.

  • Note: This utility does not perform automated trading; it is for monitoring and risk management only.

Telegram Notification Setup:


  • To enable Telegram notifications for account status reports and alerts, follow these steps:
    • Create a Telegram Bot:
      • Open Telegram and search for '@BotFather'.

      • Send '/start' to @BotFather, then use '/newbot' to create a new bot.

      • Follow instructions to name your bot and get a unique bot token (e.g., '123456789:ABCdefGHIjklMNOpqRSTuvwxYZ'). Save the token.


    • Get Your Chat ID:
      • Add your bot to a Telegram chat or group (or use a private chat).

      • Send a message to the bot (e.g., '/start').

      • Use @userinfobot or @RawDataBot on Telegram to find your chat ID, or check via the bot’s API (e.g., https://api.telegram.org/bot<YourBotToken>
        /getUpdates).

      • Save the chat ID (e.g., '123456789').


    • Configure Utility Settings:
      • In the MT5 utility settings, enter the TelegramToken and TelegramChatID.

      • Set TelegramReportInterval to the desired interval in minutes (e.g., 30, 60, or 0 to disable).

      • Ensure your MT5 terminal has internet access for notifications.


    • Test Notifications: Enable notifications via the panel’s 'Telegram ON/OFF' button and verify reports are sent to your Telegram chat.


Input Parameters (Adjustable for Your Needs):


  • Parameter | Description | Default Value

  • PanelWidth | Width of the panel (pixels) | 900

  • PanelHeight | Height of the panel (pixels) | 450

  • XPosition | X-position of the panel (from left) | 800

  • YPosition | Y-position of the panel (from top) | 20

  • LineHeight | Height of each line in the panel (pixels) | 40

  • Indent | Indent spacing within the panel (pixels) | 5

  • UpdateInterval | Update frequency (seconds) | 1

  • FontSize | Font size for text | 9

  • Language | Language (English, Vietnamese, Chinese, Spanish, Arabic) | "English"

  • TelegramToken | Telegram bot token (optional, leave blank to disable) | ""

  • TelegramChatID | Telegram chat ID (optional, leave blank to disable) | ""

  • PipValue | Pip value for risk assessment calculations (must be > 0, used for monitoring only) | 10

  • TelegramReportInterval | Periodic report interval (minutes, 0 to disable) | 0

  • AutoCloseEnabled | Enable manual position closing option (false to disable) | false

  • AutoCloseThreshold | Loss threshold (%) for manual position closing | 20.0

  • PanelBgColor | Background color of the panel | C'24,31,44'

  • PanelBorderColor | Border color of the panel | clrWhite

  • TitleBgColor | Background color of the title bar | C'37,47,66'

Display Details:


  • MT5 Account: Shows the account number and type (e.g., "685788 - Live" or "685788 - Demo").

  • Balance: Displays the current account balance.

  • Profit: Shows the profit/loss with a green arrow (▲) for profit or red arrow (▼) for loss.

  • Recommended Lot & Max Lot: Suggests lot sizes based on balance and risk settings for monitoring purposes.

  • Positions: Displays total positions, Buy orders, Sell orders, and total lots, with visual indicators for profit/loss.

  • Risk (Lot/Equity & P/L Equity): Assesses risk levels with icons (e.g., ❤️ for safe, ⚠️ for high risk).

  • Advice: Provides recommendations based on risk and P/L.

  • Market Status: Indicates if the market is open or closed.

Notes:


  • Ensure your MT5 account is properly connected to retrieve account information.

  • The Telegram feature requires a valid bot token and chat ID; leave them blank to disable.

  • The PipValue must be greater than 0 for accurate risk assessment calculations, used for monitoring only.

  • The utility requires internet access for Telegram notifications.

  • This utility does not perform automated trading; it is for monitoring and risk management only. Test thoroughly on a demo account before use.

Troubleshooting:


  • If the panel does not display or updates incorrectly, check your MT5 connection and account status.

  • Ensure Unicode and color support are enabled in your MT5 installation.

  • If Telegram notifications fail, verify the token, chat ID, and internet connection.

  • Increase PanelWidth or decrease Indent if text is cut off or overlapping.

  • Ensure the utility is attached as an Expert, not an Indicator.

Contact:


  • For support or feedback, contact Danh Chinh:
    • Phone: +84 888 989 992

    • Telegram: @Danhchinh888

Recommended products
Crystal ball
Nickey Magale
Crystal Ball – Trend-Backed Mean Reversion EA for MT5 Crystal Ball is not just another trading robot—it's a precision engine designed to capture the market’s natural rhythm. By combining the pullback-catching power of Mean Reversion with the momentum-following logic of Trend Trading , Crystal Ball enters trades with intention and exits with purpose. It’s built to avoid random noise, capitalize on structure, and adapt as the market moves. How It Works Wait for Deviation: Crystal Ball wat
Inverted_Chart_EA Utility Expert Advisor Inverted_Chart_EA creates and maintains a mirror-inverted chart of any symbol and timeframe. It automatically generates a custom instrument (e.g. US30_INV ) and keeps its price history updated in real time, with bars mirrored around a chosen pivot. This utility gives traders a new way to analyze the market from a different perspective by flipping the chart upside down. Why use an inverted chart? Highlight hidden patterns – price formations that look ordin
BRIEF INTRODUCTION :   This panel is designed for the XAU/USD  pair, offering a fully automated trading solution with optional money management controls. The application operates seamlessly in all market conditions and includes a built-in indicator at the bottom of the interface for real-time analysis.   KEY FEATURES : - Martingale Strategy & Range Sequence Detection – Enhances trade recovery and identifies key price levels.   - Multiple Indicators – Helps users anticipate future price moveme
SolarTrade Suite Financial Robot: LaunchPad Market Expert - designed to open trades! This is a trading robot that uses special innovative and advanced algorithms to calculate its values, Your Assistant in the World of Financial Markets. Use our set of indicators from the SolarTrade Suite series to better choose the moment to launch this robot. Check out our other products from the SolarTrade Suite series at the bottom of the description. Do you want to confidently navigate the world of inves
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
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
Chart Pattern Master
Lefika Raphel Sebatane
The Chart Pattern Master EA is a sophisticated expert that allows you to trade all of the common chart patterns. It automatically identifies the chart patterns for you and even displays them on the chart. Use it as an indicator or as an automated trading expert. All pattern breakouts will be traded automatically for you. Next price : $3 00 Price increase every 10 purchases. Recommendations: Trend Timeframe - 1H Breakout Timeframe - Any Symbol - Any TP and SL - false MIn Balance - $100 NOTE: Incr
DONT RISK LOSING YOUR CHALLENGE OR FUNDED ACCOUNT BY ACCIDENTALLY BREAKING A TRADING RULE. The LEILA Prop Firm Trading Assistant for MetaTrader 5 is an extremely advanced and sophisticated piece of software that will help protect your challenge/funded accounts from breaching many of the Prop Firm trading rules enforced. Please DM me after purchase and I will send you a private link to a video that will take you through every option and how to use in detail to comply with your prop firm rules. I
Classic Market Surfer EA - A Timeless, Proven Strategy for Gold Trading For years, this powerful trading strategy has been hidden from the public-reserved for a select few. Now, for the first time, the Classic Market Surfer EA is available to traders like you.   Built on pure, time-tested trading principles, this EA doesn't rely on trendy gimmicks like AI or machine learning. Instead, it harnesses a classic, robust strategy that has consistently delivered results over the years. This is not a "g
About the Indicator This indicator is based on Monte carlo simulations on the closing prices of a financial instrument. By definition, Monte carlo is a statistical technique used to model the probability of different outcomes in  a process that involves random numbers based on previously observed outcomes. How does it Work? This indicator generates multiple price scenarios for a security by modelling random price changes over time based on historical data. Each simulation trial uses random vari
Manus Pro
Itumeleng Mohlouwa Kgotso Tladi
MANUS PRO EA The Trading Revolution You've Been Waiting For Are you TIRED of watching other traders make consistent profits while your account bleeds red?   The financial markets don't wait for anyone – and neither should you. MANUS PRO isn't just another Expert Advisor... it's your   TICKET TO FINANCIAL FREEDOM . Why MANUS PRO is Different (And Why Everyone's Talking About It) FOR BEGINNERS: Your Trading Mentor That Never Sleeps Zero Learning Curve   – Install, activate, and watch it wo
TradePad
Ruslan Khasanov
5 (2)
TradePad is a tool for both manual and algorithmic trading. We present you a simple solution for fast trading operations and control of positions on several trading instruments. Attention, the application does not work in the strategy tester! Trial version of the application for a demo account and a description of all the tools The application interface is adapted for high-resolution monitors, simple and intuitive. For comfortable work, the trader is offered the following set of tools: A hot ke
Price reach indicator. It also serves as the perfect term for supports and resistance. I use it in two experts. The basic tool for professional trading. The indicator analyzes the last 500 bar and uses this to determine the levels ( but it doesn't predict the future ) . Personally, I use it on TF H1.  It is very simple. Four lines on chart and that's all. Only two input parameters.  Thousands of indicators. Why this? Is good ? No! Is very good. Please test the indicator prior to purchasing. You
Orbit Rage Final 2
BILLY ARANDUQUE ABCEDE
Note : i only sell this EA on MQL5, any other sellers is fake. Orbit Rage Final, a cutting-edge trading strategy meticulously designed around the bull/bear candle approach and divergence analysis. This powerful tool is engineered to empower you to shape the life you desire. To embark on this transformative journey, simply download and seamlessly integrate it into your MetaTrader 4 platform by placing it in the experts advisors folder. Orbit Rage Final revolutionizes trading by offering a risk-f
STRICTLY FOR BOOM INDEX ONLY!!!!! Here I bring the Maximum Trend Arrows OT1.0 MT5 indicator. This indicator is made up of a combination of different trend indicators for entries and exits, for entries an orange arrow will paint on the chart below the current market and a red flag for closing of trades and it produces buy arrows only. When the orange arrow appears, it will appear along with it's sound to notify you. The 1H timeframe is recommended, don't use it anywhere else than on the 1H timefr
| 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
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
Exp TickSniper PRO FULL
Vladislav Andruschenko
3.95 (57)
Exp-TickSniper -  high-speed tick scalper with auto-selection of parameters for each currency pair automatically. Do you dream of an adviser who will automatically calculate trading parameters? Automatically optimized and tuned? The full version of the system for MetaTrader 4:   TickSniper  scalper  for MetaTrader 4 TickSniper - Full Description   + DEMO + PDF The EA has been developed based on experience gained in almost 10 years of EA programming. The EA strategy works with any SYMBOLS. The
Signal Indicator to Expert MT5
William Oswaldo Mayorga Urduy
Do you have an indicator that gives signals and you want to convert it to Expert? With this expert you can convert it without having to reprogram or adapt your indicator, you just have to follow the steps to configure it properly: 1) The indicator must be in the indicators folder. 2) You must carefully select the BUY and SELL buffers provided by the indicator. 3) Select if you want to take all the operations or only those of the BUY or SELL type. 4) Select how you want the operations to be
SMC Workflow Auto EA
Choawana Malaikitsanachalee
EN — Product Description SMC Workflow Auto EA — FVG-first with BOS Confirmation Expert Advisor that trades only when a Smart-Money-Concepts setup appears: Fair Value Gap (FVG) entry after Break of Structure (BOS) confirmation , with optional filters (trend EMA, OB proximity, FVG mid-zone, min gap). The EA includes robust risk controls (fixed lot default, lot cap, margin-aware sizing, BE & ATR trailing) and market-validation safeguards for brokers that restrict “close to market” modifications.
Volatility 10 Auto Scalper
Harifidy Razafindranaivo
BRIEF INTRODUCTION   : This Panel is made for  Volatility 10 (1s) Index and Volatility 10 Index  Synthetic indices instruments. It offers an ultimate and complete  auto trading with an optional money management Controls. This application is an automated panel who works on strategy tester. It is equiped with an automatic indicator attached on the bottom of the Panel.  There are another functionalities like  Martingale strategy  and a  range sequence  detection , it triggers automatically when t
Crash5 EA ,I s a automatic robot that has the level of professional decision when to take a trade without any emotion. The bot will help in your scalping decision making with its own TP (take profit) and SL (stop loss) with the trail stop when in profit. This is a trend based spike catching ,looking on whats happening in real time charts no repainting of any signals. The robot helps in making decisions on the candle stick pattern opened and closed lat price with the help of RSI ,MACD and the EMA
The indicator builds current quotes, which can be compared with historical ones and on this basis make a price movement forecast. The indicator has a text field for quick navigation to the desired date. Options: Symbol - selection of the symbol that the indicator will display; SymbolPeriod - selection of the period from which the indicator will take data; IndicatorColor - indicator color; Inverse - true reverses quotes, false - original view; Next are the settings of the text field, in w
Owl Smart Levels MT5
Sergey Ermolov
3.97 (31)
MT4 version  |   FAQ The Owl Smart Levels Indicator is a complete trading system within the one indicator that includes such popular market analysis tools as Bill Williams' advanced fractals , Valable ZigZag which builds the correct wave structure of the market, and Fibonacci levels which mark the exact levels of entry into the market and places to take profits. Detailed description of the strategy Instructions for working with the indicator Advisor-assistant in trading Owl Helper Private User
Be notified of every color change of Heiken Ashi (HA) candles. The indicator will trigger past and new signals every time that HA candles change their colors. ( Note : this tool is based on the code of Heiken Ashi indicator developed by MetaQuotes Software Corp.) Features The signals are triggered at closing of last bar/opening of a new bar; Any kind of alerts can be enabled: Dialog Box, Email message, SMS notifications for smartphones and tablets, and Sound alerts; By default, up arrows are pl
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,
Basic working principles of EA will have 2 main systems. 1. Timed order opening means that at the specified time the EA will open 1 Buy order and 1 Sell order. 2. When the graph is strong, the EA will remember the speed of the graph. is the number of points per second which can be determined You can set the number of orders in the function ( Loop Order ). The order closing system uses the trailling moneym Loss system, but I set it as a percentage to make it easier to calculate when the capital
Imperator Expert Advisor is your reliable assistant in making profitable trading decisions. Our algorithm and professional analysis will help you maximize your profits. With our experience, we will help you achieve your trading goals. Our expert advisor is based on comprehensive market analysis and advanced trading strategies. We offer various settings to customize your trading. The advisor monitors the markets, identifies opportunities and executes trades in real time. Backtests and risk manage
Crypto to MT5
Rajesh Kumar Nait
Crypto.com to MT5 Live Candlestick Stream to Metatrader 5 from Crypto.com websocket Its a OHCLV (Open High Low Close Real Volume ) Live Rates Data you can check my other crypto product on my profile  https://www.mql5.com/en/users/rajeshnait/seller 1. OHLCV Data 2. Supports and Creates Multiple Symbols 3. You need to add Crypto.com websocket and api URL as mentioned at Tools > Options > Allow Webrequest from URL tab and also tick Allow Webrequest checkbox - Websocket URL : stream.crypto.com - API
Buyers of this product also purchase
YuClusters
Yury Kulikov
4.93 (41)
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
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
Botonera MT5
Jose Antonio Soto Mendoza
5 (1)
TRADING KEYBOARD An advanced tool for agile and precise trading in the financial markets. Designed for traders who trade instruments such as the DAX, XAU/USD, Forex, and other markets (scalping, intraday, swing, etc.), this keypad allows you to execute trades with a single click and with multiple professional configurations. The "Daily Scalping Keypad" allows you to open, close, and protect trades with a single click, ideal for trading on M1/M5 without wasting time. It includes buttons for hed
Professional-Grade Chart Analysis → The Future of Trading: AI-Powered & Visually Enhanced! Revolutionary trading tool powered by artificial intelligence. Saves hours of chart analysis and delivers precise entry & exit signals – tailored to your strategy. The AInalyzer is the first AI-powered analysis tool for MetaTrader 5 that thinks like a professional trader and draws directly on your charts with visual precision. Instead of spending hours on manual analysis, you get clear signals, multi-timef
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
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
News Trade EA MT5
Konstantin Kulikov
4.55 (11)
Present to you the useful robot that I have been using for several years. It can be used in both semi-automatic mode and fully automatic mode. The program contains flexible settings for trading on the news of the economic calendar. It cannot be checked in the strategy tester. Only real work. In the terminal settings, you need to add the news site to the list of allowed URLs. Click Tools > Options > Expert Advisors. Check the option "Allow WebRequests for listed URL:". Add this (delete the spac
All in one Keylevel
Trinh Minh Tung
5 (1)
Instead of sticking to the Charts,let's use ALL IN ONE KEYLEVEL Announcement: We are pleased to announce the latest version 14.02 of the One In One Keylevel product. This is a reliable product that has been upgraded with many new features and improvements to make your work easier and more efficient. Currently, we have a special promotion for this new version. The current discounted price is $500, and there are only 32 units left. After that, the price will increase to $1000, and will continue to
******************************* ***************** ********************** ***************** ********************** ************************* GoldMine Train is a Trend trading strategy EA for Gold. Operator determines the major trend direction and instruct the Train to go. The Train will continuously BUY/SELL in the direction. Lot volume will depends on the Account Balance and preset Leverage ratio. When Operator change the trend direction, the Train will stop and lock the profit. User can easil
Trading Chaos Expert
Gennadiy Stanilevych
5 (10)
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
GT Trade Manager
Alexander Martin Koenig
This Utility is designed for price action strategies, trading flags and retests, such as Guerrilla Trading and similar strategies It allows to: place pending orders for retests (on the Retest line or x PIPs away from the retest line) place orders for flag formations calculate lotsizes based on account size, currency pair and risk percentage split trades and place multiple trades if lot size exceeds max lot size given by broker manage trades with a trailing SL/TP behind the most recent highs/lows
Wouldn't it be great if AI had a second look at your trading data — graphics, indicators, and beyond? Introducing AI Trading Station , a revolutionary utility seamlessly integrated with the MetaTrader platform. Powered by the advanced intelligence of OpenAI's ChatGPT, this complete solution covers every step of your trading journey, from data gathering to trade execution. The Complete Trading Process. Reinvented Data Gathering & Visualization: Collect and display vital market data on intuitive
HYT utility
Sergey Batudayev
HYT (Help Your Trading) is a tool designed to help you average down your losing positions using two main techniques: Standard averaging. Hedging with subsequent opening of positions in the direction of the trend. This tool allows you to manage multiple positions opened in different directions, both for buying and selling. HYT automatically calculates the size of the next position, order price, direction for averaging, and closing the position with a specified take-profit level. It also provides
Live Forex Signals is designed for trading on site signals   https://live-forex-signals.com/en and  https://foresignal.com/en . Live Forex Signal for MetaTrader 4   https://www.mql5.com/en/market/product/81445 Parameters Username   and   Password   if you have a subscription to the sites live-forex-signals.com/foresignal.com , then you should fill in these parameters with your credentials; if there is no subscription, then leave the fields empty; Comment   comment on the deals being opened Ris
A triangular arbitrage strategy exploits inefficiencies between three related currency pairs, placing offsetting transactions which cancel each other for a net profit when the inefficiency is resolved. A deal involves three trades, exchanging the initial currency for a second, the second currency for a third, and the third currency for the initial. With the third trade, the arbitrageur locks in a zero-risk profit from the discrepancy that exists when the market cross exchange rate is not aligned
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
GOLD robot4trade
Vyacheslav Izvarin
GOLD robot4trade (FTMO-Ready Edition) v1.5 Powered by Robot4Trade.com | AI-Enhanced & Challenge-Ready Overview The Advanced Forex EA is a next-generation trading algorithm designed for performance, stability, and full compatibility with prop firm requirements such as FTMO , MyForexFunds , and more. This EA combines classic, reliable indicators (MA, RSI, ATR) with modern risk management and equity protection, including a daily drawdown monitor , progressive entry logic , and an on-chart
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
Elliott Wave Counter is a panel for rapid and user-friendly manual markup of Elliott waves. One can select a color and a level of marks. There are also functions for removing the last markup and the entire markup made by the tool. Markup is made in one click. Click five times - have five waves! Elliott Wave Counter will be a great instrument both for beginners and professional analysts of Elliott waves. Elliott Wave Counter Installation & Inputs Guide if you want to get   notifications  about t
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
如果产品有任何问题或者您需要在此产品上添加功能,请联系我 Contact/message me if you encounter any issue using the product or need extra feature to add on the base version. There is Demo version of this panel Dashboard Babon Scalping System MT5 Demo in my product list, please try it out to get familiar with all functionalities for free. Free version: LINK MT4 version: LINK This system basically utilizes TDI, Heiken Ashi Trend, Price Trend on H1 time-frame and TMA on H1&H4 time-frame to generate the trend (big picture). Then
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
Corporate Report MT5
Pavel Verveyko
5 (1)
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 Publisher Agent  is an add-on that allows traders to send signals to their Telegram channels and groups in real-time. With customizable messages, chart screenshots, and other features, the tool helps traders share their trading insights and strategies with their followers. The tool also features a beautiful design with light and dark theme switch, providing users with an aesthetic and functional trading experience. Telegram Publisher Agent was designed to Publish all your trades as sig
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
Easy Strategy Builder 5
Gheis Mohammadi
5 (4)
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
More from author
"If I had six hours to chop down a tree, I would spend the first four sharpening the axe." – Abraham Lincoln Entering the financial market means competing against the sharpest minds on the planet. As an amateur trader, what do you have besides your phone and… sheer guts? Do you think you can beat them without a powerful secret weapon? DC-SmartTradeExecutor Pro – The ultimate control center for lightning-fast and seamless trading. News trading is a speed race – You can’t afford to be
MATRIX ONE PRO - Elite Trading Bot by DC Invest Overview Introducing MATRIX ONE PRO , the ultimate Expert Advisor (EA) for MetaTrader 5, crafted by DC Invest to redefine automated trading. Designed for serious traders and investors, this bot delivers unparalleled performance, combining advanced multi-timeframe strategies, intelligent risk management, and cutting-edge features. With a proven track record of 1,326% growth in just 3 months, MATRIX ONE PRO is your key to consistent profits in the f
Here’s an in- depth performance analysis in English for the DC Invest Matrix One Gold Enhanced bot , tested from January 1, 2025 to May 12, 2025 , using: Initial capital : $ 1,000 Fixed lot size : 0.1 lots per trade All trades have SL & TP No martingale or grid strategy used General Performance Metric Value Interpretation Total Net Profit $ 6,841.08 Strong profit, + 684% in ~ 4.5 months. Gross Profit $ 40,409.16 Bot captured large upward moves. Gross Loss -$ 33,568.08 Still high, but control
Filter:
No reviews
Reply to review