SLTP Zones Canvas

1. What Is It?
--------------------------------------------------------
A TradingView-style visual panel EA for your open positions.
It draws semi-transparent zones for the Open, Take Profit (TP)
and Stop Loss (SL) of ALL positions of the current chart symbol
directly on the chart, and lets you:

  * Modify TP / SL by simply dragging the label boxes
  * Close a position with one click
  * Clear or set SL / TP
  * No deal-ticket dialog needed

【IMPORTANT】 Why is it an EA and not an indicator?
MetaTrader 5 does NOT allow custom indicators to execute trade
operations (trade requests are blocked by the terminal and return
retcode 0 / "[unknown retcode 0]"). That is why this version,
which can modify and close positions, must be an Expert Advisor.

--------------------------------------------------------
2. Installation & Attachment
--------------------------------------------------------
1. Place SLTP_Zones_Canvas.mq5 into MQL5\Experts\AI\
   (already in place), then compile with F7 in MetaEditor
   to generate the .ex5.
2. In the terminal Navigator, go to:
   Expert Advisors -> AI -> SLTP_Zones_Canvas.
3. Drag it onto the chart of the symbol you want to monitor
   (e.g. XAUUSD, any timeframe).
4. Make sure the "Algo Trading" button on the toolbar is
   ENABLED (green). Otherwise every trade request from the EA
   will be rejected.
5. The zones appear immediately. Position changes, chart zoom
   and scrolling are followed automatically.

Tip: The EA only shows positions of the CURRENT chart symbol.
To monitor several symbols at once, attach one EA per chart.

--------------------------------------------------------
3. On-Screen Elements
--------------------------------------------------------
For each position the EA draws:

  TP zone (green, semi-transparent) : area from open price to TP
  SL zone (red, semi-transparent)   : area from open price to SL
  TP label box   : TP: price | +points | +money currency  (above line)
  SL label box   : SL: price | -points | -money currency  (below line)
  Open label box : BUY/SELL lots open_price | Ratio: R/R | floating P/L
  Close button (x)      : left of the Open box; click = close position
                          (white bg black x; turns red on hover)
  Cancel SL button (x)  : right of the SL box; click = clear SL (SL=0, TP kept)
  Cancel TP button (x)  : right of the TP box; click = clear TP (TP=0, SL kept)
  SL / TP setup buttons : shown when a new position has no SL/TP;
                          drag them vertically to set a level

Multiple positions are independent. Dragging the Open box of a
position brings that position's drawing to the front.

--------------------------------------------------------
4. How to Use
--------------------------------------------------------
1. Modify Take Profit / Stop Loss (core feature)
   - Press and hold the left mouse button on a TP or SL label
     box and drag vertically.
   - A full-width preview line appears (TP = dark green,
     SL = dark red) with a live P/L tag on the right showing
     the estimated profit/loss at the target price.
   - Release the button to commit. Success plays the "ok" sound;
     an invalid level plays "timeout" and the change is rejected.

2. Move the zones (visual only, does not affect the position)
   - Press and hold on the Open label box and drag horizontally
     to shift the whole group of zones out of the way of the candles.

3. Close a position
   - Click the x button to the left of the Open box to close
     the position at market.

4. Clear Stop Loss / Take Profit
   - Click the x right of the SL box = clear stop loss.
   - Click the x right of the TP box = clear take profit.
   - When there is not enough room near the right edge, the
     button automatically flips to the LEFT side of the box and
     the tooltip follows, so it is always clickable.

5. Set SL / TP for a new position
   - If a position has no SL/TP, red "SL" and green "TP" buttons
     appear right of the Open box.
   - Drag the desired button vertically to the target price and
     release to confirm.

--------------------------------------------------------
5. Parameters (EA Properties -> Inputs)
--------------------------------------------------------
  Parameter         Default   Description
  --------------------------------------------------------
  InpTPColor        Lime      Color of the TP zone
  InpSLColor        Red       Color of the SL zone
  InpZoneAlpha      20        Zone fill transparency (0-255)
  InpLabelAlpha     120       Label box background transparency (0-255)
  InpShowLabels     true      Show the price label boxes
  InpShowOpenLine   true      Show the Open label box
  InpLabelFontSize  15        Label font size (pixels)
  InpExtendBars     280       Zone extension to the right in pixels
                              (0 = extend to the right chart edge)
  InpRedrawMS       300       Auto-refresh interval (ms;
                              0 = refresh only on position change)

  Fixed internally: SLTP_MIN_RIGHT_VISIBLE = 50
  (minimum visible pixels of the zone left edge from the right
  edge of the chart; keeps boxes clickable. Not adjustable.)

