MultiPeriod Sync Charts

MultiPeriod Sync Charts — Automatic Multi-Timeframe Alignment

MultiPeriod Sync Charts is a non-trading utility that keeps four charts of the SAME symbol, on DIFFERENT timeframes (e.g. M15 / H1 / H4 / D1), perfectly aligned to the same point in time. Click or drag any one chart and the other three snap to the identical anchor moment — so you can read multi-timeframe confluence without manually scrolling each window. It is designed as a replay training aid: build multi-timeframe confluence intuition by reviewing how small and large timeframes line up at any moment, sharpening your K-line and indicator pattern recognition.

KEY FEATURES

  • One-click alignment: click a bar on the main chart; all four charts align so that bar's period-end time sits at the right edge of every chart.
  • Drag alignment: drag on the main or sub-window; the other three charts freeze during the drag and snap into place the moment you release.
  • Independent browsing & zoom: each chart scrolls and zooms freely on its own — pure browsing never triggers sync, never snaps back, and alignment always stays anchored to the same moment.
  • Vertical anchor line: after each alignment a configurable vertical marker is drawn on every chart, so the shared time point is always visible.
  • Global pause: one button pauses sync on all four charts at once (wheel browsing still works); resume from any chart. Button state is mirrored everywhere. The button area is exempt from alignment — clicking it never fires a sync.
  • Double-click filter: a short click is distinguished from a double-click, so you can still select objects / open the context menu without firing a sync.
  • Bilingual UI: auto-detects terminal language (Chinese / English), or force one.
  • 11 configurable inputs: click/drag sync toggle, UI language, debug logging, pause-button colors, marker color/style/width, double-click window, anchor offset.

HOW IT WORKS

Instances communicate through MT4 Global Variables — no DLL, no internet connection required. Attach one copy to each of your four charts (same symbol, any periods). Arrange windows with MT4's Tile Vertically (Alt+R) for a quick 2x2 grid, then reorder the timeframes to your preference.

REQUIREMENTS

  • MetaTrader 4 terminal.
  • The same trading symbol on all four charts.
  • AutoTrading must be enabled (the EA uses a timer; it NEVER places a trade).
  • Four chart windows arranged 2x2 (Alt+R tiles them automatically).

INPUT PARAMETERS

  • InpLanguage — UI language: Auto (detect) / English / Chinese
  • InpSyncOnClick — sync when you click a bar (true/false)
  • InpSyncOnDrag — sync when you drag (true/false)
  • InpDblClickMs — double-click filter window in ms (default 300); increase if you click slowly
  • InpAnchorOffset — shift the alignment anchor inward by N bars (default 0)
  • InpDebugLog — write diagnostic info to the Journal (true/false)
  • InpPauseClrRun — pause-button color while running
  • InpPauseClrPaused — pause-button color while paused
  • InpMarkColor — vertical anchor line color
  • InpMarkStyle — vertical anchor line style (solid/dash/dot…)
  • InpMarkWidth — vertical anchor line width (pixels)

NOTES / LIMITATIONS

  • This is an analysis aid, not a trading robot. It does not open, modify or close any position.
  • Alignment targets TIME, not zoom/bar count — each chart keeps its own zoom.
  • After updating the .ex4, simply restart MT4 (or reload the chart) — the EA picks up the new file automatically; no need to delete and re-attach it.
  • Rental expires automatically and the EA is removed from the chart — this tool never trades and holds no positions to manage, so removal is safe with no side effects.

FAQ

Q: Does it trade?
A: No. It only aligns charts.

Q: Why four copies?
A: Four different timeframes are the standard for multi-timeframe confluence — they capture both risk and opportunity more accurately.

Q: Can I use different symbols?
A: Keep the same symbol on all four charts.

Q: Is it a demo-only tool?
A: The Market free trial runs only in the Strategy Tester, which cannot show this tool's 4-chart, interactive features. Use the 1-month low-price rental to try it on live charts.

USER MANUAL

What it achieves

One click or drag aligns all four charts to the same moment in time, so you no longer have to hunt through each chart by hand — build clean standard charts with ease, use them for trading-system training, and sharpen your multi-timeframe intuition.

