Chameleon TA MT4

  • Utilities
  • Lian To
    Lian To
    Algorithmic Trader & MQL Developer | 5+ Years of Building Systems That Actually Work
  • Version: 1.0
Chameleon TA — Visual Basket Trade Assistant

Trade smarter, not harder. One panel. Total control.

Chameleon TA is a professional-grade visual trade assistant that puts a complete trading cockpit directly on your chart. Whether you're a manual scalper, news trader, or basket strategy enthusiast, Chameleon TA gives you instant one-click execution, live basket-level SL/TP management, and intelligent trailing — all wrapped in a clean, modern interface inspired by TradingView's dark theme aesthetic.

Stop juggling multiple windows, recalculating average entry prices on a calculator, or babysitting your charts to manage open positions. Chameleon TA does the math for you — in real time, on every tick.

Why Chameleon TA?

Most trade panels treat each order as an isolated event. Chameleon TA treats them as what they really are: a basket — a coordinated group of positions sharing a single break-even, a single risk target, and a single reward target. This is how professional traders actually think. And now your chart thinks that way too.

Core Features

Visual Trading Cockpit On-Chart

A compact 310-pixel-wide panel docks to the top-left of your chart with everything you need:

  • Trading Parameters: Lot size, SL distance (in points), TP/SL ratio — all editable inline
  • Trailing & Basket Mode: Two toggle buttons plus three trailing inputs (Start, Distance, Step)
  • Close Orders: Six dedicated buttons — Close All, Close Buy, Close Sell, Close Loss, Close Profit
  • Account Info: Live Balance, Equity, Free Margin, Spread, and Daily Closed P/L
  • Floating P/L: Real-time aggregated profit per direction (BUY / SELL)
  • Big BUY / SELL execution buttons at the bottom for one-click market entries

The panel can be minimized with a single click when you need full chart real estate, and restored just as quickly.

Basket-Aware SL/TP — The Heart of the System

This is what sets Chameleon TA apart. Instead of placing isolated SL/TP on each order, the EA calculates a single basket-level Stop Loss and Take Profit based on the volume-weighted break-even of all your open positions in each direction.

When you add a new position to the basket, Chameleon TA automatically:

  1. Recomputes the new combined break-even
  2. Repositions the basket SL and TP relative to that BE
  3. Synchronizes those levels across every order in the basket

The result: your entire basket exits as one cohesive unit, exactly where you planned. No more averaging-down disasters or partial exits at random prices.

Two SL/TP Execution Modes

Switch between modes with a single click on the SL/TP: REAL / VIRTUAL toggle:

  • REAL Mode (broker-side): Basket SL and TP are written directly to each order at the broker. Your trades remain protected even if the EA, terminal, or your internet connection goes down. Recommended for serious capital and unattended trading.

  • VIRTUAL Mode (EA-side): SL/TP exist only inside the EA logic — invisible to the broker. The EA monitors price on every tick and closes the basket the moment your level is breached. Useful for hiding your stops from the broker, avoiding stop-hunting, or running on brokers with restrictive stop-level rules.

The EA handles the transition automatically. Switching to VIRTUAL clears broker SL/TP from existing positions; switching back to REAL re-syncs them. No manual cleanup required.

Intelligent Basket Trailing Stop

When trailing is enabled, Chameleon TA monitors the basket break-even of each direction independently and trails the basket SL forward in classic three-parameter style:

  • Start (points): Profit threshold at which trailing activates, measured from basket break-even
  • Distance (points): How far behind current price the trailing SL sits
  • Step (points): Minimum improvement required before the SL is moved (prevents over-modification)

Trailing works seamlessly in both REAL and VIRTUAL modes. In REAL mode, the EA pushes updated SL to all orders in the basket. In VIRTUAL mode, the trailed level is held internally and triggered the moment price reverses through it.

A dotted orange "TRAIL START" line appears on your chart so you can visually see exactly when trailing will activate — no guesswork.

Visual Level Lines (Plan-Based, Always Live)

Chameleon TA draws live, labeled horizontal lines on your chart for both BUY and SELL baskets:

  • Solid grey line: Volume-weighted Break-Even
  • Red dashed line: Basket SL (with "(trailed)" tag when trailing is active)
  • Green dashed line: Basket TP
  • Orange dotted line: Trailing activation trigger (when trail is ON)

Every line carries a price tag at the right edge of the chart, so you always know your levels at a glance. The lines update automatically as you add positions, modify parameters, or as trailing pushes them forward.

Smart Close Controls

