Chameleon TA MT4

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.


Produits recommandés
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 – Tableau de bord multi-TF & Alertes de rejet de mèches Description : Liquidity Sentinel Pro est un indicateur MT4 tout-en-un puissant, conçu pour offrir aux traders une vue complète de la dynamique du marché en combinant l’analyse des tendances multi-timeframes, la force de l’offre et de la demande, et des alertes précises de rejet de mèches. Cet outil fournit des informations exploitables sur les paires de devises ou actifs en tendance, met en évidence les points de reto
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
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
Gold Important Sniper Level MT4  Offre Limitée : Plus que 10 copies disponibles – Dépêchez-vous, il n'en reste que 10 !  Prix Actuel :    489 | Prochain Prix : 599  | Prix Final : $1299 Signal en Direct :   Cliquez pour voir les performances du compte réel ! Pourquoi choisir Gold Important Sniper Level MT4 ? Êtes-vous fatigué de l'analyse manuelle, des opportunités manquées ou des mauvais trades ? Ou avez-vous subi des pertes dévastatrices à cause de stratégies agressives pendant les périodes
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
Cet outil offre deux avantages majeurs : il améliore la facilité d'utilisation des indicateurs économiques de MT5 et permet un partage fluide des données avec MT4. Par exemple, il permet d'utiliser efficacement des données d'indicateurs économiques datant de plus de 10 ans pour des entraînements et des backtests. En outre, il est compatible avec le PracticeSimulator de MT4, en faisant un outil précieux pour tout, de la pratique avec des données historiques au trading en direct sur MT4. Remarque
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 Triangle Breakout Retest Dashboard Pro Multi Symbol est un indicateur de trading multi-devises de type institutionnel, conçu pour le trading basé sur la structure du marché avec des stratégies de breakout et de retest. Il analyse automatiquement plusieurs paires de devises, identifie les figures de consolidation en triangle, détermine la direction de la cassure et attend un retest confirmé avant de générer un signal d’entrée. Cet outil est conçu pour aider les traders à éviter les fa
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
Description de Trade Visualizer (TVIZ) Le code MQL4 fourni constitue un utilitaire interactif et performant, que nous appellerons Trade Visualizer (TVIZ), conçu pour afficher les données de transactions historiques et en cours directement sur le graphique des prix de MetaTrader 4. Pour les développeurs MQL4 et les traders forex professionnels, l'analyse des données brutes dans l'onglet Historique du terminal peut s'avérer fastidieuse et peu représentative de l'évolution des prix. À l'instar d'a
FREE
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
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
A   rocket   (from   Italian :   rocchetto ,   lit. 'bobbin/spool') [nb 1] [1]   is a   projectile   that   spacecraft ,   aircraft   or other   vehicles   use to obtain   thrust   from a   rocket engine . Rocket engine exhaust is formed entirely from   propellant   carried within the rocket. [2]   Rocket engines work by   action and reaction   and push rockets forward simply by expelling their exhaust in the opposite direction at high speed, and can therefore work in the   vacuum   of space. In
HTF Candle Plus Timer Upgrade your trading experience with HTF Candle Plus Timer, a smart indicator that displays higher timeframe candles directly on your current chart. It allows you to stay aligned with the bigger market picture while focusing on your preferred trading timeframe. Key Features: Higher Timeframe Candles Plot custom higher timeframe (HTF) candles such as H1, H4, D1, W1, or MN directly on lower timeframe charts for a clearer market overview. Current Candle Timer A live countdown
Les acheteurs de ce produit ont également acheté
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (110)
Découvrez une expérience exceptionnellement rapide de copie de trades avec le Local Trade Copier EA MT4 . Avec sa configuration facile en 1 minute, ce copieur de trades vous permet de copier des trades entre plusieurs terminaux MetaTrader sur le même ordinateur Windows ou Windows VPS avec des vitesses de copie ultra-rapides de moins de 0.5 seconde. Que vous soyez un trader débutant ou professionnel, le Local Trade Copier EA MT4 offre une large gamme d'options pour le personnaliser en fonction d
Bienvenue sur Trade Manager EA, l’outil ultime de gestion des risques conçu pour rendre le trading plus intuitif, précis et efficace. Ce n’est pas seulement un outil d’exécution d’ordres ; c’est une solution complète pour la planification des trades, la gestion des positions et le contrôle des risques. Que vous soyez débutant, trader expérimenté ou scalpeur ayant besoin d’une exécution rapide, Trade Manager EA s’adapte à vos besoins, offrant une flexibilité sur tous les marchés, des devises et i
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.69 (65)
Copieur de trades professionnel pour MetaTrader 4 Un copieur de trades rapide, fiable et professionnel pour MetaTrader 4 . COPYLOT permet de copier des opérations Forex entre les terminaux MetaTrader 4 et MetaTrader 5 , avec une synchronisation flexible adaptée à différents types de comptes et styles de trading. La version COPYLOT MT4 prend en charge : MetaTrader 4 → MetaTrader 4 MetaTrader 5 Hedge → MetaTrader 4 MetaTrader 5 Netting → MetaTrader 4   Version MT5 Description complète + DEMO + PDF
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
Un panneau professionnel pour le trading manuel qui réunit tout le cycle d'une opération dans une seule fenêtre sur le graphique, de l'entrée précise à la protection du compte. Calibrez chaque position au plus près du risque que vous fixez, dessinez votre trade avec des lignes directement sur le graphique grâce au RR Tool, et passez des ordres au marché et en attente, des grilles et de l'OCO. Le panneau prend en charge le suivi de la position : clôture partielle jusqu'à cinq niveaux, six types d
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
Verrouillage automatique des bénéfices lors de l'atteinte du bénéfice cible EquityTargetCloser   — est un conseiller expert utilitaire pour MetaTrader 5 qui ferme automatiquement toutes les positions de marché et supprime les ordres en attente dès que   les capitaux propres (Equity) dépassent le solde actuel du montant de bénéfice spécifié . Après la fermeture de toutes les positions, l'objectif est automatiquement relevé : le nouveau seuil = nouveau solde + bénéfice spécifié. L'EA n'ouvre pas d
DrawDown Limiter MT4
Haidar Lionel Haj Ali
5 (8)
Expert Advisor "Drawdown Limiter"  Vous êtes au bon endroit si vous recherchez un contrôle de drawdown, un limiteur de drawdown, une protection du solde, une protection de l'équité ou une limite quotidienne de drawdown en rapport avec les entreprises de gestion de capitaux (Prop Firm), FTMO, My Forex Fund, ou si vous souhaitez protéger votre compte de trading. Avez-vous déjà eu du mal à contrôler votre drawdown en tradant sur des comptes financés ? Cet EA est fait pour vous. Les entreprises de
King Trade Copier MT4
Mohammed Maher Al-sayed Mohammed Ahmed Saleh
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
SmartFastTrade AI
Muhammad Faisal Sagala
Transform Your Trading with SmartFastTrade AI: Speed and Ease at Your Fingertips! Introduction Are you a trader struggling with slow order execution? Do you want a tool that can assist you in making quick and accurate trading decisions? If yes, then SmartFastTrade AI is the answer to all your trading needs. With its unique combination of speed, user-friendliness, and advanced features, SmartFastTrade AI will help you unlock your full trading potential. Let's delve deeper into why this innovativ
Télécharger la version d'essai fonctionnelle Copy Cat More (Chat Copieur) — Copieur de Trades (Trade Copier) MT4 n'est pas un simple copieur de trades local ; c'est un cadre complet de gestion du risque et d'exécution (risk management and execution framework) conçu pour les défis du trading d'aujourd'hui. Des challenges de prop firm à la gestion de portefeuille personnel, il s'adapte à chaque situation grâce à sa combinaison d' exécution robuste, de protection du capital, de configuration fle
Equity Protect Pro : Votre expert en protection de compte complet pour un trading en toute sérénité Si vous recherchez des fonctionnalités telles que la protection de compte, la protection des capitaux propres, la protection de portefeuille, la protection multi-stratégies, la protection des bénéfices, la prise de bénéfices, la sécurité de trading, les programmes de contrôle des risques, le contrôle automatique des risques, la liquidation automatique, la liquidation conditionnelle, la liquidatio
Telegram to MT4 Multi-Channel Copier copie automatiquement les signaux de trading de vos canaux Telegram directement vers MetaTrader 4. Pas de bots, pas d'extensions de navigateur, pas de copie manuelle. Vous recevez un signal sur Telegram et l'EA ouvre l'opération sur votre terminal en quelques secondes. Le produit comprend deux composants : une application Windows qui écoute vos canaux Telegram, et cet Expert Advisor qui exécute les signaux sur votre terminal MT4. Une version MT5 est également
TradePanel MT4
Alfiya Fazylova
4.84 (95)
Trade Panel est un assistant commercial multifonction. L'application contient plus de 50 fonctions de trading pour le trading manuel et permet d'automatiser la plupart des tâches commerciales. Avant l'achat, vous pouvez tester la version de démonstration sur un compte de démonstration. Télécharger la version d'essai de l'application pour un compte de démonstration : https://www.mql5.com/fr/blogs/post/762644 . Instructions complètes ici . Commerce. Permet d'effectuer des opérations commerciales e
Master Close via Telegram can help you perform some management tasks on MT4/MT5 remotely via your Telegram by one click, easy to set up & use. Demo here (see more Master Notify   Master Control  ) ************************************************************************************ LIST OF COMMANDS: info_acc -  Get account info info_pen -   Get pending orders details info_pos -   Get positions details info_pos_sum -   Get positions summary close_pen -   Delete all pending orders close_pos_all -
Strategy Builder offers an incredible amount of functionality. It combines a trade panel with configurable automation (covert indicators into an EA), real-time statistics (profit & draw down) plus automatic optimization of SL, TP/exit, trading hours, indicator inputs. Multiple indicators can be combined into an single alert/trade signal and can include custom indicators, even if just have ex4 file or purchased from Market. The system is easily configured via a CONFIG button and associated pop-up
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
Le MT4 to Telegram Signal Provider est un outil facile à utiliser et entièrement personnalisable qui permet d'envoyer des signaux à Telegram, transformant ainsi votre compte en fournisseur de signaux. Le format des messages est entièrement personnalisable ! Cependant, pour une utilisation simple, vous pouvez également opter pour un modèle prédéfini et activer ou désactiver des parties spécifiques du message. [ Démonstration ]   [ Manuel ] [ Version MT5 ] [ Version Discord ] [ Canal Telegram ]  N
Exp Averager
Vladislav Andruschenko
4.82 (22)
Averager pour MetaTrader 4 — système professionnel de récupération de positions et de gestion de paniers d’ordres Un Expert Advisor conçu pour les traders qui veulent gérer intelligemment des positions en drawdown, améliorer leur prix moyen d’entrée et piloter toute une série d’ordres comme une seule structure cohérente. Averager ne se limite pas à ouvrir des ordres supplémentaires. Il aide à reconstruire un panier de positions avec une logique claire de récupération, de protection et de sortie
PZ Trade Pad Pro MT4
PZ TRADING SLU
3.67 (3)
Effortlessly calculate lot sizes and manage trades to save time and avoid costly errors The Trade Pad Pro EA is a tool for the Metatrader Platform that aims to help traders manage their trades more efficiently and effectively. It has a user-friendly visual interface that allows users to easily place and manage an unlimited number of trades, helping to avoid human errors and enhance their trading activity. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] One of the k
TradeMirror est un outil de copie d'ordres localisé, spécialement conçu pour les plateformes MT4/MT5, qui synchronise les opérations de trading en temps réel. Tutoriel Veuillez cliquer sur le lien Tutoriel Trademirror pour voir plus de tutoriels. Avantages du produit En se basant sur les normes élevées des logiciels financiers en matière de sécurité, de stabilité et de protection de la vie privée, nous avons procédé à des optimisations en profondeur sur trois dimensions principales : Une interfa
FORBEX Market Watch Trading Hours PRO NEWS  Feel free to contact me for support, installation assistance, and upgrade. Professional Market Session, Trading Schedule & Economic News Dashboard for MetaTrader 4 FORBEX Market Watch Trading Hours PRO NEWS is an advanced all-in-one MT4 dashboard designed to provide traders with real-time market session monitoring, broker trading schedules, live countdowns, intelligent voice alerts, and economic news awareness from one clean professional interface. The
Dear valued clients, Have a good day! This application will support you to manage the risk of your account according to your settings such as automated set the stop loss, take profit, automated close the position of total loss or profit greater than the preset input. You also can set your target equity, it will close all positions when it meet the desired target. The followings are the input parameters: Equity Target To Close and Delete All Orders ($) Equity Limit To Protect (Close All) Appl
RenkoChart
Boris Sedov
5 (1)
Renko Chart — opens renko charts for MetaTrader 4. Renko charts can be created using this utility with all bars being in the form of Renko "bricks". All bars on the renko chart are the same size, which can be changed to get the desired chart. You can add indicators, EAs and scripts to the resulting chart. You get the completely operational chart which can be processed just like a regular one. The Renko Chart utility is not only history based, but also builds online. At the same time, the data is
CloseIfProfitorLoss with Trailing
Vladislav Andruschenko
4.87 (31)
Close If Profit or Loss with Trailing pour MetaTrader 4 — fermeture automatique par profit total ou perte totale Un utilitaire pratique pour MetaTrader 4 qui ferme automatiquement les positions lorsque le profit total ou la perte totale atteint le niveau que vous avez défini. L’Expert Advisor surveille les opérations ouvertes, calcule le résultat flottant, peut utiliser Trailing Profit et aide à gérer les positions plus rapidement qu’une réaction manuelle. MetaTrader 4 reste très utilisé par le
VOUS CHERCHEZ LA VERSION MT5 ? Si vous utilisez MetaTrader 5, cliquez ici pour obtenir la version native : https://www.mql5.com/fr/market/product/155546 Multi-Currency Strength Dashboard PRO — Indicateur professionnel de force des devises (MT4) Multi-Currency Strength Dashboard PRO est un indicateur avancé pour MetaTrader 4 qui mesure en temps réel la force relative des principales devises du marché Forex. Il analyse jusqu’à 28 paires majeures, calcule la force normalisée des 8 devises pr
Trade Manager Ultimate (MT4/MT5) - Gestion Professionnelle du Risque et du Trailing Bienvenue sur   Trade Manager Ultimate   — la solution ultime de gestion du risque et de trailing conçue pour rendre votre trading manuel plus intuitif, précis et parfaitement contrôlé. Ce n’est pas seulement un tableau de bord, mais un moteur complet de gestion des positions et de protection avancée du capital. Que vous soyez un scalper professionnel ou un trader de tendance à long terme, Trade Manager Ultimate
Trade copier MT4
Alfiya Fazylova
4.56 (32)
Trade Copier est un utilitaire professionnel conçu pour copier et synchroniser les commandesentre les comptes de trading. Les commandes sont copiées du compte/terminal du fournisseur vers le compte/terminal du destinataire, qui sont installés sur le même ordinateur ou vps. PROMOTION - Si vous avez déjà acquis le "Trade copier MT5", vous pouvez obtenir le "Trade copier MT4" gratuitement (pour la copie MT4 > MT5 et MT4 < MT5). Pour obtenir des informations plus détaillées sur les conditions, veuil
Trade Copier Global
Laszlo Tormasi
5 (15)
Trade Copier Global: The name speaks for itself. This copier allows you to copy orders between MT4 terminals even if they are not installed on the same computer. Features Copying trades between MT4 terminals around the world with a short delay. Automatically recognizes symbol prefixes. Can connect many Slaves to the same Master. Supports pending and market orders. Supports partial order close (with limitations, see below) Can send messages and notifications to the Slaves from the Master Several
Copieur ->Interaction d'interface pratique et rapide, les utilisateurs peuvent l'utiliser immédiatement       ->>>> Recommandé pour une utilisation sur des ordinateurs Windows ou VPS Windows Caractéristiques: Paramètres de copy trading diversifiés et personnalisés : 1. Différents modes de lot peuvent être définis pour différentes sources de signaux 2. Différentes sources de signaux peuvent être définies pour le copy trading avant et arrière 3. Les signaux peuvent être définis avec des commentai
Plus de l'auteur
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
FREE
Filtrer:
Aucun avis
Répondre à l'avis