• Panoramica
  • Recensioni (3)
  • Commenti (2)
  • Novità

Directional Key To Change MT4 Version

5

Do you think it's a bit cumbersome when you need to switch symbols or timeframes with mouse click?

1. What is this?

This is a program that can switch symbols and timeframes with direction keys.

  • Fast switching, very convenient, no mouse click required.
  • For traders, one symbol with multi-timeframe charts are usually added,  you can change symbol on those charts easily.
  • For multi-currency traders, different symbol charts are usually added, you can also change those timeframes easily.

I wrote this program in the form of indicator. So you can load other EAs, indicators or run other scripts.

2. How to use it

When you load the program:

  • The direction key UP is to switch to the previous symbol in market watch.
    • PS:  When the chart is the first symbol, Key UP will switch to the last symbol.
  • The direction key DOWN is to switch to the next symbol in market watch.
    • PS:  When the chart is the last symbol, Key DOWN will switch to the first symbol.
  • The direction key LEFT is to decrease the timeframes.
    • PS:  When the timeframe is M1, Key LEFT will switch to the MN1 timeframe.
  • The direction key RIGHT is the increase time frame.
    • PS:  When the timeframe is MN1, Key RIGHT will switch to the M1 timeframe.

This is MT4 version, MT5 version can see all time frames such as M2, M3, ... timeframe. 

The MT5 Version Link: https://www.mql5.com/en/market/product/36159

3. Parameters:

  • bool TurnOn_UpDown=true;    // Turn on the UP/DOWN key function to change Symbol.
  • bool TurnOn_LeftRight=true;  // Turn on the LEFT/RIGHT key function to change TimeFrame.

=====The following options are used to change other open charts:

PS: I must tell you, when switching between multi charts, the system will download the data, If your system doesn't have data, it will download the data and sometime will cause slowdowns. That is the limited of MT5/MT4 client. When you don't have enough data, don't use the keyboard too quickly.

  • bool OtherOpenChart_Symbol = false;    // Change symbol on other open chart?
  • bool OtherOpenChart_TimeFrame = false;  // Change timeframe on other open chart?
  • int PermitCount = 0; // Just change the count of initially opened chart. 0 means all.
    • PS: when you want to change other charts, but not all the open charts. you can change the num.



Recensioni 3
Michael Tamilio
207
Michael Tamilio 2019.10.25 09:05 
 

This is a simple utility that solves an annoying problem, and should be on every person's MT4 Platform. If you trade multi-time frame strategies, this is crucial.

Now, you can keep one hand on the mouse and the other on the keyboard, and move between time frames and pairs with absolute ease.

The program is surprisingly fast and responsive, and feels like part of the native application.

Thank you for making this available!

Mike