--------------------------------------------------------
6. Interaction Details & Rules
--------------------------------------------------------
  * Hover highlight: boxes brighten with a type-colored border;
    x buttons turn red with a white x and show a "Close" /
    "Cancel" tooltip.
  * Drag lock: the chart panning is locked while dragging and
    restored on release to prevent accidental scrolling.
  * Anti-misclick: a drag/click only triggers when the press
    starts INSIDE a box; dragging other windows across does not
    trigger anything.
  * Validity check (on release):
      Buy  : SL must be < market (Bid); TP must be > Bid and >= open
      Sell : SL must be > market (Ask); TP must be < Ask and <= open
    Invalid -> "timeout" sound and rejection; valid -> "ok" sound.
  * Sounds: ok.wav / timeout.wav are embedded resources;
    no extra files are needed.
  * Refresh: a 50 ms timer detects position snapshot changes
    (open price / SL / TP) and redraws; InpRedrawMS throttles
    re-renders that follow price and chart zoom.

--------------------------------------------------------
7. Notes & FAQ
--------------------------------------------------------
1. Load it as an EXPERT ADVISOR. The indicator with the same
   name under Indicators\AI cannot trade (display only).
2. Do NOT attach the indicator version and this EA to the same
   chart at the same time (both use the canvas object name
   "AI_SLTP_Zones_Canvas" and would overwrite each other).
3. Enable "Algo Trading" before use. Dragging and closing are
   REAL trading operations - use with care.
4. Some brokers enforce minimum stop distances / stop-level
   rules; follow your broker's requirements.
5. Zones are drawn only for the symbol matching the chart;
   multiple positions of the same symbol are all shown.
6. If dragging feels laggy, increase InpRedrawMS; to change the
   zone length, adjust InpExtendBars.

--------------------------------------------------------
8. Feature Checklist
--------------------------------------------------------
  [x] TP/SL semi-transparent zones (TradingView style)
  [x] Drag to modify TP/SL with live preview line and P/L tag
  [x] Drag the Open box to move zones; bring positions to front
  [x] One-click close (x button)
  [x] Clear SL / clear TP (x buttons, auto-flip near right edge,
      tooltip follows the side)
  [x] SL/TP quick-setup buttons for positions without stops
  [x] Hover highlighting, Close/Cancel tooltips, ok/timeout sounds
  [x] Auto-follow of position changes and chart zoom
========================================================