Important boundaries

  • It does NOT trade. It only aligns charts; never opens/modifies/closes a position. A "sad face" EA icon is normal (means "no trading").
  • All 4 charts must be the SAME symbol (e.g. EURUSD). Different symbols = alignment meaningless.
  • All 4 charts must be in the SAME MT4 terminal — instances communicate via MT4 Global Variables; cross-terminal/account doesn't work.
  • It does not arrange windows for you. Use MT4's Tile Vertically (Alt+R) to auto-arrange charts into a 2x2 grid, then adjust the timeframe order to your preference.
  • Alignment targets TIME, not zoom/bar count. Each chart keeps its own zoom and candle width; only the moment is aligned to the right edge.
  • AutoTrading must be enabled (button turns green) for the EA to run its timer. It still never places a trade.
  • Pause is global. Pause on any chart → all 4 stop syncing (wheel browsing still works); resume from any chart.
  • It only manages its own vertical marks. Alignment lines (prefix MPS_VL_) are auto-updated/deleted; your manually drawn lines are NEVER touched.
  • MT4 does NOT hot-reload EAs. After replacing the .ex4 or changing inputs, just restart MT4 (or reload the chart) — the chart's EA picks up the new file automatically. You do NOT need to delete and re-drag the EA; only restart/reload is required.
  • Independent zoom per chart. Each chart can zoom in/out independently; zoom changes the current chart's view only, never triggers alignment, and alignment always stays anchored to the same moment.
  • Crosshair / drawing tool cancellation. If the chart has a main window but no subwindow, clicking the left button in the (absent) subwindow cannot cancel the crosshair drawing state — right-click on the MAIN chart to cancel.

Preparation

MT4 (build 147631 or similar); a symbol with history downloaded (all periods); 4 chart windows, same symbol, different timeframes; MultiPeriodSync.ex4 deployed.

Install & attach

  • Copy MultiPeriodSync.ex4 to MQL4\Experts\.
  • Refresh Navigator (Ctrl+N → right-click Expert Advisors → Refresh) or restart MT4.
  • Open 4 charts: same symbol, 4 different timeframes.
  • Drag MultiPeriodSync onto all 4 charts (a settings dialog appears; OK = defaults).
  • Enable AutoTrading (turn green). A "sad face" icon is normal.
  • Arrange windows: use Tile Vertically (Alt+R) to auto-arrange a 2x2 grid, then reorder timeframes to taste.

Verification: a two-line HUD status text appears at the top-left of each chart, showing the version (should be V1.82 or newer).

Daily operations

Click-to-align (most used): Click a bar in the MAIN chart area (not subwindow / time axis) → all 4 charts align the bar's period-end time to their right edge.

Drag-to-align: Press and drag (main or subwindow) → the other 3 charts FREEZE during the drag → on release, all 4 align the right-edge bar's open time to their right edges.

Wheel browse / independent scroll (no alignment): Mouse wheel scroll = pure browsing. Each chart scrolls independently; scrolling never triggers alignment and never snaps the view back.

Double-click = select object (no alignment): A double-click (two clicks within InpDblClickMs at the same spot) selects an object for editing — it does NOT trigger alignment. If you click slowly and double-clicks keep being misread as single-click aligns, increase InpDblClickMs.

Pause / resume button (alignment-exempt area): A small button under the HUD (top-left). Orange || = running (click to pause globally); dark-green >> = paused (click to resume globally). The button area is exempt from alignment — clicking it never triggers a sync.

Vertical anchor line: After each successful alignment, one configurable vertical line is drawn on all 4 charts at the aligned moment. Old alignment lines are replaced automatically — never accumulate. Your manual lines are untouched.

Independent zoom (no alignment, keeps state): Zoom in/out on any chart — each chart keeps its own zoom state and candle width. Zoom never triggers alignment and is never pulled by other charts. After zooming, click/drag still aligns all 4 to the same moment.

Operation FAQ

Q: EA shows a sad face, is it broken?
A: No — sad face = no trading, which is normal for this tool.

Q: Clicking a chart doesn't move the others?
A: Check: ① AutoTrading green? ② All 4 charts same symbol? ③ HUD version correct? ④ Click on main price area (not subwindow/axis)?

Q: Charts misalign by 1 bar?
A: Rare; set InpAnchorOffset to 1.

Q: Journal too noisy?
A: Set InpDebugLog=false; HUD unaffected.

Q: Double-click keeps triggering alignment?
A: You are likely clicking slowly — increase InpDblClickMs (e.g. 400~500).