Prodotti consigliati
I have finished robot sending images to telegram according to Macd signal. When there is a Main signal of candle 1 > 0 and candle 2 < 0 . there will be 1 image sent to telegram. The red line in the picture means that the robot will send the picture to telegram to let you know I personally used the hammer candle system to follow the market with over 30 products, you can refer to the links below https://t.me/New_Hammer_Group There are 3 simple steps to use right away: 1: create telegram channel,
Telegram MT4 Order Channel Manager is a tool to manage order and send text message to channel through Telegram chat app . Attention: This EA can only work for One Telegram Bot in One MT4 Account . If you want to attach to another account, you should make new Telegram Bot and use new token for that account . It does not work in backtest. Watch the video to see how it works. There are 9 menu to choose: 1. Account Info - Gives information about Balance, Equity, Profit, Order List. 2. Quotes - Gives
Save screen
Dominik Kaczorowski
A script that allows you to quickly save the image of the current chart. Accelerate the use of the script by assigning a keyboard shortcut to it. The image is saved in the location of your MT4 platform: /MQL4/Files/{current_date}. The script does not contain any parameters. The name of the chart being saved is determined automatically and consists of a symbol, the current date and the timeframe. Attention! Files with the same names are overwritten!
Click and Go Trade Manager
Victor Christiaanse
5 (11)
Click and Go Trade Manager, the ultimate solution for seamless trading execution. With a simple click on the chart, you can effortlessly define your stop loss, entry price, and target levels. No more hassle of inputting values manually - it's made incredibly intuitive and easy. Embedded risk management is a key feature of our Trade Manager. We understand the importance of protecting your investments, which is why the Click and Go Trade Manager incorporates risk management. When placing orders,
Semi Automated EA for working as your trading assistant. Overview Trading planner will make you act like professional traders in real markets. Before entering markets, they make a plan for their trades, screening out all opportunities in all time frames. Trading Planner can be used for all Time Frames (M1 ~ MN). Simply draw trendline as a trend and Support/Resistance . At this version , market opportunities will be taken by trendline using strategy of 1, 2, 3 . Simply draw the trendline by defi
Script CloseAll SELL
Raudhah Hayatun Nufus
Close All SELL Orders for MT4 script   - closes absolutely all orders, whether pending or market ones. Orders are closed at the current profit/loss indicators at the time of closing. The script is suitable for moments when you need to quickly close all orders at the current indicators. The script is very easy to use, just drag the script onto the chart and it will do its job. Add me as a friend, I have many other useful products.
FREE
Trades Viewer
Qing Cai
5 (1)
Trades Viewer is a trading helper app for a serious trader. It offers several important data like day range, 22 days average range and predefined PL. It draws trades history and current open positions on a chart. It has a detail panel for viewing a particular trade with just a click on that trade. All these make it very convenient and straightforward to view your entry/exit positions and thus improve your trading system. Features Profit/loss of the current symbol, counting all trades of the sy
Mt4ToTelegramAlter  is an app that communicates with a Telegram bot to share your orders flow and report open orders from Metatrader 4 terminal to a Telegram group or channel. Features Telegram channel, group, chat compatible Easy to use Report open order Configuration 1. Service -> Settings -> Expert Advisors -> Allow WebRequest for the following URLs (Add URL:   https://api.telegram.org ); 2. Create your own bot on Telegram at @BotFather. Remember Token, it looks something like this - xxxx:yy
This is an expert advisor that will trail stop loss of orders selected from the list displayed on the chart. To make it run, add the expert to an empty chart (please set it on a chart that is not in use for analysis or other trading purposes, you can minimize it when setting a new order trail timed stop loss is not required). Set the number of pips to trail and the number of minutes to wait for the next stop loss review at the inputs tab in the Expert Properties window. From the list displayed o
EA can help you control your MT4 easilly  First you must create a bot on Telegram and get its TOKEN  link guide :  https://sendpulse.com/knowledge-base/chatbot/create-telegram-chatbot Copy folder Telegram into Data MT4 program (MQL4\Include), link download ( delete space ) :  https: //drive.google.com/file/d/1mCUaTzwvvUkF3JUcLRXnAW1Ls1Mu6xqk/view?usp=sharing You must add the URL “ https://api.telegram.org ” to Tools > Options > Expert Advisors > Allow Web Request for listed URL in order to load
MutiTrade is tool with multi Function: 1. Management Multi currency pairs at UI . View and change Curency pairs chart in 1 windown. View order status with position/volume/profit 2. Currency strength parameters Curency Power Strength: USD, EUR, GBP, NZD, JPY, CHF, CAD, AUD Curency Strength for 28 to 30 curency pairs. 3. Notification of the opportunity to open new the order push notify to mobi alert in meta chart 4. Open, Modify, Close multi order. open order with single base curency open order wi
This EA trails your stops based on percentage of current TP, for both manually and auto-opened trades.   You can edit the percentage value in the inputs. Trailing stop   is a more flexible variation of a normal exit order. T railing stop  is the practice of moving the stop-loss level closer to the current price when the price moves in your favor. Trailing the stop-loss allows traders to limit their losses and safeguard their positive trades. It is a very popular practice. This EA will manage you
Daily Sessions MT4
Baha Eddine Tahouri
Daily Sessions utility is the best tool to highlight trading sessions , the trader can set any starting hour and ending hour to mark his trading session. Main features : Customizable session time. Customizable Colors. Customizable vertical lines for the start and end of sessions Set as many sessions as you want by simply plotting the indicator and changing the Indicator ID.
Delete All Pending Orders for MT4 script   - closes absolutely all orders, whether pending or market ones. Orders are closed at the current profit/loss indicators at the time of closing. The script is suitable for moments when you need to quickly close all orders at the current indicators. The script is very easy to use, just drag the script onto the chart and it will do its job. Add me as a friend, I have many other useful products.
FREE
Fishing
Yasha Firooz
1 (1)
Personal Note (How best to use this fishing indicator) (Metatrader 4) This is a highly intuitive indicator. I will express here, how I trade with it personally.   (Trend) 1. One way, you insert the fishing indicator onto your charts, and wait around 10mins at least, you can wait more.  The dot will become a more reliable direction color. Then you could choose to trade it. Once done. take the indicator off your chart. And then you can repeat and rinse.   (scalping)  2.   This is my perso
ChartColorMT4
Thomas Pierre Maurice Moine
Customize your charts with this simple utility. Choose in the 24 pre-built color sets, or use your own colors, save them to re-use them later. You can also add a text label on your chart. --- Chart Colors-- Color Set : 24 prebuilt color sets (select "Custom" to use colors below) Background color Foreground color Grid color Chart Up color Chart Down color Candle Bull color Candle Bear color  Line color Volumes color --- Label--- Text Label : Type the text you want to appear on the chart Lab
Virtual Exchange Reserve Equity Monitor In an environment where exchanges offer increasingly high leverage ratios, it is all the more important for traders to tightly regulate their level of equity .  This software is designed to be run in the background on any virtual private server that can run Meta Trader 4/5.  It implements basic equity control functions ahead of the broker---allowing users to set their own equity trailing stop, an equity limit to lock-in a certain profit margin, and a unive
FREE
Auto Close Trades At Profits Manager is a tool that closes orders at a defined profit, very simple to use ( Panel with buttons...). You can enable or disable the tool using buttons and edit the profit amount from the panel too. INPUTS: You can customize Panel graphics, Font and colors. You can check also the The Grid Manager, closing trades Manager  https://www.mql5.com/en/market/product/46365
RiskManager
Roman Zhitnik
5 (2)
The Expert Advisor is a risk manager helping users to control their trading. In the settings, it is possible to specify the parameters at which the risk manager force closes the opened trades and closes the terminal as well, if it is needed to prevent opening trades on emotions, which do not correspond to the trading strategy. Link to Version for MetaTrader 5  Risk Manager settings Check limit to close   - check the equity limit Limit to close (account currency)   - equity limit that is checked
API - Account Push Info is a Tool for "EVERYONE", who want to get the Live Statistics of an MT4 Trading Account, independent if you trade live or demo or automaticly or manual. It send the Report periodly to the Mobile Device with Push Message or to your Mail Account. The Report includes many important kind of Data, like: - a Specified Name for the Account / System - its a Live or Demo Account - Balance, Equity, - Drawdown in Currency and Percent, - Sum of Deposits, - Active Positions - Ac
Telegram Notifier is a simple and powerful utility which sends notification, news from MT4 to Telegram channel and group. Official Telegram Group:  https://t.me/ezforex_telegram_notifier WHO WILL NEED THIS UTILITY 1. EA Sellers who want to manage automatically their private channel and chat group. 2. Signal Providers who want to send the signals, reports and news to the channel or chat group. CORE FEATURES 1. Can use with View Account and not need to enable the Auto Trading button. 2. Track
Advanced Ichimoku Toggle Button With Alert Indicator A Very useful tool that every trader should have in their tool box This Indicator is an unique and high quality tool because it has many useful features. The ichimoku indicator consists of many elements such as kumo cloud,Kijunsen,Tenkansen,chinkou span,Span A and Span B. Different Traders use the ichimoku indicator for different strategies such as cloud breakout strategy, Tenkan kijun cross, chinkou price cross and many more...    But for m
This utility can compare simultaneously time frames of different instruments and keep under control   the nine major time frames  of an instrument. It is composed by two changers, a crosshair and some additional components : the  multicharts time frames changer   is designed to  compare  simultaneously  up to thirty time frames  of different symbols with the  keyboard or the button the multicharts symbols changer can  link up to nine charts and control simultaneously the nine major time frame b
MT4 To Notion
DaneTrades Ltd
5 (2)
Questo programma ti permetterà di esportare tutte le tue operazioni dal tuo account MetaTrader direttamente in Notion utilizzando un'interfaccia utente molto amichevole.  Versione MT5  |  Guida per l'utente + Demo Per iniziare, utilizza la Guida per l'utente e scarica il Modello di Notion. Se desideri una demo, consulta la Guida per l'utente. Non funziona nel tester di strategia! Principali Caratteristiche Esporta tutte le operazioni dal tuo conto di trading nel tuo Notion Esporta le operazioni
CrossMAn
Pavel Verveyko
"CrossMAn" is a table indicator that gives signals about the intersection of two moving averages, on selected instruments and time periods. The intersection of moving averages is one of the most popular signals on the stock exchange. The signal is displayed as colored rectangles in the table. Thus, you can assess at a glance which tool should be paid attention to. (Crossman does not add moving averages to the chart.) The indicator table can be dragged with the mouse. The size of the table
This is the linear regression indicator for basic indicators included in the standard package of the MetaTrader 4 terminal. It is used for the analysis of price movements and market mood. The market mood is judged by the slope of the linear regression and price being below or above this line. Regression line breakthrough by the indicator line may serve as a market entry signal. There is possibility of setting the color for bullish and bearish sentiments of the basic indicators as well as plottin
Ultimate Trade Panel
Biswarup Banerjee
5 (1)
Introducing the Ultimate Trade Panel - Your All-in-One Trade Manager for MQL4 Trading Are you a trader seeking to streamline your trading activities and gain a competitive edge in the market? Look no further! The Ultimate Trade Panel is here to revolutionize your trading experience on the MQL4 platform. With a host of unique and time-saving features, this expert advisor is designed to be your trusty companion for day-to-day trading activities. Key Features : Indicator Manager - Say goodbye to t
Ultimate No Nonsense FX Backtester - You can Run Forward Test Simulation with this tool! Do Not Download the Demo Here, Please Read Below! Step by Step Manual Guide PDF for this backtester PDF List of Commands(Shortcuts) for this backtester Ultimate NNFX Backtester is a powerful utility tool that significantly reduces the length of backtesting process for NNFX followers.  As well as for Forex traders that operates their entries and exits at the close of a candle and manage the risk using A
Script CloseAll BUY
Raudhah Hayatun Nufus
Close All BUY Orders for MT4 script   - closes absolutely all orders, whether pending or market ones. Orders are closed at the current profit/loss indicators at the time of closing. The script is suitable for moments when you need to quickly close all orders at the current indicators. The script is very easy to use, just drag the script onto the chart and it will do its job. Add me as a friend, I have many other useful products.
FREE
Bears CD HTB
Igor Semyonov
Bears CD HTB  (Bears Convergence/Divergence High Top Bottom) is a universal analytical bears convergence/divergence indicator between a financial instrument and any of the twenty two standard indicators included in МetaTrader 4 package. The indicator is the second out of the two possible versions (HBT and HTB) of the bearish convergence/divergence origins. Due to its multiple use feature, the indicator allows you to find convergences/divergences between the price and various standard indicators
Gli utenti di questo prodotto hanno anche acquistato
Trade Assistant MT4
Evgeniy Kravchenko
4.46 (185)
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. Attention, the application does not work in the strategy tester. Manual, Description, Download demo Line function -   shows on the chart the Opening line, Stop Loss, Take Profit. With this function it is easy to set a new order and see its additional characteristics before opening.   Risk management  - The risk
Forex Trade Manager MT4
InvestSoft
4.98 (381)
Do you think that in markets where the price can change in a split second, placing orders should be as simple as possible? In Metatrader, each time you want to open an order, you have to open a window where you enter the opening price, stop loss and take profit, as well as the trade size. In trading the financial markets, capital management is essential to maintain your initial deposit and multiply it. So, when you want to place an order, you probably wonder how big a trade you should open? Wha
Local Trade Copier EA MT4
Juvenille Emperor Limited
5 (85)
Sperimenta una copia di trading eccezionalmente veloce con il Local Trade Copier EA MT4 . Con la sua facile configurazione in 1 minuto, questo copiatore di trading ti consente di copiare i trades tra diversi terminali di MetaTrader sullo stesso computer Windows o su Windows VPS con velocità di copia ultra veloci inferiori a 0.5 secondi. Che tu sia un trader principiante o professionista, Local Trade Copier EA MT4 offre una vasta gamma di opzioni per personalizzarlo alle tue esigenze specifiche.
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.66 (67)
Copiatore commerciale per MetaTrader 4.       Copia le operazioni, le posizioni e gli ordini forex da qualsiasi conto. È uno dei migliori copiatori commerciali       MT4 - MT4, MT5 - MT4       per il       COPYLOT MT4       versione (o       MT4 - MT5 MT5 - MT5       per il       COPYLOT MT5       versione). Versione MT5 Descrizione completa   +DEMO +PDF Come comprare Come installare     Come ottenere i file di registro     Come testare e ottimizzare     Tutti i prodotti di Expforex Versio
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
TradePanel MT4
Alfiya Fazylova
4.91 (89)
Trade Panel è un assistente commerciale multifunzionale. L'applicazione contiene più di 50 funzioni per il trading manuale e ti consente di automatizzare la maggior parte delle azioni di trading. Prima dell'acquisto, puoi testare la versione Demo su un account demo. Demo qui . Istruzioni complete qui . Commercio. Ti consente di eseguire operazioni di trading di base in un clic: Apertura di ordini e posizioni pendenti. Apertura di una griglia di ordini. Chiusura di ordini e posizioni pendenti. In
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
Trade copier MT4
Alfiya Fazylova
4.68 (31)
Trade Copier è un'utilità professionale progettata per copiare e sincronizzare le transazioni tra conti di trading. La copiatura avviene dal conto/terminale del fornitore al conto/terminale del destinatario, che sono installati sullo stesso computer o vps. Prima di acquistare, puoi testare la versione demo su un account demo. Versione demo qui . Istruzioni complete qui . Funzionalità e vantaggi principali: Supporta la copia degli ordini: MT4> MT4, MT4> MT5, MT5> MT4, inclusi i conti di compensaz
Gann Model Forecast
Kirill Borovskii
5 (1)
I present to your attention a powerful utility for predicting the future movement of an asset based on W.D. Ganna’s law of vibration. This utility analyzes the selected market model and provides codes for future possible market movement patterns. If you enter the selected code into the appropriate box, you will receive a forecast of the potential market movement. The utility has the ability to display several potential forecast models. The forecast is not yet tied to time and price and gives th
The product will copy all  Discord  signal   to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up. Work with almost signal formats, support to translate other language to English Work with multi channel, multi MT4. Work with Image signal. Copy order instant, auto detect symbol. Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. How to setup and guide: Let read all details about setup and download Discord To MetaTrade
Trade Dashboard MT4
Fatemeh Ameri
5 (30)
Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download   demo version  right now. You can find details
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 ] Configurazione È
Prendi il controllo del tuo portafoglio forex. Vedi istantaneamente dove ti trovi, cosa sta funzionando e cosa ti sta causando dolore! VERSIONE MT5 DISPONIBILE QUI: https://www.mql5.com/en/market/product/58658 Il dashboard di Trade Manager è progettato per mostrarti a colpo d'occhio dove si trova attualmente ogni posizione che hai nel mercato forex e rendere più facile la comprensione della gestione del rischio e dell'esposizione alle valute. Per i trader che scalano gradualmente il mercato c
CAP Strategy Builder EA
MEETALGO LLC
4.86 (37)
The top-selling EAs on the market cost a lot and one day they are suddenly gone. This is because one strategy will not work in the forex market all the time. Our product is unique from all others in the MQL Marketplace because our EA comes with 34+ built-in indicators that allow adding more strategies every time.  You build your strategy and keep updating it. If one strategy does not work, simply build another all using only one EA. This is All-In-One EA in this market place. You can use as trad
Take a Break
Eric Emmrich
5 (28)
The most advanced news filter and drawdown limiter on MQL market NEW: Take a Break can be backtested against your account history! Check the " What's new " tab for details. Take a Break has evolved from a once simple news filter to a full-fledged account protection tool. It pauses any other EA during potentially unfavorable market conditions and will continue trading when the noise is over. Typical use cases: Stop trading during news/high volatility (+ close my trades before). Stop trading when
Copia i segnali da qualsiasi canale di cui sei membro (inclusi quelli privati e restrittivi) direttamente sul tuo MT4.  Questo strumento è stato progettato con l'utente in mente offrendo molte funzionalità necessarie per gestire e monitorare le negoziazioni. Questo prodotto è presentato in un'interfaccia grafica facile da usare e visivamente attraente. Personalizza le tue impostazioni e inizia a utilizzare il prodotto in pochi minuti! Guida dell'utente + Demo  | Versione MT5 | Versione Discor
Grid Manual MT4
Alfiya Fazylova
4.74 (19)
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
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 (overr
RedFox Copier Pro
Rui Manh Tien
4.75 (12)
FREE SIGNAL CHANEL:  https://t.me/redfox_daily_forex_signals Time saving and fast execution Whether you’re traveling or sleeping, always know that Telegram To Mt4 performs the trades for you. In other words, Our   Telegram MT4 Signal Trader  will analyze the trading signals you receive on your selected Telegram channels and execute them to your Telegram to MT4 account. Reduce The Risk Telegram To Mt4   defines the whole experience of copying signals from   Telegram signal copier to mt4  p
Price Action Toolkit
LEE SAMSON
4.67 (6)
Il toolkit di azione sui prezzi EA è progettato principalmente per scalper, ma può essere utilizzato in tutti i periodi di tempo per entrare rapidamente nel mercato con il dimensionamento del lotto calcolato correttamente in base al livello di stop. ordini) e quindi regola gli stop e i take profit man mano che il mercato si muove. Per un elenco completo di tutte le funzionalità, le impostazioni e la strategia di best practice da utilizzare, fare clic qui: https://www.mql5.com/en/blogs/post/74
Exp SafetyLock PRO
Vladislav Andruschenko
4.7 (27)
SAFETYLOCK consente ai trader di evitare forti inversioni di mercato impostando un ordine opposto per una posizione già aperta. Se un trader o un EA apre una posizione, SAFETYLOCK apre un ordine in sospeso opposto per esso. Se la posizione diventa in perdita, l'ordine pendente viene attivato creando un blocco. L'EA consente di chiudere la posizione iniziale, lavorare con un trailing stop o moltiplicare il lotto. Puoi anche modificare il prezzo di apertura dell'ordine in sospeso seguendo il prez
DrawDown Limiter MT4
Haidar, Lionel Haj Ali
5 (9)
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
The News Filter
Leolouiski Gan
5 (20)
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
Auto Trade Copier
Vu Trung Kien
4.71 (93)
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
CloseIfProfitorLoss with Trailing
Vladislav Andruschenko
4.87 (31)
Chiusura delle posizioni in MetaTrader 4 al raggiungimento del profitto/perdita totale con la funzione di trailing del profitto. Puoi abilitare le   fermate virtuali (ordine separato)   , Calcolo e chiusura per le posizioni   ACQUISTA e VENDI separatamente (Separate BUY SELL)   , Chiusura e calcolo di   tutti i simboli o solo del simbolo corrente (Tutti i simboli)   , Abilita il trailing for profit (   Trailing   Profit) Chiudi su profitti e perdite totali su valuta di deposito, punti, % del sa
ADAM for FTMO 40
Vyacheslav Izvarin
ADAM EA Special Version for FTMO  Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94887 ---------------------------------------------------------------------------------------------------------------------------
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 ]
Summer 40% discount ($149 -> $88) Everything for chart Technical Analysis indicator mt4 in one tool Draw your supply demand zone with rectangle and support resistance with trendline and get alerts to mobile phone or email alert -  Risk reward indicator Video tutorials, manuals, DEMO download   here .  Find contacts on my   profile . 1.   Extended rectangles and trendlines Object will be extended to the right edge of the chart when price will draw new candles on chart. This is rectangle extend
BBMA Oma Ally Signals Scanner (BBMA Oma Ally Analyzer Dashboard EA) This is a multi-pair and multi scanner dashboard to find the key signal of BBMA Oma Ally Strategy BBMA consists of the use of 2 indicators: Moving Averages Bollinger Bands BBMA consists of many types of entries: Reentry Extreme Rejection EMA50 GAP (EMA50 to Upper/Lower BB) MHV Full Setup (CSE>TPW>MHV>Direction>Reentry) There are many multi timeframe signals based on this strategy. RRE (Reentry - Reentry - Extreme) REE (Reentry
News Trade EA MT4
Konstantin Kulikov
4.38 (16)
Presento un utile robot che io stesso utilizzo da diversi anni. Questo robot può essere utilizzato sia in modalità semiautomatica che completamente automatica. Il programma contiene le impostazioni flessibili per fare trading sulle notizie del calendario economico. Non può essere verificato nel tester delle strategie. Soltanto il vero lavoro. Nelle impostazioni del terminale è necessario aggiungere il sito delle notizie all’elenco degli URL consentiti. Fare clic su Strumenti > Opzioni > Consu
Altri dall’autore
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find t
This product can be used to synchronize multiple Charts, and each Chart can be set to a different sync mode. With this product you can better view and manipulate charts: different time frames for a single Symbol, the same time frame for multiple Symbols, system indicators for single/multiple Symbols... and more. Feature: Chart settings can be synchronized, including : background, indentation, size, etc. Multiple Chart window start times  or end times can be synchronized. Multiple Chart time f
This product can be used to synchronize multiple Charts, and each Chart can be set to a different sync mode. With this product you can better view and manipulate charts: different time frames for a single Symbol, the same time frame for multiple Symbols... and more. PS: The link below is the FreeDemo product, you can use it on EURUSD/XUAUSD/USDCNH symbol: https://www.mql5.com/en/market/product/38557 Feature: Chart settings  can be synchronized, including : background, indentation, size, etc.
1. What is this         Rising volatility and falling volatility are not the same, whether it is academic research or actual testing has shown this point.         The original ATR indicator is calculated by putting up and down fluctuations together. This indicator is to calculate separately the upward volatility and the downward volatility, which can better help you study the market. 2. Indicator description          There are two modes for the calculation of this indicator, as shown in the f
Have you ever take a long time to watch a Symbol when the network link is not good ? Have you ever wait for a long time when you switch chart between different Symbols or different TimeFrames ? If you do long-term backtesting , Have you ever to be downloaded datas for a long time ? Yes, If there is no data in the system, those will happen.  1. What is this: Download all the Symbol data in Market Watch to the system. PS: This is not outputting data to Files. This Link go to Demo version: https:
I see that many tools in the market deal with Position and Order in the form of operation panels. Which is loaded into a Chart in the form of an EA. However, once the operator panel EA is loaded, no other EAs can be loaded. So, I wrote the one-click operation of Position and Order as a script, so you can load other EAs and easily complete one-click operation of Trade. 1. What is this: This is a one-click script to close position order. Now you can close position tickets at high speed, for examp
I see that many tools in the market deal with Position and Order in the form of operation panels. Which is loaded into a Chart in the form of an EA. However, once the operator panel EA is loaded, no other EAs can be loaded. So, I wrote the one-click operation of Position and Order as a script, so you can load other EAs and easily complete one-click operation of Trade. 1. What is this: This is a one-click script to delete the pending order . Now you can delete pending tickets at high speed, for
Do you think it's a bit cumbersome when you need to switch symbols or timeframes with mouse click? 1. What is this? This is a program that can switch symbols and timeframes with direction keys. Fast switching, very convenient, no mouse click required. For traders, one symbol with multi-timeframe charts are usually added,  you can change symbol on those charts  easily . For multi-currency traders, different symbol charts are usually added, you can also change those timeframes easily. I wrote thi
According to trading experience: Some symbols are easy to reverse on certain days, such as Monday, or afternoon, and so on. So comparing the current price with the corresponding historical moment price is valuable. If the price coordinate system uses a logarithmic price, you will get a lot of valuable information. 1. What is this? This program can convert the symbol price and add it to your Chart. You can compare it with your major chart. The DEMO version Link: https://www.mql5.com/en/market/p
What is this: Violent trading: means sending a large number of orders to your brokerage server,  it can conduct a stress test of the trading. In this program you can run a variety of trading tests.  Now you can trade at high speed, For example 1000 orders in an instant. The Demo version's link:  https://www.mql5.com/en/market/product/38431/ Why to use: Whether manual trading or EA trading,  the status of the broker server is very important. So it is beneficial to conduct a trading stress test on
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find t
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find t
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find t
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find t
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find t
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find t
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find t
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find t
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find t
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find t
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find t
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find t
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find t
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find t
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find t
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find t
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find t
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find t
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find t
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find t
Filtro:
Michael Tamilio
207
Michael Tamilio 2019.10.25 09:05 
 

This is a simple utility that solves an annoying problem, and should be on every person's MT4 Platform. If you trade multi-time frame strategies, this is crucial.

Now, you can keep one hand on the mouse and the other on the keyboard, and move between time frames and pairs with absolute ease.

The program is surprisingly fast and responsive, and feels like part of the native application.

Thank you for making this available!

Mike

[Eliminato] 2019.10.22 06:04 
 

L'utente non ha lasciato alcun commento sulla valutazione.

[Eliminato] 2019.10.22 05:58 
 

L'utente non ha lasciato alcun commento sulla valutazione.

Rispondi alla recensione
Versione 1.5 2020.02.18
A large update, now you can change other chart.
//The following options are used to change other open charts:
input bool OtherOpenChart_Symbol = false; //Change symbol on other open chart?
input bool OtherOpenChart_TimeFrame = false; //Change timeframe on other open chart?
input int PermitCount = 0; //Just change the count of initially opened chart. 0 means all.

PS:
I must tell you, When switching between multi charts, the system will download the data, If your system doesn't have data, it will download the data and sometime will cause slowdowns. That is the limited of MT5/MT4 client.
Versione 1.4 2020.02.14
Change TurnOn parameter to :
bool TurnOn_UpDown=true; // Turn on the UP/DOWN key function to change Symbol.
bool TurnOn_LeftRight=true; // Turn on the LEFT/RIGHT key function to change TimeFrame.
Now, you can choose the change mode.
Versione 1.3 2020.01.31
add the parameter to turn on/off directional key function.
Versione 1.2 2019.10.28
If you add this indicator more than once, the system will alert you.
Versione 1.1 2019.10.24
Hide the text, and move it to program description.