Recommended products
Trade Panel Pro — Professional Risk Management & Order Execution Terminal for MetaTrader 5 Trade Panel Pro is an advanced, all-in-one utility for MetaTrader 5, designed for active day traders and professionals. It combines precise risk calculation with lightning-fast order execution, helping you protect your capital and manage multi-target trades with ease. Main Advantages and Key Features Automated Lot Calculation: Forget manual volume calculations! The panel instantly calculates the exact
The Ultimate All-In-One Trade Manager & Prop Firm Guardian for MT5. Nexus Pro Trade Manager is the most advanced, all-in-one trading assistant designed for both manual traders and Prop Firm challengers. Featuring a stunning, lag-free UI (Dark/Light mode), it completely transforms your MT5 into a professional trading terminal. Whether you are trading a personal account or trying to pass evaluations for FTMO, FundedNext, or other prop firms, Nexus Pro protects your capital, automates your risk cal
Auto SLTP Maker MT5
Oleg Remizov
5 (1)
Auto SLTP Maker MT5  is an assistant for all those who forget to set StopLoss and/or TakeProfit in deal parameters, or trade on a very fast market and fail to place them in time. This tool automatically tracks trades without StopLoss and/or TakeProfit and checks what level should be set in accordance with the settings. The tool works both with market and pending orders. The type of orders to work with can be set in the parameters. It can track either trades for the instrument it runs on, or all
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
This EA is there to take your trade closing stress away. Quickly close as many trades as you have opened at the click of a button, INCLUDING PENDING ORDERS. This works on the MT5 platform whether it be currencies, Indices, stocks or Deriv synthetic indices. I have saved it under utilities as it is a utility, however, to install this, you have to save the file in you "EA" folder. That is; Go to "File", then "Open Data Folder", "MQL5" and then "Experts". Paste this file there. Restart MT5 and you'
ManualEdge ∴ Manual Trading & Basket Risk Panel Trade by hand. Let the system watch your back. ManualEdge is a one-click chart panel built for discretionary traders who want the speed of manual execution combined with the discipline of automated risk management. Instead of choosing between a dumb button panel and a black-box EA, ManualEdge gives you both: you decide when to enter, the panel handles the boring ∴ and dangerous ∴ parts of managing the trade afterward. Protect yourself from bad habb
Talents ATR Scalper Utility (MT5) The Talents ATR Scalper Utility is a professional-grade trade execution and management tool built for MetaTrader 5. Inspired by the Biblical Parable of the Talents , this utility is designed to help traders multiply their potential with precision risk control, one-click simplicity, and advanced automation. Whether you’re scalping forex, gold, or indices, this tool delivers speed, consistency, and confidence. Key Features One-Click Trade Preview Click below price
Tool Auto Modify SLTP – Protect Your Trades, Optimize Your Strategy In trading, risk is always present. Just one forgotten SL/TP can turn a promising trade into a loss. Even experienced traders occasionally make mistakes. That’s why Tool Auto Modify SLTP was created – to keep you protected and let you focus on your strategy. Key Features: Manage Orders for All Symbols: Monitor and adjust SL/TP for all your trading pairs. Three Flexible Risk Modes: Point-Based: Set fixed SL/TP distances. Account
Easy Trade Executor is a tool for fast position sizing, trade execution, and trade management in MT5. Place Open Price, Stop Loss, and Take Profit levels directly on the chart, get automatic position size calculations, and open trades with controlled risk in just a few clicks. Why Easy Trade Executor? Easy Trade Executor is designed for traders who want more than just risk calculations — they want to manage trades quickly and efficiently directly from the chart. The tool combines position sizi
RiskCopilot
Carlos Adrian Feged Zapata
RiskCopilot Utility - Your Intelligent Trading Assistant "See Your Risk. Master Your Trade." RiskCopilot Utility is the ultimate risk management and position sizing solution for MetaTrader 5. This comprehensive trading assistant provides real-time calculations, advanced risk assessment tools, and professional trade analytics without taking control of your trading decisions. Perfect for both novice and professional traders seeking precise risk management across all asset classes. You focus on yo
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
HedgeSafe Trade Assistant A risk-first manual trading panel for MetaTrader 5. HedgeSafe helps you prepare, validate and manage a trade directly on the chart before you press BUY or SELL. HedgeSafe is not a signal service, market predictor, AI bot or automatic strategy. It does not choose trade direction and does not promise profit. You remain in control of every trading decision. Main capabilities Lot calculation from a percentage of account balance or a fixed amount in account currency. Stop Lo
Expert TP SL v04
Mikhail Ostashov
Expert TP SL v04 - Professional Trading Assistant with AI Motivation System Advanced manual trading tool with automatic risk management, overtrading protection, and intelligent psychological support for disciplined trading. PRODUCT OVERVIEW Expert TP SL v04 is a comprehensive trading assistant designed for manual traders who want to maintain emotional discipline while automating risk calculations. This isn't just another order placement tool - it's a complete trading psychology system that pr
JMM Trade Panel MT5
Sarah Joyce Walker
JMM Trade Panel MT5 JMM Trade Panel MT5 is a practical chart- based trading utility for MetaTrader 5. Execute Buy and Sell orders directly from the chart, adjust the displayed lot size quickly, monitor basket performance, and manage trades using configurable Magic Number and symbol- management rules. Full   User   Manual: DOWNLOAD Key Features On- chart Buy, Sell, and Close All buttons. Close all trades managed by the EA with one click. Optional management of all open trades regardless of Magi
Demo version T Position Size Calculator   doesn't work in the strategy tester. The Strategy Tester does not support the processing of ChartEvent. It does not support most of the panel's functionality. Contact me for any questions or ideas for improvement or in case of a bug found. Control and manage your trading like a professional trader with T Position Size Calculator. T Position Size Calculator – an MT5 Expert Adviser, is a user-friendly custom tools (Dialog Panel and Three Lines, Order Line
Click Trading
Jawad Tauheed
5 (2)
One Click Trading – Auto TP SL Developer TraderLinkz Version 1.00 Category Utility What it does Adds missing TP and SL to your manual trades and pending orders Sets them once per ticket Lets you move TP and SL afterward Works on hedging and netting accounts Scans on every tick and reacts on trade events Why you want it You place faster entries You get consistent risk and exit targets You reduce fat finger errors You keep full manual control Quick start Attach the EA to any chart Keep TP and SL e
FREE
Grid Builder 5
Oleg Remizov
5 (1)
The   Grid Builder MT5   utility is designed for placing a grid of pending orders of any complexity and will be an excellent tool in the hands of a trader who trades grid trading strategies. The tool has numerous settings that allow you to quickly and easily build a grid of orders with the specified parameters. All types of pending orders are supported: Buy Stop; Buy Limit; Sell Stop; Sell Limit. The script also allows you to delete a previously placed grid of orders in one click. If the "Delete
VirtualTradePad One Click Trading Panel
Vladislav Andruschenko
4.59 (74)
Trading Panel for MetaTrader 5 — professional one-click trading from chart and keyboard A powerful trading panel for active manual trading, designed to open, manage, and close trades far faster and more efficiently than the standard MetaTrader interface. This panel is built for traders who want full control over positions, pending orders, profit management, and trading execution inside one professional workspace. This is not just another utility. It is a complete trading cockpit for MetaTrader
King ElChart Manual Trade Panel
Mohammed Maher Al-sayed Mohammed Ahmed Saleh
King Chart – Manual Trading Panel for MetaTrader 5 Overview King Chart is a simple yet powerful manual trading panel built for traders who want speed, precision, and clarity. It enables quick order execution, clear lot control, and real-time account monitoring  all directly on your MT5 chart. Main Features Multi-Lot Trade Execution 3 Buy and 3 Sell buttons for instant execution Each button is tied to a custom lot size field Designed for flexible scaling in or out of trades Position Management D
Bastion is a monitor-and-close-only risk manager for prop-firm traders. It watches your account against your firm's daily-loss and maximum-drawdown limits in real time and force-closes your open positions BEFORE you cross a line. It never opens a trade of its own, so it stays fully within the tools allowed by FTMO, FundedNext, The5ers, FTUK and FXIFY. Why traders fail challenges A large share of failed evaluations end on a single daily-loss breach: a moment of inattention, a news spike, one tra
DR Trade and Risk Manager: The Foundational Algorithmic Risk Console for MT5 For the discretionary trader, the greatest adversary is not the market; it is the undisciplined self. You have a solid strategy, but in moments of high pressure, do you follow your rules with perfect consistency? Do you cut losses without hesitation? Do you let winners run without cutting them short out of fear? For most, the answer is no. This gap between strategy and execution is where profits are lost. DR Trade and R
Breakevan Utility
Jose Luis Thenier Villa
BreakEvan Utility  Is a simple tool in a panel with this utilities: This utility will draw a Golden Line in the chart applied showing the breakeven price, considering all the positions opened for that specific symbol. Also the information panel shows: Balance Breakeven Price for that chart Force Breakeven (for that symbol) as ON/OFF Force Breakeven Global (takes into account all trades opened) as ON/OFF Total Lots opened for Symbol Total Lots opened Global And two buttons: Force Breakeven: Whe
Trade assistant pro v8
Ahmed Mohammed Bakr Bakr
FREE FREE FREE Trade Assistant MT5 – Professional Trading & Risk Management Panel Trade Assistant MT5 is an advanced trading panel designed to help traders execute orders faster, safer, and more professionally . It simplifies manual trading by combining smart order management , precise risk control , and one-click execution , making it ideal for both beginners and advanced traders. This tool does not trade automatically . Instead, it empowers you with full control while applying professional-gra
FREE
DDKiller Pro
Njaratahiry Michael Randrianiaina
Stop Blowing Your Account. Once and For All. DDKiller Pro is the MT5 risk guardian that runs silently on your chart and shuts down trading the moment you hit a limit — whether you're grinding a prop firm challenge or managing your own CFD account. The problem every trader knows: You set your rules. You break them anyway. One revenge trade. One overleveraged position. One session that erases a month of gains. DDKiller Pro removes that decision from your hands entirely. What it does: The second yo
XauG0D Assistant
Darell Valiente Taganas
XauG0D Assistant – Smart Trading Panel for XAUUSD (MT5) XauG0D Assistant is a powerful and modern trading panel designed for MetaTrader 5, built specifically for XAUUSD traders who want speed, precision, and full control. It transforms your chart into a complete trading command center, combining manual execution with smart automation. This EA allows you to execute trades instantly, manage risk efficiently, and monitor your performance in real-time — all from a sleek and intuitive interface. Key
User Manual Buy Trading Utility, Get 2 indicators FREE ! After purchase contact me for your " TWO indicators GIFT (Any one you want) ", adding you in group. Trading Utility MT5 The manual trader's cockpit. Size every trade by risk, place it from the chart, and manage it without ever opening the order dialog. Eight tabs, seven trailing engines, and every stop and target draggable with one click. One panel between you and the order window. Risk-sized entries, draggable stops, seven trailing modes
Bneu Execution Scaling System
Marvinson Salavia Caballero
Bneu Execution and Scaling System — Professional Trading Command Center Premium on-chart command center with 5 dashboard tabs. 28-pair opportunity radar scans every 8 seconds. Dual-gate qualification: indicator engine + AI confidence scoring. One-click execution with auto SL/TP and smart lot sizing. Full autopilot mode with 6 built-in safeguards. Multi-account trade copier (publisher or receiver in one EA). Adaptive Money Management protects every position automatically. WHAT IT DOES Attach
TradingCoPilot
Viktor Mitrofanov
Trading Co-Pilot for MetaTrader 5 Advanced Position Management for Manual Traders Trading Co-Pilot is a professional trade management assistant designed for traders who open positions manually and want precise, automated control over risk and profit handling. It does not open trades. It manages them intelligently. You focus on entries. The Co-Pilot protects and optimizes the exit. How It Works Once you open a manual position, Trading Co-Pilot automatically: • Applies Stop Loss • Sets Take Profit
FREE
TradePad
Ruslan Khasanov
5 (1)
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
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
Grid Manual is a trading panel for working with grid strategies. The utility is universal, has flexible settings and an intuitive interface. It works with a grid of orders not only in the direction of averaging losses, but also in the direction of increasing profits. The trader does not need to create and maintain a grid of orders, the utility will do it. It is enough to open an order and the "Grid manual" will automatically create a grid of orders for it and will accompany it until the close. F
Buyers of this product also purchase
Trade Assistant MT5
Evgeniy Kravchenko
4.41 (215)
It helps to calculate the risk per trade, the easy installation of a new order, order management with partial closing functions, trailing stop of 7 types and other useful functions. Additional materials and instructions Installation instructions - Application instructions - Trial version of the application for a demo account Line function -   shows on the chart the Opening line, Stop Loss, Take Profit. With this function it is easy to set a new order and see its additional characteristics bef
Forex Trade Manager MT5
InvestSoft
4.98 (671)
Trade Manager MT5 is an advanced position size calculator and trade management tool for MetaTrader 5, designed to help traders plan trades faster, control risk more precisely, and manage open positions directly from the chart. It combines order placement, risk based lot calculation, Stop Loss and Take Profit management, Break Even, Trailing Stop, Partial Close, Equity Protection, and external trade management in one panel. Whether you trade forex, indices, metals, commodities, crypto, or future
TradePanel MT5
Alfiya Fazylova
4.88 (167)
Trade Panel is a multi-functional trading assistant. The app contains over 50 trading functions for manual trading and allows you to automate most trading tasks. Before making a purchase, you can test the demo version on a demo account. Download the trial version of the application for a demonstration account: https://www.mql5.com/en/blogs/post/750865 . Full instructions here . Trade. Allows you to perform trading operations in one click: Open pending orders and positions with automatic risk cal
Astro Trade MT5
Indra Maulana
5 (2)
AstroTrade Trading Assistant AstroTrade is a comprehensive multi-functional trading utility developed for the MetaTrader 5 platform. It integrates essential tools for trade execution, risk management, and technical monitoring into a single unified interface. The application is designed to assist traders in managing their daily operations through a visual and structured environment. Visual Trade Execution and Risk Management The application includes a specialized trading panel that assists in c
================================================================================ POC BREAKOUT - V20.72. Full Professional Grade Toolkit ================================================================================ POC Breakout is a full MetaTrader 5 trading dashboard for discretionary traders who want breakout signals, Point of Control (POC) context, volume profiles, order flow, market structure, news, alerts, and advanced trade planning in one professional workspace. Attached directly to you
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.97 (146)
Experience exceptionally fast trade copying with the   Local Trade Copier EA MT5 . With its easy 1-minute setup, this trade copier allows you to copy trades between multiple MetaTrader terminals on the same Windows computer or Windows VPS with lightning-fast copying speeds of under 0.5 seconds. Whether you're a beginner or a professional trader, the   Local Trade Copier EA MT5   offers a wide range of options to customize it to your specific needs. It's the ultimate solution for anyone looking t
Beta Release The Telegram to MT5 Signal Trader is nearly at the official alpha release. Some features are still under development and you may encounter minor bugs. If you experience issues, please report them, your feedback helps improve the software for everyone. Telegram to MT5 Signal Trader is a powerful tool that automatically copies trading signals from Telegram channels or groups directly to your MetaTrader 5 account. It supports both public and private Telegram channels, and you can conn
Telegram to MT5 Multi-Channel Copier automatically copies trading signals from your Telegram channels directly into MetaTrader 5. No bots, no browser extensions, no manual copying. You receive a signal on Telegram and the EA opens the trade on your terminal in a few seconds. The product includes two components: a Windows application that listens to your Telegram channels, and this Expert Advisor that executes the signals on your MT5 terminal. An MT4 version is also available. Setup guide and app
Trade copier MT5
Alfiya Fazylova
4.58 (52)
Trade Copier is a professional utility designed to copy and synchronize trades between trading accounts. Copying occurs from the account / terminal of the supplier to the account / terminal of the recipient, which are installed on the same computer or VPS . PROMOTION - If you have already purchased the "Trade Copier MT5," you can receive the "Trade Copier MT4" for free (for copying MT4 > MT5 and MT4 < MT5). For more detailed information about the conditions, please contact us via private message
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.97 (35)
Professional Trade Copier for MetaTrader 5 Fast, professional, and reliable trade copier for MetaTrader . COPYLOT allows you to copy Forex trades between MT4 and MT5 terminals with support for Hedge and Netting accounts. COPYLOT MT5 version supports: - MT5 Hedge to MT5 Hedge - MT5 Hedge to MT5 Netting - MT5 Netting to MT5 Hedge - MT5 Netting to MT5 Netting - MT4 to MT5 Hedge - MT4 to MT5 Netting MT4 version Full Description +DEMO +PDF How To Buy How To Install How to get Log Files H
Power Candles Strategy Scanner - Self-Optimizing Multi-Symbol Setup Finder Power Candles Strategy Scanner runs the same self-optimizing engine that powers the Power Candles indicator - on every symbol in your Market Watch, side by side. One panel tells you which symbols are statistically tradable right now, which strategy wins on each, the optimal Stop Loss / Take Profit pair, and pings you the moment a fresh signal fires. This tool is part of the Stein Investments ecosystem - 18+ tools plus Max
Premium Trade Manager - The Trade Panel With a Coach Built In Premium Trade Manager puts a trading coach inside your chart, with a full execution engine underneath it. Set the trade up the way you always do, then let Max, your AI trading coach, read that exact setup against your live account and give you a straight verdict before you commit: is the stop disciplined, is the risk sane, is a high-impact release minutes away, are you near a prop-firm limit. Below sits the engine that runs everything
Telegram To MT5 Ultra
Mirel Daniel Gheonu
5 (4)
Telegram To MT5 — Signal Copier Turn the trading calls from your Telegram channels into real MT5 orders — automatically, on as many accounts as you like, with risk and rules fully under your control. Telegram To MT5 connects the VIP / signal channels you already follow on Telegram to your MetaTrader 5 terminal. A free companion desktop app reads the messages (even from channels that block bots), and this Expert Advisor executes them on your account — applying your own risk settings, symbol mappi
Timeless Charts
Samuel Manoel De Souza
5 (8)
Timeless Charts is an all-in-one trading utility for professional traders. It combines custom chart types such as Seconds Charts and Renko with advanced order flow analysis using Footprints , Clusters , Volume Profiles , VWAP studies, and anchored analysis tools for deeper market insight. Trading and position management are handled directly from the chart through an integrated trade management panel , while Market Replay and Virtual Accounts provide environments for practicing trading skills and
FarmedHedge Pair Trading Dashboard
Tanapisit Tepawarapruek
5 (3)
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) MULTI-ASSET SUPPORT Trade any asset available on your broker - Forex: Major, Minor, Exotic pairs - Crypto: BTC, ETH, XRP, SOL, BNB - Stocks: Apple, Tesla, Amazon, Google, etc. - Commodities: Gold, Silver, Oil, Gas - Indices: US30, NAS100, SPX500, DAX40 - Any CFD your broker offers VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https:/
Trade Manager DaneTrades
Levi Dane Benjamin
4.23 (30)
DaneTrades Trade Manager is a professional trade panel for MetaTrader 5, designed for fast, accurate execution with built‑in risk control. Place market or pending orders directly from the chart while the panel automatically calculates position size from your chosen risk, helping you stay consistent and avoid emotional decision‑making. The Trade Manager is built for manual traders who want structure: clear risk/reward planning, automation for repeatable management, and safeguards that help reduc
Trade Dashboard MT5
Fatemeh Ameri
4.95 (132)
Trade Dashboard simplifies how you open, manage, and control your trades, with built-in lot size calculation. It allows you to execute trades, manage risk, and control positions directly on the chart, with tools such as partial close, breakeven, and trailing stop. Designed to reduce manual work and help you stay focused on your trading decisions. A demo version is available for testing. Detailed explanations of features are provided within the MQL5 platform. Installation instructions are include
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
Custom Alerts AIO: All-in-One Market Scanner – No Setup Required Overview Custom Alerts AIO is the fastest and easiest way to monitor multiple markets for real-time trading signals—without any setup or extra licenses. It comes with all required Stein Investments indicators already embedded, making it the perfect plug-and-play solution for traders who value simplicity and performance. Just load it to any chart and start receiving alerts across Forex, Metals, Crypto, and Indices. Shares can be a
Seconds Chart MT5
Boris Sedov
4.61 (18)
Seconds Chart is a unique tool for creating second-based charts in MetaTrader 5 . With Seconds Chart , you can construct charts with timeframes set in seconds, providing unparalleled flexibility and precision in analysis that is unavailable with standard minute or hourly charts. For example, the S15 timeframe indicates a chart with candles lasting 15 seconds. You can use any indicators and Expert Advisors that support custom symbols. Working with them is just as convenient as on standard charts.
Anchor Trade Manager
Kalinskie Gilliam
5 (7)
Anchor: The EA Manager Your EAs manage their own trades. Anchor manages the account around them. Anchor gives you one place to control your EAs, manage risk and decide when trading is allowed. Any EA, any vendor, any broker or symbol. No source-code changes required. The Problem Most EAs only know what they are doing. They cannot see when another EA is already trading, when several EAs open and are stacking risk or when the account has reached your loss limit. Even using just one EA, it may not
VirtualTradePad PRO SE MT5 — professional trading control center for MetaTrader 5 VirtualTradePad PRO SE is a premium chart-based trading panel and trade-management workspace for MetaTrader 5 . It is designed for traders who want faster execution, clearer position control, structured trade management, visual level planning and a professional workflow directly from the chart. This is not only a BUY / SELL panel. PRO SE combines manual trading, pending orders, position management, partial exits, b
Footprint Chart Pro — Professional OrderFlow EA for MetaTrader 5 Version 6.34 | Professional tool for real traders | Institutional-Grade Visualization DEMO USERS - PLEASE SELECT EVERY TICK / REAL TICK WHEN TESTING AND YOU HAVE DOWNLOADED HISTORICAL DATA. IF YOU SEE A WAITING SCREEN AND IT IS NOT DOWNLOADING, IT MEANS YOU HAVE LOW HISTORICAL DATA. TRY 1 MIN AND 5 MIN FIRST ON 1 DAY DATA. ONE DAY DATA SHOULD BE THE NEWEST AND MOST CURRENT DATE. PLEASE WAIT UNTIL THE MARKET HAS ROLLED OVER PERIOD.
Quant AI Agents
Ho Tuan Thang
5 (1)
Quant AI Agents are independent trading Expert Advisors. Instead of trading using a fixed strategy like other conventional EAs, Quant AI Agents   is a   multi-agent AI trading framework   that turns natural-language strategy prompts into live.  WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating un
Exp5 Duplicator
Vladislav Andruschenko
4.78 (9)
Duplicator for MetaTrader 5 — professional position duplicator inside one terminal A reliable Expert Advisor for traders who want to automatically duplicate already opened positions in MetaTrader 5, increase volume, apply custom lot settings, and manage duplicates with precise rules. It is a practical tool for manual trading, algorithmic systems, and flexible management of existing positions inside one terminal. Duplicator for MT5 does not open positions by its own trading strategy. Its role is
The product will copy all telegram signal to MT5 ( which you are member) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal,  s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to s
Trade Copier Ultimate
Janitha Sandaruwan Amaradasa Wickramasingha Arachchilage
5 (4)
Trade Copier Ultimate - Telegram to MT5 Signal Copier Trade Copier Ultimate automatically copies Telegram trading signals into MetaTrader 5. The EA can read signal messages, detect the symbol, order type, entry price, Stop Loss, Take Profit levels and selected update commands, then execute or manage the trade in MT5 using your lot and risk settings. It is more than a basic Telegram to MT5 copier. TCU also supports Bot API and user-account Bridge workflows, Discord signal routing, local MT5 to MT
Welcome to ENTRY IN THE ZONE WITH SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool based on Smart Money Concepts (SMC), designed to analyze market structure, price direction, and key trading zones. It supports both Single-Timeframe Analysis and Multi-Timeframe Analysis, providing a clearer view of the overall market structure across multiple timeframes, with real-time BUY / SELL signals that do not repaint. It is designed to help filter trading op
MT5 to Telegram Signal Provider turns your trading account into a signal provider. Every trade action, whether manual, by EA or from your phone, is instantly sent as a message to Telegram. You can fully customize the format or use a ready-made template for quick setup. [ Demo ] [ Manual ] [ MT4 Version ] [ Discord Version ]     New: [ Telegram To MT5 ] Setup A step by step user guide is available. Key Features Ability to customize order details sent to subscribers You can create a tiered subs
Trump Shock Guard
Thomas Christoph Lipka
TRUMP SHOCK – Real-Time Market Protection for MT5 TRUMP SHOCK is a MetaTrader 5 risk-management utility designed to react to sudden market-moving news and unexpected volatility. Markets such as Gold, Oil and USD-related instruments can move within seconds following major political statements or breaking news. TRUMP SHOCK monitors important Truth Social posts and general breaking news and can automatically trigger predefined protective actions in MetaTrader 5 — helping you reduce unwanted exposur
More from author
Copy Trade EA(Expert Advisor)是一种自动交易软件,可以帮助投资者自动复制其他交易者的交易策略和操作,从而获得类似于其它交易者的交易结果。该软件基于MetaTrader平台,具有易于使用、高效、灵活和自适应的特点,为投资者提供了自动化交易的一站式解决方案。 该软件支持多种交易品种,包括外汇、商品、股票和指数。其主要功能包括: 复制交易:该软件可以在实时模式下复制其他交易者的交易操作,自动将交易操作应用到您的账户中。您可以根据其他交易者的历史表现选择要跟随的交易者,并设置复制比例和风险管理策略,以满足您的投资需求。 风险管理:该软件支持多种风险管理策略,如止损、追踪止损和限价订单,可以帮助投资者最大限度地降低风险和保护资金。此外,该软件还提供了实时的交易报告和交易统计信息,以便投资者对其交易行为进行分析和调整。 自定义设置:该软件支持用户自定义设置,包括复制比例、交易量、止损和追踪止损距离、交易时间和其他参数。这些自定义设置可以根据投资者的偏好和风险承受能力进行调整。 高效运行:该软件基于MetaTrader平台,具有高效、灵活和自适应的特点。该软件
Copy Trade
Zhang Yi
5 (1)
Copy Trade EA (Expert Advisor) is an automatic trading software that can help investors automatically replicate the trading strategies and operations of other traders, thus obtaining trading results similar to those of other traders. The software is based on the MetaTrader platform and has the characteristics of easy-to-use, efficient, flexible, and adaptive, providing investors with a one-stop solution for automated trading. The software supports multiple trading varieties, including Forex, com
1. What Is It? ---------------------------------------------------------------- TradingSession Canvas is a display-only chart indicator that marks the three main trading sessions of every day as semi-transparent colored blocks on the chart:   1. Asia session     (default start 01:00)   2. Europe session   (default start 10:00)   3. America session  (default start 16:00) Each session is drawn on its own canvas (CCanvas):   - A semi-transparent block fills the session's time and price range;  
Filter:
No reviews
Reply to review