Q: No vertical line appears?
A: Confirm alignment actually fired (click the main chart). Lines appear only after a successful align, and only MPS_VL_ objects are touched.

Q: Crosshair can't be cancelled?
A: If there is no subwindow, right-click the MAIN chart to cancel the drawing state.

Reload after update (no need to re-attach)

MT4 does not hot-reload EAs. After replacing the .ex4 or changing inputs, restart MT4 (or reload the chart) — the chart's EA automatically loads the new file. You do NOT need to delete the EA instance and drag it again; a restart/reload is sufficient. If issues persist, check the HUD version and the Journal log (MQL4\Logs\<date>.log), optionally with InpDebugLog=true.

Prodotti consigliati
This TraderMaster EA is super helpful for professional trader.  Input Parameter Section: 1) Allow trader to set different line style, such as color, width; 2) Apply our chart style, if set false, it will not change the chart style; 3) Select different panel mode 3.a) Simple Mode, for trader immediately place a market order, pending order, delete and close orders; 3.b) Draw Line Mode, for price action traders who want to trade for trend and reverse in his trading plan; 3.c) Advanced Mode, includ
The advantages of EA TWO CANDLE SMART are: It is equipped with various filters, including: maxspread, maxlot, takeprofit (4 step), stop loss (3 step), profit target per day, and many more. Open order BUY = If iClose[2] > iOpen[2] && iClose[1] > iOpen[1]. Open order SELL = If iClose[2] < iOpen[2] && iClose[1] < iOpen[1]. Target_profit_perday=50; ==> can work on forward test. lockprofit=2;//Minimal Profit in money Step_LockProfit_in_Money=25; Stoploss_in_Money=1000; Stoploss_in %=50;==> Stoploss
Lot Partial Close
Zdravko Petrov
5 (1)
Lot Partial Close Closes your trades automatically by a specific size and at a specific target defined by you. Description: The Lot Partial close is a MetaTrader 4 Expert Advisor designed to automate trading strategies with a focus on managing multiple open orders of different sizes. This EA is versatile, allowing users to customize key parameters to meet their specific trading preferences. Key Features: Partial Close Functionality: The EA incorporates a partial close mechanism for the first t
PerfectLine
Sergio D. Rocha
5 (2)
When drawing a trend line or other objects, there is a natural deviation when you place the object from a higher time frame, and then go to watch it in a lower time frame. PerfectLine is a technical indicator that solves this problem. Once you touch a line after drawing it, Perfect Line will find the exact spot in the lower time frame available for it's position and then rectifies where it should be. Perfect Line uses a five pixels pre-established tolerance, if a difference between the line's no
FIBO Price Calculator  Brief Description 1. Automated Fibonacci Retracement Drawing This indicator automatically draws Fibonacci Retracement lines on the MT4 chart, assisting traders in quickly identifying potential support and resistance levels. 2. Customizable Fibonacci Sequence Users can customize the Fibonacci sequence values, and the indicator automatically converts them into corresponding price levels based on the current market price. 3. Adjustable Indicator Window Position The indicator
CandleStyx
Guillaume Xavier Andre Turlier
MT4 trading tool. Intuitive Dashboard that allows effortless automated trading, saving 99 Strategies , Advanced Money Management , Automatic group orders :  Global Take Profit / Stop Loss, Smart TP (Multi-Level, Position Recovery) and Smart SL (Breakeven, trailing Stop, Multi-Level), Exit Manager , Signals, Strength Indicator , ATR Graph, Price Alert, News Warning…  # If you have any other requirements or are interested in collaboration, please contact (info@styxia.com)   Get more information
Copiador MT4
Luciana Andrea Maggiori
Copiador – La Mejor Herramienta para Copiar Operaciones en MetaTrader 4 Este no es un simple copiador de operaciones que únicamente permite copiar transacciones de forma local entre diferentes cuentas de MetaTrader 4 en cualquier dirección y cantidad. ¡Por supuesto que lo hace! ¡Pero Copiador hace mucho más! Descubre sus características y beneficios a continuación FUNCIONALIDADES DESTACADAS: Copiado entre brokers diferentes : Puedes copiar operaciones desde una cuenta en un broker
Fibonacci Expansion and Retracement Analysis Fibonacci retracing and extended line tools for the MT4 platform, ideal for traders who use the DiNapoli point trading method and the Golden Section trading The main function: 1. You can draw multiple sets of Fibonacci retracements directly, and the relationship between important return points is clear at a glance. 2. Can draw Fibonacci extensions 3. The Fibonacci foldback and extension of the line can be moved left and right for easy observation
TSInfoKit
Salvatore Labriola
This Utility is a test for creating objects on the graph . Drag it on any graph and follow the instructions! Any questions about work program send me mail : info@tradingsolution.it In future I will add more information with new version for now it provides account information: AccountNumber AccountName AccountCurrency AccountCompany Server Account Leverage Stop Out level Balance Equity Margin Free Margin
Success comes from knowledge – this is true for most things in life and especially Forex trading. To become successful, a trader needs to learn technical analysis. Technical indicators are a big part of technical analysis. The problem is that, at first sight, names of technical indicators can sound unpleasantly complicated, for example, MACD, RSI or Stochastic. However, we recommend you not to judge a book by its cover. We will provide you with a fair and simple explanation of the most popular t
Septermber OFFER 85% OFF next price for unlimited version will be 2500$. This is the only time you can get this institutional and professional indicator at this price for unlimited version. Don't dare to miss this. The tool I am about to introduce to you you can't compare it with other tools due to its strategy and accuracy level in predicting the next price directional movement. This tool is designed for serious traders who have decided to make a difference through trading. Be the next person t
This EA is designed to transmit charts to Telegram, as illustrated in the example image. It provides the capability to send charts according to the selected timeframe directly to Telegram. A sample channel is included for demonstration purposes. After installation, please select your own channel or any other preferred option. Please note that this sample channel may be removed without prior notice. The indicator shown in the image is for demonstration purposes only.
ALPC forex Matrix produces signals based on five different strategies . ALPC forex Matrix copies itself to all charts. Quick and easy management is your responsibility. Forex trading is fast control. ALPC MATRIX FOREX SYSTEM DOCUMENTATION !Please open the scalp process according to the hourly trend direction. (does not work with strategy test) ALPC MATRIX 2015-2019 Supportive EA Tool for all Forex Pairs Producer: Mehmet Ozhan Hastaoglu ALPC MATRIX Forex System is actually a supportive tool wher
Market Reality
Soghra Dejampisheh
Hello,  As you know more than 90% of people in the financial markets are losers, the most important reason is the lack of a proper fixed system and risk management. I want to introduce you to an indicator that is the result of my 8 years of experience, which shows you the reality of the market. My human dignity does not allow me to guarantee the future, but the table below shows the past statistics of this indicator and its performance which really the market past is the only way to find out the
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
Crypto Market Pro
Daniil Kurmyshev
5 (1)
New opportunities for analyzing cryptocurrency in the usual MetaTrader 4. For example : We select the symbol of the cryptocurrency and attach any indicators, Expert Advisors or scripts. Startup Mode View cryptocurrency; Data collection. Capabilities Work as with a standard currency chart; Automatic update of open charts; Selection of individual cryptocurrency for updating; Selection of individual timeframes for updating; Work on the desired timeframes; Open charts do not affect the work of Cry
Becktester Telegram Signals — Turn Telegram Signals into Real Backtests Automatically read signals from real Telegram channels , parse them (Buy/Sell/Entry/SL/TP), and backtest in MetaTrader 4 Strategy Tester . Verify parsing first with Live Parsing Test Mode . Important Information After purchasing the product, please leave a comment on the product page, and I will send you the Telegram Signal History Parser file. This file is not publicly available at the moment and is provided only to verifi
Scalp Master is a very simple and smooth operation system that is designed to help traders facilitate trading and risk management. No Keyboard need to make, take profit or close orders. Every orders parameters are created automatically based on predefined risk and your strategy lines. Such parameters appear friendly on the screen and you just need 1 click to convert to order. The unique algorithm prevent common missed and hit taking profit strategy. Instead of very subjective partial closed by u
Introduction to Harmonic Pattern Scenario Planner The present state of Forex market can go through many different possible price paths to reach its future destination. Future is dynamic. Therefore, planning your trade with possible future scenario is an important step for your success. To meet such a powerful concept, we introduce the Harmonic Pattern Scenario Planner, the first predictive Harmonic Pattern Tool in the world among its kind. Main Features Predicting future patterns for scenario
The utility helps to locate in the  lower time frames  the maximum and minimum of the upper  time frame.  The length of time frame level line  represents the temporal  length of the upper time frame. The indicator draws lines that delimit the upper time frames candle and highlights his high-low price, the pips candle range, the returns and the volatility. How it works: Firstly . Choose which time frames levels to represent in the lower ones : monthly, weekly, daily, H4, H1, M30, M15, M5. The
Grid Panel Allows you to :  Set the number of levels (trades). Lot size and you can do Martingale to raise the lot size for each level. Set distance between levels, and you can manage the distance for each level using   Distance Q. Static TP and SL for each level. You can open : BUY STOP / BUY LIMIT / SELL STOP / SELL LIMIT   (levels in one click). Close all buy orders. Close all sell orders. Close all winning orders. Close all losing orders. Close all orders. Close all Pending BUY orders. Clos
Reverse copier is a tool that will open opposite buy/sell orders from your master account. It will help you with low profit EA's that lose consistenly and turn it to wins. Feel free to ask for new functions/features and I will add it. Now it's a simple MT5 to MT4 bridge with straightforward logic of one position open/close.  How to install: https://www.mql5.com/en/market/product/141604
FREE
SNR LEVEL INDICATOR Accurate Snr level indicator will only display Fresh Levels that are close to the Current Market Price. This indicator is very accurate in mapping Support & resistance levels. there is an alert feature when the price TOUCHES the SNR LEVEL, WHEN CLOSE CANDLE BREAK/REJECT SNR LEVEL. INDICATOR MARKING : - SUPPORT LEVEL = V SHAPE - RESISTANCE LEVEL = APEX LEVEL - GAP RESISTANCE & GAP SUPPORT = OPEN CLOSE CANDLE - SUPPORT BECAME RESISTANCE & RESISTANCE BECAME SUPPORT INDICATOR C
Martingale Osw MT4
William Oswaldo Mayorga Urduy
Manuale utente: Sistema avanzato di gestione e controllo del rischio Martingale Questo manuale professionale descrive il funzionamento, la configurazione e l'interfaccia visiva del sistema di gestione degli ordini Martingale avanzato, progettato per automatizzare il recupero delle posizioni e la gestione del rischio in MetaTrader. 1. Introduzione e scopo Questo strumento funge da gestore di ordini ad alta precisione la cui logica principale è la media dei costi. Il suo scopo è proteggere e rec
Mutiple Orders with ChangernTFnMgt
Opengates Success International
MULTIPLE ORDERS With Symbol and Time Frame Changer Multiple Orders Utility is created to give easy profits-making trades with a little movements and without going long distance to get it all. This Utility opens multiple orders as many trades as the number specified by the User or as many as permitted by your Broker in the same direction on the same currency pair simultaneously. The idea behind it, is that instead of running after 100 - 200 pips which may not likely be attainable in the record
This program is created by algorithm which economy based logic in the trading market. 1. The program able to work with all of currency and trading items  2. Take profit and loss are basically handled by EA program Recommendation: EUR_USD is the most preferred. Please use this program only for MT4. LOT should be managed depends on own deposit. Otherwise, high risk will be driven(e.g 0.1~0.2 lot is recommended when the deposit is 10,000 dollar)
Hello Guys! I want to share with you a very useful tools. Anyone of us who has used MT4 for some time knows how impractical this platform can be for discretionary trading. That's why I created this graphical interface!  Interface is very simple, all the info that you need are in the video and in the screenshot. NB: Before to run the EA Interface, remember to copy the file in the comment in your MT4 folder "Controls". PATH: .../MQL4/INCLUDE/CONTROLS NB: unfortunately the interface can't be test
Blog: https://www.mql5.com/en/blogs/post/769823 MT4: https://www.mql5.com/en/market/product/176181 MT5: https://www.mql5.com/en/market/product/176182 VOLUME BUBBLE [tambangEA] è un indicatore di pressione di volume premium, progettato per aiutare i trader a identificare attività di mercato anomale direttamente sul grafico. L'indicatore rileva comportamenti anomali delta/volume e li visualizza come chiari indicatori a bolla attorno all'azione dei prezzi. Ogni bolla rappresenta un evento di pre
Bot   DataSource AC   is an automatic trading tool developed by the author based on the DataSource AC indicator. https://www.mql5.com/en/market/product/108165   indicator DataSource AC. The bot must be launched on the   EURUSD H1   time period; it is optimized for this environment. Although if we consider the bot as a tool, then you can optimize the bot on any other time frame and currency pair. The principle of optimization when used on H1 is the following: we optimize at opening prices for 3
Mongol Indicator2
Sumiyabazar Buyanjargal
It's a variation of mid of HH and LL since it compares the higher of HH or LL against a period and twice the number of bars back to avoid whipsaws. I used to display this against lines on a chart, but made a histogram out of it and it looks interesting. It looks good at gauging trend strength and general turns (see image below). The name of the indicator is BAM, which is an acronym for "Below and Above Mid". Ways to use it: 1. To see general trend on longer TFs (more than 30 bars back).
Gli utenti di questo prodotto hanno anche acquistato
Forex Trade Manager MT4
InvestSoft
4.98 (444)
Benvenuto a Trade Manager EA, lo strumento definitivo per la gestione del rischio , progettato per rendere il trading più intuitivo, preciso ed efficiente. Non è solo uno strumento per l'esecuzione degli ordini, ma una soluzione completa per la pianificazione delle operazioni, la gestione delle posizioni e il controllo del rischio. Che tu sia un principiante, un trader avanzato o uno scalper che necessita di esecuzioni rapide, Trade Manager EA si adatta alle tue esigenze, offrendo flessibilità s
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.69 (65)
Copiatore professionale di operazioni per MetaTrader 4 Un copiatore di operazioni veloce, affidabile e professionale per MetaTrader 4 . COPYLOT consente di copiare operazioni Forex tra i terminali MetaTrader 4 e MetaTrader 5 , offrendo una sincronizzazione flessibile per diversi tipi di conto e modalità operative. La versione COPYLOT MT4 supporta: MetaTrader 4 → MetaTrader 4 MetaTrader 5 Hedge → MetaTrader 4 MetaTrader 5 Netting → MetaTrader 4   Versione MT5 Descrizione completa + DEMO + PDF Com
Riskless Pyramid
Snapdragon Systems Ltd
5 (1)
Introduction This powerful MT4 trade mangement EA offers a way potentially to aggressively multiply trade profits in a riskfree manner. Once a trade has been entered with a defined stoploss and take profit target then the EA will add three pyramid add-on trades in order to increase the overall level of profit. The user sets the total combined profit target to be gained if everything works out. This can be specified either as a multiple of the original trade profit or as a total dollar amount. Fo
Grid Manual MT4
Alfiya Fazylova
4.71 (17)
Grid Manual è un pannello di trading per lavorare con una griglia di ordini. L'utilità è universale, ha impostazioni flessibili e un'interfaccia intuitiva. Funziona con una griglia di ordini non solo nella direzione delle perdite, ma anche nella direzione dell'aumento dei profitti. Il trader non ha bisogno di creare e mantenere una griglia di ordini, lo farà l'utilità. È sufficiente aprire un ordine e il manuale di Grid creerà automaticamente una griglia di ordini per esso e lo accompagnerà fino
Unlimited Trade Copier Pro
Vu Trung Kien
4.43 (7)
Unlimited Trade Copier Pro is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not b
TradePanel MT4
Alfiya Fazylova
4.84 (95)
Trade Panel è un assistente commerciale multifunzionale. L'applicazione contiene più di 50 funzioni di trading per il trading manuale e permette di automatizzare la maggior parte delle attività commerciali. Prima dell'acquisto, è possibile testare la versione dimostrativa su un conto demo. Scaricare la versione di prova dell'applicazione per un account dimostrativo: https://www.mql5.com/it/blogs/post/762419 . Istruzioni complete qui . Commercio. Consente di effettuare operazioni di trading con u
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
Trade Manager MT4 DaneTrades
Levi Dane Benjamin
4.09 (11)
Trade Manager per aiutarti a entrare e uscire rapidamente dalle operazioni calcolando automaticamente il tuo rischio. Incluse funzionalità che ti aiutano a prevenire l'eccessivo trading, il vendetta trading e il trading emotivo. Le operazioni possono essere gestite automaticamente e i parametri di performance del conto possono essere visualizzati in un grafico. Queste caratteristiche rendono questo pannello ideale per tutti i trader manuali e aiuta a migliorare la piattaforma MetaTrader 4. Suppo
Ultimate Partial Profit EA
BLAKE STEVEN RODGER
4.67 (3)
This EA Utility delivers a robust solution for managing an unlimited array of open orders, both manual and automated. It enables customizable partial profit levels utilizing metrics such as pips, ratios, ATR (Average True Range), and profit amounts for precise trade management. The utility features an advanced on-screen display, offering clear visualization of all orders and their profit levels to enhance strategic decision-making and control. To evaluate its performance and interface, the EA s
Un pannello professionale per il trading manuale che tiene l'intero ciclo dell'operazione in un'unica finestra sul grafico, dall'ingresso preciso alla protezione del conto. Calcola il volume esattamente sul rischio che hai definito, costruisci l'operazione con le linee direttamente sul grafico grazie all'RR Tool e apri ordini a mercato e pendenti, griglie e OCO. La gestione della posizione la prende in carico il pannello: chiusura parziale fino a cinque livelli, sei tipi di trailing stop, breake
Zone Trader MT4
Lee Samson
5 (1)
Fai trading automaticamente su zone di supporto e resistenza o di domanda e offerta una volta identificate le aree chiave da cui vuoi fare trading. Questo EA ti consente di disegnare zone di acquisto e vendita con un solo clic e poi posizionarle esattamente dove ti aspetti che il prezzo cambi. L'EA monitora quindi quelle zone e farà trading automaticamente in base all'azione del prezzo che specifichi per le zone. Una volta che il trading iniziale è stato eseguito, l'EA uscirà in profitto nella
The News Filter
Leolouiski Gan
5 (25)
Questo prodotto filtra tutti gli esperti consulenti e i grafici manuali durante il periodo delle notizie, così non dovrai preoccuparti di improvvisi picchi di prezzo che potrebbero distruggere le tue impostazioni di trading manuali o le negoziazioni effettuate da altri esperti consulenti. Questo prodotto viene fornito anche con un sistema completo di gestione degli ordini che può gestire le tue posizioni aperte e gli ordini in sospeso prima della pubblicazione di qualsiasi notizia. Una volta che
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
DrawDown Limiter MT4
Haidar Lionel Haj Ali
5 (8)
Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
VirtualTradePad PRO SE MT4 — pannello di trading avanzato e workspace grafico per MetaTrader 4 VirtualTradePad PRO SE è un pannello di trading professionale e un ambiente di gestione delle operazioni per MetaTrader 4 . Aiuta i trader ad aprire, gestire, proteggere, chiudere e analizzare le operazioni più rapidamente da un’unica interfaccia basata sul grafico. Il prodotto è stato creato per trader manuali attivi che hanno bisogno di qualcosa di più di un semplice insieme di pulsanti. PRO SE combi
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.85 (61)
Pannello di trading per il trading in 1 clic.   Lavorare con posizioni e ordini!   Trading dal grafico o dalla tastiera. Utilizzando il nostro pannello di trading, puoi fare trading con un clic dal grafico ed eseguire operazioni di trading 30 volte più velocemente rispetto al controllo MetaTrader standard. Calcoli automatici di parametri e funzioni che semplificano la vita di un trader e lo aiutano a condurre le proprie attività di trading in modo molto più rapido e conveniente. Suggerimenti gra
Custom Alerts AIO: Monitora tutti i mercati — senza alcuna configurazione Panoramica Custom Alerts AIO è una soluzione di monitoraggio dei mercati pronta all’uso che non richiede alcuna configurazione. Tutti gli indicatori necessari — FX Power, FX Volume, FX Dynamic, FX Levels, IX Power — sono integrati internamente. Non vengono mostrati grafici, rendendolo ideale per generare alert in tempo reale in modo discreto ed efficiente. Supporta tutte le classi di asset offerte dal tuo broker: Forex,
Il MT4 to Telegram Signal Provider è uno strumento facile da usare e completamente personalizzabile che consente l'invio di segnali a Telegram, trasformando il tuo account in un fornitore di segnali. Il formato dei messaggi è completamente personalizzabile! Tuttavia, per un uso semplice, puoi anche optare per un modello predefinito e abilitare o disabilitare parti specifiche del messaggio. [ Dimostrativo ]  [ Manuale ] [ Versione MT5 ] [ Versione Discord ] [ Canale Telegram ]  New: [ Telegram To
Support and Resistance Dashboard for MT4 is a multi-timeframe and multi-symbol scanner and alert system that finds S/R zones and pivot points for all timeframes and symbols and alerts when price has interaction with them. If you are using support and resistance (or supply and demand) zones in your trading strategy, this dashboard and its alert and filtering system is a big time saver for you. Download demo version   (works on M 1,M5,M30,W1   timeframes) Full description of scanner parameters ->
Telegram to MT4 Multi-Channel Copier copia automaticamente i segnali di trading dai tuoi canali Telegram direttamente in MetaTrader 4. Nessun bot, nessuna estensione del browser, nessuna copia manuale. Ricevi un segnale su Telegram e l'EA apre l'operazione sul tuo terminale in pochi secondi. Il prodotto include due componenti: un'applicazione Windows che ascolta i tuoi canali Telegram, e questo Expert Advisor che esegue i segnali sul tuo terminale MT4. È disponibile anche una versione per MT5. G
Il Risk to Reward Ratio Manager è uno strumento visivo di gestione degli ordini e di calcolo delle dimensioni delle posizioni, progettato per supportare un trading disciplinato e una gestione professionale del rischio. Consente ai trader di impostare visivamente i livelli di ingresso, stop-loss e take-profit direttamente sul grafico, calcolando automaticamente la dimensione del lotto e il rapporto rischio/rendimento prima di inviare un ordine. Lo strumento aiuta a standardizzare la preparazione
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
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
Auto Trade Copier
Vu Trung Kien
4.76 (85)
Auto Trade Copier is designed to copy trades to multiple MT4, MT5 and cTrader accounts/terminals with 100% accuracy. The provider and receiver accounts must be on the same PC/VPS. With this tool, you can copy trades to receiver accounts on the same PC/VPS. All trading actions will be copied from provider to receiver perfectly. This version can be used on MT4 accounts only. For MT5 accounts, you must use Auto Trade Copier for MT5 . Reference: - For MT4 receiver, please download Trade Receiver Fre
TradeMirror è uno strumento locale di copia degli ordini progettato per le piattaforme MT4/MT5, con supporto alla sincronizzazione delle operazioni in tempo reale. Tutorial Clicca sul link Tutorial di Trademirror per visualizzare altri tutorial. Vantaggi del Prodotto In linea con gli elevati standard di sicurezza, stabilità e privacy per i software finanziari, abbiamo ottimizzato tre aspetti fondamentali: Interfaccia grafica intuitiva per un utilizzo semplificato Protezione rafforzata della priv
EasyTrade MT4
Alain Verleyen
5 (1)
Easy Trade – Gestione Operativa Intelligente, Semplice e Potente Easy Trade è la soluzione tutto-in-uno per la gestione delle operazioni su MetaTrader, ideale per chi desidera mantenere il rischio sotto controllo e garantire un’esecuzione fluida. Progettato da zero con il feedback reale dei trader, Easy Trade rende semplice eseguire, monitorare e gestire operazioni su più simboli – senza complicare il tuo flusso di lavoro. Che tu faccia scalping manuale o gestisca un piccolo portafoglio di str
Smart Channel M4
Vahidreza Heidar Gholami
The trend in the market can be predicted using trend lines but the problem is you don’t know where exactly the price is going to touch the trend line where you can put your pending orders on. Smart Channel Expert Advisor makes it possible to put an advanced channel around the price data, which can be configured to handle placing orders, opening and closing positions, managing risk per trade, spread, slippage, and trailing stop-loss and take-profit automatically. Features Money Management (Calcul
Il MT4 to Discord Signal Provider è uno strumento facile da usare e completamente personalizzabile, progettato per inviare segnali di trading direttamente a Discord. Questo strumento trasforma il tuo account di trading in un efficiente fornitore di segnali. Personalizza i formati dei messaggi secondo il tuo stile! Per facilitarne l'uso, seleziona tra i modelli pre-progettati e scegli quali elementi del messaggio includere o escludere. [ Demo ] [ Manuale ] [ Versione MT5 ] [ Versione Telegram ] 
Ultimate Trailing Stop EA
BLAKE STEVEN RODGER
4.33 (15)
This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (overrid
Take a Break
Eric Emmrich
5 (31)
News filter, equity guard & session control for all your EAs — one tool, full protection — Free Demo | Latest Updates v26 (August 2026) is the biggest update ever: the EA now protects your entire account — every chart, no helper needed — and the indicator gives any chart its own protection rules (news, loss limits, trading times and more). The AI Trade Assessment arrives in MetaTrader 4 — automatic verdicts on new entries and on-chart assess buttons alike. Existing setups keep working unchanged
Filtro:
Nessuna recensione
Rispondi alla recensione