Six purpose-built close buttons cover every scenario:

  • CLOSE ALL — flatten everything on this symbol managed by the EA
  • CLOSE BUY / CLOSE SELL — close one direction only
  • CLOSE LOSS — close all losing positions, keep winners running
  • CLOSE PROFIT — lock in profits, hold the losers (DCA-friendly)

After any partial close, the EA automatically recalculates basket levels and re-syncs SL/TP — your remaining positions are never left orphaned.

Magic Number Filtering

Set a Magic Number to make Chameleon TA manage only its own trades, peacefully coexisting with other EAs and your manual trades. Or set Magic Number to 0 to take control of every position on the symbol — useful when you want to manage manual trades placed from your phone or a third-party tool.

Daily Closed P/L Tracker

A live counter shows your closed profit/loss for today only — symbol-specific, magic-filtered. Color-coded green/red so you always know where you stand on the day without opening the History tab.

DPI-Aware Layout

The panel uses dynamic text measurement ( TextGetSize ) to size labels, columns, and buttons correctly on any screen — from 1080p laptops to 4K monitors and high-DPI Windows scaling. No more cropped labels or misaligned columns on different machines.

Native Trade Levels — Hidden by Default

The EA hides MT5/MT4's built-in trade level lines (which would otherwise clutter your chart with one line per order). The clean basket lines drawn by Chameleon TA replace them. Toggle this behavior off via the input parameters if you prefer the native view.

Who Is This For?

  • Manual scalpers and day traders who want one-click entries with pre-defined risk
  • Grid and martingale traders who need basket-level exit logic instead of per-order chaos
  • News traders who scale into positions and need a single coordinated stop
  • Swing traders running multiple entries on the same direction
  • Anyone tired of mental math on average entries, partial fills, and managing 5+ open tickets manually

Input Parameters

Default Trading Parameters

  • InpLotSize — Default lot size for every market entry (default: 0.01)
  • InpRatioTP — TP ratio (default: 2.0)
  • InpRatioSL — SL ratio (default: 1.0) → Effective TP distance = SL × (RatioTP / RatioSL)
  • InpSLPoints — SL distance from break-even, in points (default: 2000)

Default Trailing Stop

  • InpTrailEnabled — Trailing ON/OFF at startup (default: OFF)
  • InpTrailStart — Profit in points before trailing activates (default: 1200)
  • InpTrailDist — Trailing distance behind price, in points (default: 600)
  • InpTrailStep — Minimum step size before SL is updated (default: 300)

Magic Number

  • InpMagic — Magic number filter; 0 = manage all positions on the symbol (default: 20260505)
  • InpComment — Order comment (default: "ChameleonTA")

Visual

  • InpHideNativeTradeLevels — Hide MT4/MT5 built-in trade level lines (default: true)

Basket Mode

  • InpVirtualSLTP — Start in VIRTUAL mode (true) or REAL mode (false) (default: REAL)

Execution (MT4 version only)

  • InpSlippage — Slippage tolerance in points for market orders (default: 20)
  • InpMaxRetries — Retry attempts on requote/off-quotes (default: 3)

All parameters set in the input dialog are starting defaults — you can change them live from the panel without re-attaching the EA.

Technical Details

  • Platforms: Available for both MetaTrader 4 and MetaTrader 5
  • Symbols: Works on any symbol — Forex, Metals (XAUUSD, XAGUSD), Indices, Crypto CFDs, Stocks
  • Timeframe: Independent — works identically on M1 through MN1
  • Account types: Hedging accounts on MT5; standard MT4 hedging mode
  • Broker compatibility: Honors MODE_STOPLEVEL (MT4) / SYMBOL_TRADE_STOPS_LEVEL (MT5) for safe SL/TP placement on brokers with stop-level restrictions
  • Order send retry logic: Automatically retries on requote, price-changed, off-quotes, and broker-busy errors
  • No DLL imports: 100% native MQL — passes MQL5 Market security checks
  • Lightweight: Single-file EA, runs efficiently on any VPS

Recommended Use

  1. Attach Chameleon TA to your trading symbol on any timeframe
  2. Set your desired SL distance and TP ratio in the panel (or via inputs)
  3. Choose your basket mode — REAL for protected, VIRTUAL for stealth
  4. Click BUY or SELL to enter; the EA handles the rest
  5. Add positions to the same direction whenever your strategy calls for it — basket levels recompute automatically
  6. Enable TRAIL when you want to lock in profits as the basket moves in your favor

Important Notes

  • This EA is a trade assistant, not an automated strategy — entries are 100% your decision
  • Always test on a demo account first to confirm broker-specific behavior (stop levels, fill modes, slippage)
  • VIRTUAL mode requires the terminal to be running and connected; REAL mode protects you even when offline

Support

Questions? Feature requests? Found a bug? Reach out via the MQL5 Comments tab on this listing or my profile messaging — I respond personally to every message.

Trade with clarity. Trade with control. Trade with Chameleon TA.


Recommended products
Crystal CopyCat Ultimate MT4
Muhammad Jawad Shabir
5 (1)
Crystal CopyCat Ultimate Ultra-Fast Master–Slave Copier with Zero-Delay Execution and Cross-Platform MT5 Compatibility Architecture: MT4 → MT4 and MT4 → MT5 Full Compatibility MT4 Pro :- https://www.mql5.com/en/market/product/165057 MT5  Free Version: https://www.mql5.com/en/market/product/144569 Complete User Setup Guide:-  https://www.mql5.com/en/blogs/post/764222   1. Overview Crystal CopyCat Ultimate 5.0 is a next-generation trade copy engine engineered for professional traders, portfo
FREE
CHF Portal
Ngo Yung Lau
CHF Portal is designed for Trading USDCHF specifically. Trading Concept The operation concept of CHF Portal is based on an algorithm which tries to determine the Trend. To be more specific, CHF Portal works with its own calculation logic according to historical volatility and price movement. It is trying to find out the Top or Bottom in a Trend, and open the Short or Long Position accordingly. Don't expect CHF Portal can be able to open the trade on the highest or lowest level, because CHF Port
Liquidity Sentinel Pro – Multi-TF Dashboard & Rejection Alerts Description: Liquidity Sentinel Pro is a powerful all-in-one MT4 indicator designed to give traders a complete view of market dynamics by combining multi-timeframe trend analysis, supply/demand strength, and precision wick rejection alerts . This tool provides actionable insights on which currency pairs or assets are trending , highlights high-probability reversal points , and helps traders filter out noise , giving them the confiden
This Performance Report indicator is special design for some trader to analyst his/her performance. Key Features of the "Performance Report" Indicator Multi-language support: Choose between English and Chinese as the display language, catering to traders from different regions. Flexible report configuration: Customize the report title and group data based on trading symbols, time periods (daily , weekly , monthly ), meeting individual preferences. Date range selection: Specify the st
Interactive Structure Dashboard:  The Ultimate Multi-Timeframe Smart Money Concepts (SMC) Indicator Smart Money Concepts (SMC) , Break of Structure (BOS) , and Fair Value Gaps (FVG) have revolutionized how modern retail and institutional traders view market mechanics. Gone are the days of trading simple retail support and resistance; modern edge relies on tracking bank footprints, institutional liquidity, and structural shifts. The InteractiveStructureDashboard MQL4 indicator bridges the gap b
Top Gun Oscillators
Safwan Rushdi Khalil Arekat
5 (2)
Note : New in 1.6: the indicator now exports the trade signal (but not displayed). Go long with light blue. Go short with red. Exit otherwise. Signal to be imported to your EA using iCustom. This indicator provides Best of the Best linear filter momentum oscillators that I am aware of (Low Pass Differentiators, LPD's) . All of them are  recent developments by this developer, or other researchers. The oscillator line is the first buffer of the indicator, and can be called  in other indicators or
FREE
B Clode
Hong Ling Mu
Trading XAUUSD is a double-edged sword. Its massive volatility offers incredible profit potential, but it also carries significant risk for those without a disciplined strategy. Today, I am excited to introduce my latest automated trading system: B Clode . Built specifically for the XAUUSD H1 timeframe , B Clode was engineered to harmonize high-frequency grid trading with intelligent risk management. 1. Why B Clode for XAUUSD? Gold is notorious for its "noise." By focusing on the H1 timeframe
FREE
Multi-Timeframe EMA Momentum Filter — Version 1.0 This indicator is designed to help traders evaluate short-term EMA crossovers in the context of higher timeframe momentum. Its purpose is to reduce noise and highlight setups that align with the broader market trend. How it works: On the main chart, arrows appear when a fast EMA crosses a slow EMA on the current timeframe, provided that higher timeframe momentum confirms the direction. In the subwindow, a histogram displays the difference betwee
FREE
TFA Trade Manager
TFA Global Pte. Ltd.
(8th Feb 2019 Launch Promo: $97/lifetime just for 1 day! Price goes to $180/lifetime in 24 hours!) The TFA Trade Manager helps you easily manage your trades with an intelligent vertical "bars" system. You easily now easily click + drag your entry, stop loss, take profit, breakeven, partial profit and trailing stop with a few simple mouse clicks. You can also easily calculate the risk you wish to allocate to each trade by telling the trade manager your desired risk %, lot size or $dollars to risk
Happy Cub
Pui Yan Leung
Overview Happy Cub is a multi-timeframe and multi-indicator analytical dashboard, it consolidates data from 10 different technical indicators across 8 timeframes into a single, color-coded table. Its primary purpose is to help traders identify "confluence" - the rare moment when multiple indicators and timeframes align in the same direction.   Key Functions Confluence Tracking: It calculates real-time signals for Price Action, Trend, Momentum, and Volatility indicators. Directional Percentages:
Product Name: Gold Smart EA AR X Gold Smart EA AR X   is a sophisticated automated trading solution specifically engineered for the   XAUUSD (Gold)   market. Unlike simple indicator-based systems, this EA utilizes a multi-layered logic that combines Trend Following, Moving Average Crossovers, and a unique   US Dollar (USD) Correlation Engine   to filter out market noise and execute high-probability trades. Designed for the modern trader, the EA monitors the market on the   M5 timeframe   but val
Limited Offer: Only 10 copies left – Hurry, just 10 remaining!  Current Price: $11489 | Next Price: $16599 | Final Price: $31299 Live Signal : Click to view real account performance! Gold Important Sniper Level MT4 "Seize the key level of gold trading and enjoy the fun of trend surfing!" Why Choose Gold Important Sniper Level MT4? Are you tired of manual analysis, missed opportunities, or suffering from bad trades? Or have you experienced devastating losses due to aggressive strategies during
L   H E D G E R   S C A L P E R    A fully automated Expert Advisor that uses counter-trend scalping, managed semi-martingale strategy and lock hedging to execute a complete trading scheme from entry analysis to risk-calculated money management to exit analysis plan execution.         V E R Y  I M P O R T A N T    You can use only ECN type of account. Otherwise, it's a disaster. You can use only the GBPJPY currency pair. Open and attach with 1 chart only. Use a minimum of $5
Band Trading Automation
Emmanuel Lovski Ijeawele Maduagwuna
Band Trading Win Consistently Irrespective of the Direction of the Market Price of any Instrument A Dual Position Entry Algorithmic Trader for Volatile Markets    Look at  Strategy Summary Here - BandTrading FEATURES Intelligent hedging mechanism aims to protect capital by locking in profits when price moves beyond the Band Trading Gap. Dynamic Band calculation adapts to real-time market conditions – identifies key support/resistance zones. Specifically designed for CFD trading: handles swa
This tool offers two major benefits: it enhances the usability of MT5 economic indicators and enables seamless sharing of the data with MT4. For example, it allows you to effectively use economic indicator data from more than 10 years ago for training and backtesting. Additionally, it is compatible with MT4's PracticeSimulator , making it a valuable tool for everything from practicing trades with historical data to live trading on MT4. Important Notice This tool requires economic indicator data
FREE
The UNIVERSAL DASHBOARD indicator will eliminate the need of using dozens of indicators on dozens of charts. From one place you can monitor all the pairs and all the timeframes for each of the following indicators: MACD STOCHASTIC WPR RSI CCI You can also use any Custom indicator in the dashboard as long as it has a readable buffer. With a single click you can quickly navigate between charts, pairs and timeframes. Alerts will provide clear indication about what happens for your favorite pairs on
FREE
This Dashboard displays signals in grid view for the 28 major fx currency pairs. It is Mainly used for forex scalping in between 10 to 20 pips maximum and can be used on major trend market decisions. It Uses mainly Moving average and does not give false signal. All you need to note is the point in the grid where the signal occurs.  A beep sound is heard whenever there is a new signal and it will be displayedat the top of the chart.
News Catcher Pro
Valeriia Mishchenko
4 (8)
News Catcher Pro is a mean-reversion strategy that uses intraday seasonal volatility patterns caused by high-impact news events. It enters the market at a certain time shortly before a high-impact news event occurs . It does not trade frequently! Live performance Supported currency pairs: GBPUSD, EURUSD, EURGBP Recommended timeframe: M5 MT 5 version can be found here EA is   FIFO compatible To backtest the EA you should download the news events data file ' NewsEvents.txt ' and copy it to the
Description The Triangle Breakout Retest Dashboard Pro Multi Symbol is a multi symbol institutional style trading indicator designed for structure based breakout and retest trading. It automatically scans multiple currency pairs, detects triangle consolidation patterns, identifies breakout direction, and waits for a confirmed retest before generating entry signals. This system is built to help traders avoid false breakouts by focusing on confirmation based entries aligned with market structure b
Smart Trend Forecasting Slope-Based Trend Analysis Indicator with Alert Support Overview Smart Trend Forecasting is a slope-based trend analysis indicator derived from a classic moving average trend model originally developed by Wizard Serg and referenced in Forex Magazine #104. The indicator is designed to monitor: Trend direction Momentum shifts Trend transition conditions Moving average slope behavior It includes visual markers and configurable alert notifications for trend state changes. Ma
Jerk Indicator
Safwan Rushdi Khalil Arekat
5 (1)
In physics, "Jerk" is the third time-derivative of position, with acceleration being the second derivative and velocity the first derivative. In technical analysis, the first derivative of price is the price momentum, with the second derivative,acceleration, being seldom used and the third derivative virtually unknown. The magnitude frequency response of a digital differentiator is a positive-slope straight line passing through zero frequency. Therefore, every instance of a digital signal differ
FREE
EPriceJPY
Ngo Yung Lau
EPriceJPY is a auto-trading EA focused on USDJPY. Trading Concept The operation concept of EPriceJPY is based on an algorithm that tries to determine the Trend. To be more specific, EPriceJPY works with its own calculation logic based on simulation. It is trying to find out the Top or Bottom in a Trend, and open the Short or Long Position accordingly. Don't expect EPriceJPY to open the trade on the highest or lowest level, because EPriceJPY will trade only when the Top/Bottom can be confirmed.
Trades Clear Visualizer
Ahmed Mohamed Abdelmaksoud Maria
Trade Visualizer (TVIZ) Description The provided code represents a highly efficient, interactive utility—which we will refer to as Trade Visualizer (TVIZ) —designed to plot both historical and active trade data directly onto the MetaTrader price chart. For professional developers and forex traders, reviewing raw ticket data in the terminal’s history tab can be tedious and visually disconnected from price action. Similar to other market solutions that bring trading data to life by plotting compl
FREE
Description: EuroPulse MACD Hist — EMA200 Trend Filter with MACD Histogram EA (Swap-Free) PRODUCT OVERVIEW EuroPulse MACD Hist is a premium automated trading solution designed for MetaTrader 4, specialized for the EURUSD currency pair. The EA implements a robust trend-following strategy: • EMA200 as long-term trend filter • MACD Histogram for momentum confirmation • ATR-based stop loss and take profit • Daily loss protection • Swap-Free mode for Islamic accounts WHY EUROPULSE MAC
Pandoras BlackBox Pandoras BlackBox uses statistical and econometric analysis in order to take advantage of market inefficiencies. The algorithim layers market orders in order to take advantage of optimal pricing points, generating optimal risk reward returns. This is a long-term algorithm, and will not simply make returns with 1-2 weeks. The algorithm is designed to produce flat returns in the wrong market conditions, and high risk adjusted returns in the correct market conditions. Features:
Algo Edge MT4
Niklas Templin
3.57 (7)
Algo Edge EA  normal stable EA Function just set the EA on  Chart and Start no Settings optimization.  EA work with high and low from Last Candle. AUD/USD, EUR/USD, DE40, US30, Tec100 and much more.  Multifunctional Expert Advisor can trade with every Forex Pair or Indize. EA can Trade with every Broker. M1 high, M30 medium, H1 low Risk. Functions: For other Indize example US30: Change the Robot Worktime in Europe to 16:30-21:30. -inp1_ =Robot Worktime inp_2 and inp_4 VolumePercent = The Robot
FREE
www tradepositive .lat ALGO Smart Flow Risk Manager (Keyboard Edition) Have you ever spotted the perfect entry but hesitated so long calculating the lot size that the price ran away without you?   Or has a bad streak ever wiped out 20% of your account because you didn't know when to stop? The   ALGO Smart Flow Risk Manager   is not an automated trading bot. It is a professional   Execution Tool   designed strictly for   Manual Traders   who demand speed, structure, and discipline. We turn your
FREE
Aurora Trend Pilot
Thorsten Fuehrmann
TREND PILOT MT4 – SMART MONEY TREND-FOLLOWING SYSTEM Trend Pilot is a fully automated Expert Advisor based on Smart Money Concepts and structural market analysis. The system identifies trend reversals through Break of Structure (BOS) and Change of Character (CHOCH), utilizing precise entry mechanisms for optimal position openings. NEW: Includes a trading
Heikin-Ashi-Sniper is a perfect addition to your portfolio. It is meant to be traded on EURUSD on H1 Timeframe. It uses Heikin-Ashi High and Low/High of Monthly timeframe to determine optimal entry signals while having a reasonably low drawdown More EA´s will be published shortly to complete the Portfolio. The EA Trades not very frequently it waits for the right chance and places the order. The rest of the time, your capital is free to be traded on other strategies Please see backtest results i
FREE
Close by percentage MT4
Konstantin Kulikov
5 (1)
Hello friends. I wrote this utility specifically for use in my profile with a large number of Expert Advisors and sets ("Joint_profiles_from_grid_sets" https://www.mql5.com/en/blogs/post/747929 ). Now, in order to limit losses on the account, there is no need to change the "Close_positions_at_percentage_of_loss" parameter on each chart. Just open one additional chart, attach this utility and set the desired percentage for closing all trades on the account. The utility has the following function
Buyers of this product also purchase
Trade Indicator Assistant is a powerful MT4 utility designed to turn indicators into automated trading systems. Its main feature is the ability to automatically detect an indicator’s   BUY and SELL signal buffers , without requiring you to know the buffer numbers, search through indicator settings, or modify the indicator source code. Bonus Indicator: After purchasing Trade Indicator Assistant, contact me to receive Trade Signal Pro completely free as a bonus indicator. [Download Demo Version]
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (111)
Local Trade Copier EA MT4 is a fast and flexible trade copier for copying and managing trades between multiple MetaTrader 4 accounts on the same Windows computer or Windows VPS. It combines local trade synchronization with Receiver-side controls for lot sizing, risk management, trade filtering, symbol mapping, trade management and account protection. Set up your Transmitter and Receiver terminals in about 1 minute and copy manual or EA trades between accounts at the same or different brokers. U
Forex Trade Manager MT4
InvestSoft
4.98 (445)
Trade Manager MT4 is an advanced position size calculator and trade management tool for MetaTrader 4, 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, or crypto, Trade M
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.69 (65)
Professional Trade Copier for MetaTrader 4 Fast, professional, and reliable trade copier for MetaTrader 4 . COPYLOT helps you copy Forex trades between MetaTrader 4 and MetaTrader 5 terminals with flexible synchronization for different account setups. COPYLOT MT4 version supports: MetaTrader 4 to MetaTrader 4 MetaTrader 5 Hedge to MetaTrader 4 MetaTrader 5 Netting to MetaTrader 4   MT5 version Full Description + DEMO + PDF How To Buy How To Install How to get Log Files How To Test and Optimize A
Copier->Convenient and fast interface interaction, users can use it right away   ->>>> Recommended to use on Windows computers or VPS Windows Features: Diversified and personalized copy trading settings: 1. Different lot modes can be set for different signal sources 2. Different signal sources can be set for forward and reverse copy trading 3. Signals can be set with comments 4. Whether to calibrate the lot according to the contract lot Diversified and personalized copy order settings 2: 1. Dif
Trade Assistant MT4
Evgeniy Kravchenko
4.43 (197)
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 characteris
Multi Copy
Kaijun Wang
5 (1)
Copier->Convenient and fast interface interaction, users can use it right away   ->>>> Recommended to use on Windows computers or VPS Windows Basic functions: The normal interaction speed of copy trading is less than 0.5s Automatically detect signal sources and display a list of signal source accounts Automatically match symbols, 95% of commonly used trading symbols on different platforms (special cases such as different suffixes) are automatically matched, basically no manual settings are requ
Trend Line Optimizer
Evgenii Aksenov
4.11 (19)
This is an automatic parameter optimizer for the   Trend Line PRO   indicator Easily and quickly you will select the optimal parameters for your favorite Trend Line PRO indicator.  Optimization takes only a few seconds. The optimizer allows you to find the best parameters for each pair and period: Amplitude, TP1-TP3, StopLoss, as well as values for Time Filter and HTF Filter on the selected history section (Days)  To optimize different timeframes, you need a different range of history: M5-M15
Risk manager Risk manager - it will simplify the tracking of drawdown and will notify you (alert) when the specified risk is reached, and close/lock orders when the critical DD risk level is reached. If the specified drawdown is exceeded, you can choose two options for actions: All orders will be closed that mean loss will be fixed on depo. The terminal also closes. Instead of fixing the loss on depo, the opposite order will be opened - orders locking will occure. Not a single order will be c
The product will copy all telegram signal to MT4   ( 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
King Trade Copier MT4
Mohammed Maher Al-sayed Mohammed Ahmed Saleh
5 (1)
King Trade Copier MT4 – Lightning-Fast Local Trade Copier (Master + Slave in ONE file) King Trade Copier is a professional local trade copier that mirrors every trading action from one Master account to unlimited Slave accounts on the same PC or VPS — with an internal copy latency of just a few milliseconds. It was built by a real trader for daily real-money use, with one goal: whatever happens on the Master must happen on the Slave, instantly and without exceptions. Watch the demo video to s
Currency strength meter for MetaTrader 4 This currency strength indicator reads up to 28 major pairs and turns them into one number per currency, for the 8 majors: USD, EUR, GBP, JPY, CHF, CAD, AUD and NZD. Instead of opening chart after chart to work out who is leading, you read one panel on your MetaTrader 4 chart and you know which currency is being bought and which one is being sold. What you see on the chart A ranked strength bar for each of the 8 currencies, with its percentage A multi-tim
Partial Closure EA MT4
Juvenille Emperor Limited
5 (3)
Partial Closure EA MT4   allows you to partially close any trade on your account, manually by a chosen percentage of the lot size and/or by trade ticket, or automatically at specified percentages of the TP/SL level, closing a percentage of the initial lot size across up to 10 take profit and 10 stop loss levels.  It can manage all or selected trades in your account by specifying or excluding certain magic numbers, comments, or symbols. Tip: Download the free demo version of the Partial Closure E
Telegram to MT4 Coppy
Sergey Batudayev
4.09 (11)
Telegram to MT4: The Ultimate Signal Copying Solution Streamline your trading with Telegram to MT4 , the cutting-edge utility designed to copy trading signals directly from Telegram channels and chats to your MetaTrader 4 platform—without the need for DLLs. This robust solution ensures seamless execution of signals with unparalleled precision and customization options, saving you time and boosting your efficiency. [ Instructions and DEMO ] [ FAQ ] [ How atach logs properly ] [Settings descrition
Trade copier MT4
Alfiya Fazylova
4.61 (36)
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 MT4," you can receive the "Trade Copier MT5" for free (for copying MT4 > MT5 and MT4 < MT5). For more detailed information about the conditions, please contact us via private message
Manual Trade Panel EA MT4
Juvenille Emperor Limited
5 (5)
Manual Trade Panel EA MT4 is the most straightforward and easy to use trade panel you can find for MT4. It has all its options and functions in one surface, without the need of opening additional windows or panels. It is an order management, risk calculator, partial closure and account protector utility all in one extremely convenient to use interface! By using Manual Trade Panel EA MT4 you can trade many times faster and more accurate than traditional manual trading methods and that gives you m
KT Equity Protector MT4
KEENBASE SOFTWARE SOLUTIONS
3.75 (4)
The one EA every MetaTrader trader should be running, but isn't. Most accounts don't blow up because the strategy was wrong. They blow up because, in a bad moment, a trader let a loss run, doubled down, held trades into the weekend, gave back a winning week, or forgot the daily prop-firm limit by one bad click. KT Equity Protector is the automated guardian that won't let that happen. Install it on one chart. Set your rules once in a guided, plain-English wizard: daily loss, max drawdown, profit
TradePanel MT4
Alfiya Fazylova
4.84 (95)
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. Application instructions + video instructions: https://www.mql5.com/en/blogs/post/772292 Trial version of the application for a demo account: https://www.mql5.com/en/blogs/post/750865 How to install the application: https://www.mql5.com/en/blogs/post/756239 How to test the application in visual mode: https://www.mql5.com/en/blogs/post/7
Second and Custom Timeframe Charts See the market between standard timeframes. Second and Custom Timeframe Charts is a professional chart utility for MetaTrader 4 that creates synthetic candles for non-standard timeframes directly from market data. It is designed for traders who need more flexibility than the default MT4 timeframe set can provide. Standard charts show only fixed periods. But the market does not always move in standard blocks. Sometimes the most important structure is visible on
Smart Copy Local MT4
Kyra Nickaline Watson-gordon
5 (7)
Smart Copy is an Easy-to-Use EA that supports Multi Copying Metatrader4 and Metatrader5 and Local/Remote Copying. (Remote Version is coming soon) Free version is available on Smart Copy Local Free MT4 Specifications :     Real Time, Multi Terminal - Multi Account - MT4/MT5 trade copying     Copy from netting to hedge and hedge to netting is supported.     Fast and instant copy     All settings are input visually.     Easy modifying symbol names, prefix, suffix     Enable/Disable copying s
Working Trial Download Copy Cat More Trade Copier MT4 is not just a simple local trade copier; it is a complete risk management and execution framework designed for today’s trading challenges. From prop firm challenges to personal portfolio management, it adapts to every situation with its blend of robust execution, capital protection, flexible configuration, and advanced trade handling. The copier works in both   Master (sender) and Slave (receiver)   modes, with real-time synchronization of
News Filter EA MT4
Rashed Samir
5 (10)
News Filter EA: Advanced Algo Trading Assistant News Filter EA is an advanced algo trading assistant designed to enhance your trading experience. By using the   News Filter EA , you can integrate a Forex economic news filter into your existing expert advisor, even if you do not have access to its source code. In addition to the news filter, you can also specify   trading days   and   hours   for your expert. The News Filter EA also includes   risk management   and   equity protection   features
Prop Guardian Risk Manager MT4 – Drawdown, Risk & Hedge Protection for Prop Firm and Managed Accounts Prop Guardian Risk Manager is a professional risk-control utility for MetaTrader 4, designed for prop firm traders, money managers and anyone who wants strict account-level risk protection. It does not generate trading signals, strategy entries or trading decisions. Instead, it runs in the background, monitors your account risk and can automatically block new exposure, close managed trades or ac
X2 Copy MT4
Liubov' Shkandrii
Fast. Accurate. Innovative. Tech-Driven. Discover instant trade copying with the revolutionary X2 Copy MT4. With just a 10-second simple setup, you'll get a powerful tool for syncing trades between MetaTrader terminals on a single computer or Windows VPS with unprecedented speed. Whether you're managing multiple accounts, following signals, or scaling your strategy, X2 Copy MT4 adapts to your workflow with unparalleled precision and control. Work faster and more reliably with the most tech-drive
Trade Manager 4 Lite is trading panel developed with a goal to make manual trading in some (routine) task easier. Trade Manager 4 Lite also works in Strategy Tester. Version for Meta Trader 5 is here: Trade Manager 5 Lite Main features of Trade Manager 4 Lite Trading for Forex and CFDs Support for 4 and 5 digit brokers 65 combinations to set order Set Take Profit, Stop Loss and entry level for Pending Order with lines positioned on the chart Break Even Trailing Stop Loss Multiple Orders at one
TPSpro Risk Manager
Roman Podpora
3.67 (3)
TPSpro Risk Manager       – is a unique system of professional risk control for traders of any level and any capital. Allows you to avoid losses in trading and serious mistakes in transactions. TPSpro Risk Manager is a must have for risk management and is primarily used by scalpers and day traders, but is successfully used by traders of any trading style. The panel has 3 columns, each of which contains useful information. The first column displays information about the account as of the beginn
MT4 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 ] [ MT5 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
Trade Reverse Copie4
Chukwuemeka Kingsley Anyanwu
5 (1)
Feel free to contact me for any extra features :) [SEE MT5 VERSION  https://www.mql5.com/en/market/product/128846 The Local Reverse Copier is an Expert Advisor designed to synchronize positions between a Master account and a Slave account with a twist: it reverses the trades. When a buy position is opened on the Master account, the EA opens a sell position on the Slave account, and vice versa. This allows for a unique form of trade copying where positions are mirrored in opposite directions bet
Lot Architect MT4
Do Thi Phuong Anh
Lot Architect — Trade Panel and Position Size Calculator for MT4 Lot Architect is a trade panel and risk-based position size calculator for MetaTrader 4. It helps calculate lot size from the selected risk, displays trade parameters before entry, and supports Market, Limit and Stop orders from the chart. The utility is designed for traders who want a structured workflow for position sizing, stop-loss placement, take-profit planning and order execution. Purpose Before opening a trade, a trader nee
EA Local Trade Copier Pro MT4: The Ultimate DLL-Free Trade Duplicator Are you tired of complicated trade copiers that require unsafe external DLLs, crash your terminal, or confuse you with separate "Master" and "Client" files? Experience the next generation of trade copying with EA Local Trade Copier Pro MT4. Engineered for maximum stability, lightning-fast execution, and ultimate simplicity, this utility allows you to seamlessly copy trades between multiple MetaTrader terminals on the same Wind
More from author
Chameleon Floating Loss Protector "Your last line of defense against runaway drawdown." Overview Chameleon Floating Loss Protector (FLP) is a lightweight risk management utility that runs silently in the background and acts as an automatic circuit breaker for your trading account. When the total floating loss of your monitored positions exceeds a predefined threshold, the EA immediately closes all affected positions — then resets itself and resumes monitoring, ready for the next trade. No manua
FREE
Chameleon TA — Visual Basket Trade Assistant for MT5 A modern one-click trade panel built around the way grid, averaging, and pyramiding traders actually work. Chameleon TA replaces per-position SL/TP thinking with basket-level execution — when you hold multiple positions in the same direction, they share a single Stop Loss and Take Profit calculated from the volume-weighted entry price. Visual on the chart. Real on the broker. Or virtual in the EA. Your choice. Why Chameleon TA? Most trade pane
Filter:
No reviews
Reply to review