• Übersicht
  • Bewertungen
  • Diskussion
  • Neue Funktionen

Multiple Position Opening MT5

Multiple Position Opening is a multi-symbol multi-timeframe script used to open simultaneously various positions. The script offers multi-option through input parameters to configure the positions. 

Risk Management 

The volume used to open each of the positions is chosen between a fixed and a variable lot size, available through the Volume and Free Margin % input parameters, respectively. If there isn't enough money in the account for the chosen volume, this is reduced to the highest possible value (corresponding to free margin). If this reduction leads to a correct volume (if the free margin is enough, at least, for the minimum volume allowed by the broker), a request for opening the position is sent to the trade server. On the other hand, if this reduction leads to an incorrect volume, the request is no longer sent. 

Input Parameters 

  • Magic Number: Script’s identifier. 
  • Type: Position type used. 
  • Volume: Lot size per deal (lots). 
  • Free Margin %: Percentage of account free margin used to calculate the lot size per deal (%). 
  • Stop Loss: Distance from the market price for placing a Stop Loss at a position opening (pips). 
  • Take Profit: Distance from the market price for placing a Take Profit at a position opening (pips). 
  • Deviation: Maximum allowed slippage from the requested price (pips). 
  • Fill Policy: Volume execution policy. 
  • Comment: Text message displayed in the Trade/History tab of the Toolbox window and the Objects list after the opening of a position (it only allows 31 characters). 
  • Total: Positions number to be open. 

Some of the available parameters accept values that lead to particular options. 

  • Volume: A value lower than the minimum allowed volume by the broker is converted in this last. A value higher than the maximum available volume by the free margin is converted in this last. 
  • Free Margin %: A value whose volume doesn't reach the minimum allowed volume by the broker is converted in this last. A value whose volume exceeds the maximum available volume by the free margin is converted in this last. 
  • Stop Loss or Take Profit: A null value means the parameter’s inactive function. Any value between 0 and the Stop Level is converted in this last. 

Displayed Information 

The script possesses a vast number of messages to inform the user about errors and conditions changes that might occur during its execution. The messages are shown through the Alert function (by a pop-up window), its content includes: 

  1. The warning that an input parameter has been incorrectly set. 
  2. The info that the account doesn't have enough money for the chosen volume (see the Risk Management section above). 
  3. The info that the number of permitted orders by the broker has been reached. 
  4. The Trade Server Return Codes description. 
  5. The symbol’s quotes (immediately) before the trade request’s formation, followed by the symbol’s quotes (immediately) after the trade server’s decision. 
  6. The Runtime Errors description. 
  7. The standard function in the include file where the runtime error was detected (only relevant to the programmer). 

Note: Some elements of the list are displayed simultaneously (in the same text line): 4, 5 and 6; 6 and 7. 

Observation 

During high activity periods, the trade servers decision on whether a trade request is executed or rejected may suffer significant delays. Some data used in the request sent to the server might become incorrect, leading to the order’s rejection. When the server is evaluating a request and the symbol's quotes are updated, three cases might occur: 

  1. Pending order placing – the pending order’s target price becomes an incorrect distance. 
  2. Position opening/modifying – the position's Stop Loss or Take Profit intended level becomes an incorrect distance. 
  3. Position modifying – the position's Stop Loss or Take Profit previous level takes to its closing. 

The symbol’s quotes mentioned in the fifth element of the list in the Displayed Information section are especially useful here (since firsts usually differ from lasts). A careful analysis of these quotes, knowing the implication that certain quote changes have on the request’s evaluation, permits understanding the reason when these cases occur. To avoid the request’s rejection by the trade server due to “invalid stops” (cases 1 and 2), the prices/levels used should exceed the symbol’s Stop Level by a few pips. 

Conclusion 

Multiple Position Opening is a helpful and effective tool regarding the positions manual opening, especially when these represent a significant number, enabling a simple and intuitive setting of the positions to open.


Empfohlene Produkte
Forex 4up MT5
Vladimir Gribachev
Sie möchten Ihre Signale im Telegrammkanal handeln und veröffentlichen? Dann ist dieses Dienstprogramm für Sie. - Handelt in Ihrem Terminal - Veröffentlicht Angebote auf Ihrem Telegrammkanal Ihre Kunden werden sich freuen: - ab 5 Signalen täglich - schönes Design der Signale Anpassung Service -> Einstellungen -> Expert Advisors -> WebRequest für folgende URLs zulassen: https://api.telegram.org Gehe in Telegram zu @BotFather und erstelle einen Bot Kopieren Sie das Token des Bots un
Übernehmen Sie mühelos die Kontrolle über Ihre Handelsroutine mit dem revolutionären Trades Time Manager. Dieses leistungsstarke Tool automatisiert die Auftragsausführung zu festgelegten Zeiten und verändert so Ihren Handelsansatz. Erstellen Sie personalisierte Aufgabenlisten für verschiedene Handelsaktionen, vom Kauf bis zur Auftragserteilung, alles ohne manuelles Eingreifen. Installations- und Eingabehandbuch für Trades Time Manager Wenn Sie Benachrichtigungen über den EA erhalten möchten, füg
Order Selective Delete MT5
Francisco Manuel Vicente Berardo
Order Selective Delete is a multi-symbol multi-timeframe   script used to   delete   simultaneously various pending orders. The script offers multi-option   through input parameters to define the pending orders to   delete.  General Description   Order Selective Delete   possesses   three operation modes (Intersection,   Union   and All) that control the way   as   three pending order features (symbol, magic   number   and type) are used. The modes, available through the Selection Mode input
Binance Grid Pro offers an alternative to the built in Grid systems Binance Platform offers. This utility let you define a grid parameters for interact with your Binance account using an Isolated Margin account. This is, similar to Spot Grid in Binance. This is not for handle with derivatives contracts, is for handle with Spot through Isolated Margin Account. But obviosly this utility offers a different approach than built in Binance Grid to handle the Grid, which I have found useful based o
KVM Bitcoin Price Ticker MT5
Krasimir Marinov
4.25 (4)
A ticker that shows the average bitcoin price of the selected currency and keeps updating it at regular intervals. PRO version updates more often and displays details about the price change! Make sure you have added the API address http://metakod.com/mk/api in the list of allowed URLs on tab Tools → Options → Expert Advisors. All of the supported currencies and the API address are listed in the screenshots below. Inputs Logging level - Controls the amount of details written to the log (default
FREE
Lib5 EAPadPRO for MT5
Vladislav Andruschenko
4.57 (7)
Bibliothek zum Hinzufügen des Informationsfensters zu Ihrem Expert Advisor für MetaTrader 5. Wir können nicht garantieren, dass die Informationen und die Benutzeroberfläche des Programms Ihnen bei Geschäften einen Gewinn bringen, aber wir werden definitiv sagen, dass selbst die einfachste Benutzeroberfläche des Programms den ersten Eindruck verstärken kann. Detaillierte Beschreibungen und Anweisungen zum Hinzufügen unseres Panels zu Ihrem   Expert Advisor   finden Sie in unserem Blog:   LIB - EA
FREE
Exact Time — detailed time on the seconds chart. The utility shows the opening time of the selected candle. This is necessary when working with seconds charts. For example, it can be used on a seconds chart built using the " Seconds Chart " utility, which helps to build seconds chart in the MT5 terminal. Use the CTRL key to turn on/off the time display on the chart.
FREE
Indicator measures strength of each currency in your list. Main idea: It simply iterates through all combinations of pairs and adds difference between open and close in percent. Parameters: List of currencies - what currencies will be calculated (maximum is 8) Calculation type - from which data will be strength calculated Calculation data input - used as input related to calculation type Symbol suffix - used in case of suffix on symbols, e.g: when your symbols look like EURUSDm, EURUSDmicro et
FREE
CAP Equity Guard EA MT5
MEETALGO LLC
4.13 (8)
The  CAP Equity Guard MT5  is an expert advisor that constantly monitors the equity of your trading account and prevents costly drawdowns. The  CAP Equity Guard EA MT5  is a useful tool for money managers! When an emergency procedure takes place, you are notified by visual, email and push alerts. The EA performs the following tasks: It monitors your entire trading account. Easy to use! Just drag it to a random empty chart. It will work perfectly, if MetaTrader restarts. It can be workable with y
FREE
Get news5
Aleksander Gladkov
Utility for reading news from investing.com To access the site, you need to add WebRequest in the Options terminal menu on the Expert Advisors tab: https://sslecal2.investing.com If reading is successful, a message about writing the file is displayed. The INV_week_this.txt file is written to the MQL5\Files folder of the terminal and is kept up to date, updating data according to its own timer You can attach the utility to any chart with any time frame; just one is enough to support indicat
PZ Trade Pad MT5
PZ TRADING SLU
4.19 (21)
This simple visual expert advisor allows you to trade easily from the chart. It handles risk management for you and can perform several useful tasks with your existing trades, saving time and making risk-management for each individual trade easier.  [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Trade easily from the chart Trade with precise risk management, hassle free Trade pending order with drag and drop price selection Set SL and TP levels with drag and drop pr
FREE
Multiple Positions
Emanuel Reynard Phillips
Müssen Sie mehrere Positionen/Trades gleichzeitig eröffnen? Wir haben Ihre einfache Lösung erstellt. Sie können jetzt mehrere Positionen gleichzeitig eingeben. Sie können Ihre Lotgröße, die Anzahl der Positionen, Take-Profit und Stop-Loss festlegen. Beispiel: Sie möchten 3, 5, 10 oder beliebig viele Positionen mit einer bestimmten Losgröße kaufen. Sie können dies jetzt tun, indem Sie einfach auf die Schaltfläche „Kaufen“ tippen. Oder Beispiel: Sie möchten 3, 5, 10 oder beliebig viele Positionen
Show Pips for MT5
Roman Podpora
4.61 (18)
This information indicator will be useful for those who always want to be aware of the current situation on the account. - More useful indicators The indicator displays data such as profit in points, percentage and currency, as well as the spread for the current pair and the time until the bar closes on the current timeframe. There are several options for placing the information line on the chart: - To the right of the price (runs behind the price); - As a comment (in the upper left corner
FREE
Binance History Loader
Andrey Khatimlianskii
This script is designed to download a long history of cryptocurrency quotes from the Binance exchange. You will find it perfectly suitable if you want once to download the history of cryptocurrencies for charts analyzing, collecting statistics or testing trading robots in the MetaTrader 5 strategy tester, or if you need to update the history not very frequently (for example, once a day or once a week). After running the script, you will have fully featured (but not automatically updated) cryptoc
Mit diesem kleinen Werkzeug können Sie einen Zeitzähler in Minuten definieren für das Schließen Ihrer Positionen entsprechend der von Ihnen festgelegten Anzahl von Minuten. Wenn Sie beispielsweise 30 Minuten einstellen, schließt das Werkzeug jede geöffnete Position 30 Minuten nach dem Öffnen. Einstellungen AKTIV: Hiermit aktivieren Sie das Tool und schließen damit Ihre Positionen nach der festgelegten Anzahl von Minuten. VERWALTEN: Sie können mit den vom Tool verwalteten
FREE
Trade on Binance with  MT5/MT4 EAs and indicators! GRat_BinanceImport   is a tool for manual and automated trading , including ANY available EA, ANY  cryptocurrency on the most popular crypto exchange  Binance  24/7. Features 1. ALL Binance instruments are available. 2. Import(automatic copying) to the specified Binance  currency all trades (made manually or by an EA) from an MT5 account (including demo) by the specified symbol and/or magic number. 3. Import(automatic copying)   to the specifie
FX28 Trader MT5
Tsvetan Tsvetanov
3 (1)
Vorstellung des FX28 Trader Dashboards – Ihr ultimativer Handelsmanager Entdecken Sie das volle Potenzial Ihrer Handelserfahrung mit dem FX28 Trader Dashboard, einem umfassenden und intuitiven Handelsmanager, der entwickelt wurde, um Ihren Forex-Handel auf ein neues Niveau zu heben. Ob Sie ein erfahrener Trader sind oder gerade erst Ihre finanzielle Reise beginnen – dieses leistungsstarke Tool ist darauf ausgerichtet, Ihre Handelsaktivitäten zu optimieren und Ihren Entscheidungsprozess zu verbe
Martingale panel MT5
Mohammadbagher Ramezan Akbari
In this article, we would like to introduce the trade panel product with the Martingale panel. This panel is made in such a way that it can meet the needs of traders to a great extent. This trade panel actually consists of two trade panels at the same time, with the first one you can take positions with certain profit and loss limits, and with the second one, you can have positions with profit limits but without loss limits. When positions lose, a new position will be added based on the setti
The best time to trade Using this Indicator is when the time reach exactly hour,half,45 minutes,15 minutes and sometimes 5 minutes.. This indicators is helpful to those who trade boom and crash indecies.How to read this indicator first you'll see Blue allow and Red allow all these allows used to indicate or to detect the spike which will happen so the allow happens soon before the spike happen.This indicator works properly only in boom and crash trading thing which you have to consider when
TradeInfo MT5
Manuraj Dhanda
4.25 (4)
TradeInfo is a utility indicator which displays the most important information of the current account and position. Displayed information: Information about the current account (Balance, Equity, Free Margin). Current spread, current drawdown (DD), planned profit, expected losses, etc. Number of open position(s), volume (LOT), profit. Today’s and yesterday’s range. Remaining time to the next candle. Last day profit information. MagicNumber filter. Comment filter. Indicator parameters: Show
FREE
FrankEditorBars
Aleksei Grebenkin
Сonverter for historical data files(2 files, Ask and Bid) from external sources like ducascopy or others sources of non-standard .csv quotes. The output format is compatible with MetaTrader5 and can be imported to MetaTrader5. The script can process multiple files(batch), see parameter "Convert all files in folder Files/FrankEditor". User can choose output timeframe, specific months and other options. 2 input files should look like(UTC or EET time): GBPUSD_1 Min_Ask_2017.01.01
FREE
Trade Receiver Free MT5
Vu Trung Kien
4.17 (12)
Trade Receiver Free is a free tool to copy trades/signals from multiple MT4/MT5 accounts. The provider account must use copier EA to send the signal. This version can be used on MT5 accounts only. For MT4 accounts, you must use Trade Receiver Free . Reference: - For MT4 receiver, please download Trade Receiver Free . - For MT5 receiver, please download Trade Receiver Free MT5 . - For cTrader receiver, please download Trade Receiver Free cTrader . - If you only need copy from MT4 accoun
FREE
Smart Ruler MT5
Serhii Shevchuk
5 (2)
Das Werkzeug dient zur Messung der Entfernung zwischen zwei Punkten auf dem Diagramm sowie vieler anderer Messwerte:  Entfernung in Punkten  Gewinn (mit und ohne Spread)  Zeitunterschied  Prozentuale Änderung des Preises  Neigungswinkel  Anzahl der Balken (verschiedene Variationen)  Verhältnis der Entfernung in Punkten zum Referenzwert Funktionen:  Magnetisierung zu OHLC-Preisen  Automatische Einstellung des Farbprofils auf Basis der Hintergrundfarbe des Diagramms  Verschiedene Pfeiltypen zur
This script downloads economic news data, required for  Economic news calendar with history  indicator. It downloads data from fxstreet.com to Common folder of MT5 in CSV format. How to use it (watch video below on how to test demo version): Add  http://calendar.fxstreet.com/eventdate / to Allowed URLs section in MT5 settings Download and Install script and indicator from mql5.com Open chart with required currency pair Find script in Navigator panel and drag&drop it to the chart. Find correspond
FREE
Pending Order Grid MT5
Francisco Manuel Vicente Berardo
Pending Order Grid is a multi-symbol multi- timeframe script that enables multi-strategy implementation based on pending order grids. The script offers multi- option through input parameters to configure the pending orders.   General Description   Pending Order Grid allows the execution of a user-defined strategy through the creation of one or more grids of pending orders. The script places pending orders of a given type (Buy Limit, Sell Limit, Buy Stop, or Sell Stop) at equidistant price lev
Tdo
Ivan Simonika
TDO is a free utility for optimizing the Trading Direction indicator. In addition to signals for trading, the indicator also has an information vector that fully provides all the statistical information on the operation of the indicator; this effect can be used to ensure that the indicator is automatically optimized. You just need to select the instrument and timeframe and specify the hourly interval in the utility settings and drop it on the chart chart. That's all, now we are waiting for the
FREE
Boleta de negociação, adiciona automáticamente as ordens Take Profit e Stop Loss quando excutada uma ordem de compra ou venda. Ao apertar as teclas de atalho (A, D, ou TAB), serão inseridas duas linhas de pre-visualização, representando as futuras ordens de take profit (azul) e stop loss (vermelho), as quais irão manter o distanciamento especificado pelo usuário. Ditas ordens só serão adicionadas ao ser executada a ordem inicial. Ao operar a mercado, as ordens pendentes de take profit, e stop lo
Copyist MS MT5
Aleksei Moshkin
3.8 (5)
Copyist MS — это простой и удобный в использовании торговый копир. Работает как однофайловый советник с переключаемыми режимами работы Master и Slave. Ордера можно копировать из МТ5 в МТ5, из МТ5 в МТ4, из МТ4 в МТ5. Для копирования ордеров в MetaTrader 4 требуется версия советника для MetaTrader 4. Текущая версия советника работает только на ХЕДЖИНГОВЫХ счетах. Параметры Тип работы - выбор режима работы: Master или Slave; Копировать по магическому номеру - копирование торговых ордеров по магич
MACD Colored ZeroLag
Farzin Sadeghi Bonjar
4.14 (7)
It is the MQL5 version of zero lag MACD that was available for MT4 here: https://www.mql5.com/en/code/9993 Also there was a colored version of it here but it had some problems: https://www.mql5.com/en/code/8703 I fixed the MT4 version which has 95 lines of code. It took me 5 days to write the MT5 version.(reading the logs and testing multiple times and finding out the difference of MT5 and MT4!) My first MQL5 version of this indicator had 400 lines of code but I optimized my own code again and n
FREE
Käufer dieses Produkts erwarben auch
Trade Assistant MT5
Evgeniy Kravchenko
4.4 (172)
Sie hilft bei der Berechnung des Risikos pro Handel, der einfachen Einrichtung einer neuen Order, der Orderverwaltung mit Teilschließungsfunktionen, Trailing-Stop von 7 Typen und anderen nützlichen Funktionen. Achtung, die Anwendung funktioniert nicht im Strategietester. Sie können die Demoversion auf der Beschreibungsseite herunterladen  Manual, Description, Download demo Linienfunktion Zeigt auf dem Chart die Eröffnungslinie, Stop Loss, Take Profit. Mit dieser Funktion ist es einfach, eine
Forex Trade Manager MT5
InvestSoft
4.98 (426)
Denken Sie, dass in Märkten, in denen sich der Preis in Sekundenbruchteilen ändern kann, die Auftragserteilung so einfach wie möglich sein sollte? Wenn Sie im Metatrader eine Order eröffnen möchten, müssen Sie ein Fenster öffnen, in dem Sie den Eröffnungskurs, Stop-Loss und Take-Profit sowie die Größe der Transaktion eingeben müssen. Beim Handel an den Finanzmärkten ist die Verwaltung Ihres Kapitals unerlässlich, um Ihre Ersteinzahlung zu erhalten und zu vervielfachen. Wenn Sie also eine Order
Local Trade Copier EA MT5
Juvenille Emperor Limited
5 (64)
Erleben Sie außergewöhnlich schnelles Trade Copying mit dem   Local Trade Copier EA MT5 . Mit seiner einfachen 1-Minuten-Setup können Sie Trades zwischen mehreren MetaTrader-Terminals auf demselben Windows-Computer oder Windows VPS mit blitzschnellen Kopiergeschwindigkeiten von unter 0.5 Sekunden kopieren. Ob Anfänger oder professioneller Trader - der   Local Trade Copier EA MT5   bietet eine Vielzahl von Optionen, um ihn an Ihre spezifischen Bedürfnisse anzupassen. Es ist die ultimative Lösung
TradePanel MT5
Alfiya Fazylova
4.86 (115)
Trade Panel ist ein multifunktionaler Handelsassistent. Die Anwendung enthält mehr als 50 Funktionen für den manuellen Handel und ermöglicht Ihnen die Automatisierung der meisten Handelsaktionen. Vor dem Kauf können Sie die Demoversion auf einem Demokonto testen. Demo hier . Vollständige Anweisungen hier . Handel. Ermöglicht Ihnen die Durchführung grundlegender Handelsvorgänge mit einem Klick: Ausstehende Aufträge und Positionen öffnen. Schließen ausstehender Aufträge und Positionen. Umkehr von
The product will copy all telegram signal to MT5 ( which you are member) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal,  s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to s
MT5 to Telegram Signal Provider ist ein einfach zu bedienendes, vollständig anpassbares Dienstprogramm, das den Versand von spezifizierten Signalen an Telegram-Chats, -Kanäle oder -Gruppen ermöglicht und Ihr Konto so zu einem Signalanbieter macht. Im Gegensatz zu den meisten Konkurrenzprodukten werden keine DLL-Importe verwendet. [ Demo ] [ Handbuch ] [ MT4-Version ] [ Discord-Version ] [ Telegram-Kanal ] Einrichtung Ein schrittweises Benutzerhandbuch ist verfügbar. Keine Kenntnisse der Telegr
Trade Manager DaneTrades
DaneTrades Ltd
4.74 (23)
Trade Manager, der Ihnen hilft, Geschäfte schnell ein- und auszusteigen und gleichzeitig Ihr Risiko automatisch zu berechnen. Einschließlich Funktionen, die Ihnen helfen, Over Trading, Revenge Trading und Emotional Trading zu verhindern. Trades können automatisch verwaltet werden und die Kontoleistungskennzahlen können in einem Diagramm visualisiert werden. Diese Funktionen machen dieses Panel ideal für alle manuellen Händler und tragen zur Verbesserung der MetaTrader 5-Plattform bei. Unterstütz
YuClusters
Yury Kulikov
4.93 (43)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
Trade Dashboard MT5
Fatemeh Ameri
5 (31)
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   deta
Kopieren Sie Signale aus jedem Kanal, dem Sie als Mitglied angehören (einschließlich privater und eingeschränkter), direkt auf Ihren MT5.  Dieses Tool wurde mit dem Benutzer im Hinterkopf entwickelt und bietet viele Funktionen, die Sie benötigen, um die Trades zu verwalten und zu überwachen. Dieses Produkt wird in einer benutzerfreundlichen und optisch ansprechenden grafischen Benutzeroberfläche präsentiert. Passen Sie Ihre Einstellungen an und beginnen Sie innerhalb weniger Minuten mit der Ver
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.84 (19)
Handelskopierer für MT5 ist ein  Handel   Kopierer für die Plattform МetaТrader 5  . Es kopiert Devisengeschäfte  zwischen   alle Konten   MT5  - MT5, MT4  - MT5 für die COPYLOT MT5 Version (oder MT4  - MT4 MT5  - MT4 für die COPYLOT MT4 - Version) Zuverlässiger Kopierer! MT4-Version Gesamte Beschreibung   +DEMO +PDF Wie kauft man Wie installiert man     So erhalten Sie Protokolldateien     So testen und optimieren Sie     Alle Produkte von Expforex Sie können kopieren Trades auch im МТ4
Trade copier MT5
Alfiya Fazylova
4.39 (28)
Trade Copier ist ein professionelles Dienstprogramm zum Kopieren und Synchronisieren von Trades zwischen Handelskonten. Das Kopieren erfolgt vom Konto / Terminal des Lieferanten auf das Konto / Terminal des Empfängers, das auf demselben Computer oder vps installiert ist. Vor dem Kauf können Sie die Demoversion auf einem Demokonto testen. Demoversion hier . Vollständige Anweisungen hier . Hauptfunktionalität und Vorteile: Unterstützt das Kopieren von MT5> MT5, MT4> MT5, MT5> MT4, einschließlich M
Uber Trade Manager
MDevaus Oy
5 (16)
Der UTM Manager ist ein intuitives und benutzerfreundliches Tool, das eine schnelle und effiziente Handelsausführung ermöglicht. Eine der herausragenden Funktionen ist der Modus „Spread ignorieren“, der es Ihnen ermöglicht, zum Preis der Kerzen zu handeln und Spreads vollständig zu ignorieren (ermöglicht z. B. den Handel mit Paaren mit höherem Spread auf LTF, um zu vermeiden, dass Sie aufgrund von Spreads aus dem Handel ausgeschlossen werden). Ein weiterer wichtiger Aspekt des UTM-Managers ist s
-25% discount ($149 -> $111) Everything for chart Technical Analysis indicator mt5 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 mt5 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
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 develop 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 trade
OrderManager MT5
Lukas Roth
4.88 (16)
Der   OrderManager , eine revolutionäre Hilfssoftware für den MT5 Verwalten Sie Ihre Trades wie ein Profi mit der brandneuen Order Manager-Hilfssoftware für MetaTrader 5. Entwickelt mit einem Fokus auf Einfachheit und Benutzerfreundlichkeit, ermöglicht Ihnen der Order Manager, das mit jedem Trade verbundene Risiko mühelos zu definieren und zu visualisieren. So können Sie fundierte Entscheidungen treffen und Ihre Handelsstrategie optimieren. Für weitere Informationen zum OrderManager, konsultiere
Trade Assistant 38 in 1
Makarii Gubaydullin
4.87 (15)
Multifunktionswerkzeug: 65+ Funktionen, einschließlich: Lot-Rechner, Price Action, Risiko/Gewinn-Verhältnis, Trade Manager, Angebot und Nachfrage Zonen Demo version   |   Anwenderhandbuch   |    MT4 Das Dienstprogramm funktioniert nicht im Strategietester: Sie können die Demoversion HIER herunterladen, um das Produkt zu testen. Bei Fragen   kontaktieren   Sie mich / Verbesserungsvorschläge / im Fall eines gefundenen Fehlers Vereinfachen, beschleunigen und automatisieren Sie Ihre Handelsprozesse
HINN Lazy Trader
Georg Vahi
5 (1)
Set price targets, and leave everything else to HINN Lazy Trader! This tool is designed for automatic position sizing from specified levels to designated targets. Using a VPS is recommended (*). Current price already includes a 25% discount : Purchase (lifetime) -- $365 instead of $490 Rent (30 days) -- $50 instead of $69 The demo version generated by MT Market is automatically and is useless because to start this algo advisor, you need to specify zones of interest and targets! A community
DrawDown Limiter
Haidar, Lionel Haj Ali
5 (17)
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
Pro Arbitrage EA   trades based on Arbitrage Strategy. The strategy is like a scalping technology but on three cross currency pairs at the same time. Each trade basket involves three pairs (all open at the same time) and they will close at once when any desired profit reaches. The strategy has no SL technically because all opened currencies are hedged. SL can happen if high slippages on order execution on the broker side. So the strategy is one of the safest ones in the world. Using the EA : U
-25% discount ($199 -> $149) Advanced trading tool: One click smart orders that execute under your conditions Developed by trader for trading community:  position size calculator (lot size), open position after price action, strategy builder, set and forget trading, mobile notifications... Risk Management -  Risk percentage position size calculator, gain percentage, target risk reward ratio, spread and commissions are included in calculations 7 Advanced order types  - Set and forget trading w
VirtualTradePad One Click Trading Panel
Vladislav Andruschenko
4.6 (65)
Trading Panel für den Handel mit 1 Klick. Arbeiten mit Positionen und Aufträgen! Handeln vom Chart oder von der Tastatur. Mit unserem Trading-Panel können Sie Trades mit einem einzigen Klick direkt aus dem Chart ausführen und Handelsoperationen 30-mal schneller durchführen als mit der Standard-MetaTrader-Steuerung. Automatische Berechnungen von Parametern und Funktionen machen den Handel für Händler schneller und komfortabler. Grafische Tipps, Infoetiketten und vollständige Informationen zu Hand
RiskGuard Management
Michele Montorio
5 (2)
ATTENTION the expert does not work in strategy tester, for a trial version visit my profile. " Launch offer : throughout the month of June, purchase our product for only 100 USD instead of 150 USD!" Manual RiskGuard Management   RiskGuard management was born with the idea of ​​helping traders from their initial journey to becoming expert and aware traders. Written completely with native MetaTrader 5 functions without any use of external libraries, it is perfectly compatible with any operatin
Trade Assistant GS mt5
Vasiliy Strukov
5 (13)
Das Trading-Panel beschränkt sich auf die Verwaltung von Orders – sowohl geöffnet über Schaltflächen als auch vom Benutzer geöffnet. Einfach und bequem in der Collection. Wird jeden Käufer ergänzen. Ich empfehle, es zusammen mit dem Gold Stuff Indikator zu verwenden. Richten Sie den Handel als Einzelaufträge ein und bauen Sie ein Raster mit Abstand auf. Um ein Standardraster zu erstellen, stellen Sie einfach einen großen Abstand ein, z. B. 10000. Echtzeit-Ergebnisse können hier eingesehen wer
Risk Manager for MT5
Sergey Batudayev
4.42 (12)
Expert Advisor Risk Manager für MT5 ist ein sehr wichtiges und meiner Meinung nach notwendiges Programm für jeden Trader. Mit diesem Expert Advisor können Sie das Risiko in Ihrem Handelskonto kontrollieren. Die Risiko- und Gewinnsteuerung kann sowohl monetär als auch prozentual erfolgen. Damit der Expert Advisor funktioniert, hängen Sie ihn einfach an das Währungspaardiagramm an und legen Sie die akzeptablen Risikowerte in der Einzahlungswährung oder in % des aktuellen Guthabens fest. PROMO
Didi Alert Needle Detector
Alexandre Tadeu Molina
5 (2)
EA DIDI Alert – Zählerleser für Geldautomatensysteme Suchen Sie nach Tools, die Ihnen helfen, die besten Handelsmöglichkeiten auf den Finanzmärkten zu nutzen? Als nächstes ist DIDI Alert – Agulhadas Detector von ATM Systems der einzige Berater auf dem Markt, der die leistungsstarke Needles Setup-Handelsstrategie von Didi Aguiar über DIDI INDEX nutzt, im Gegensatz zu anderen dedizierten Beratern für diese Strategie. Sie sollten wissen, dass wir über eine Vielzahl von Ressourcen verfügen. Sehr
Der MT5 to Discord Signal Provider ist ein benutzerfreundliches, vollständig anpassbares Werkzeug, das speziell dafür entwickelt wurde, Handelssignale direkt an Discord zu senden. Dieses Tool verwandelt Ihr Handelskonto in einen effizienten Signalanbieter. Passen Sie die Nachrichtenformate Ihrem Stil an! Wählen Sie für eine einfache Verwendung aus vorgefertigten Vorlagen und entscheiden Sie, welche Nachrichtenelemente einbezogen oder ausgeschlossen werden sollen. [ Demo ] [ Handbuch ] [ MT4-Vers
Comprehensive on chart trade panel with the unique ability to be controllable from mobile as well. Plus has a library of downloadable configuration, e.g. exit rules, extra panel buttons, pending order setup and more. Please see our product video. Works with all symbols not just currency pairs. Features On chart panel plus controllable from free app for Windows, iPhone and Android Built-in script engine with library of downloadable configuration, e.g. add 'Close All Trades in Profit' button, exit
MT5 To Notion
DaneTrades Ltd
5 (2)
Dieses Programm ermöglicht es Ihnen, alle Ihre Trades aus Ihrem MetaTrader-Konto direkt in Notion zu exportieren, und das mit einer sehr benutzerfreundlichen Oberfläche. MT4-Version  |  Benutzerhandbuch + Demo Um loszulegen, verwenden Sie bitte das Benutzerhandbuch und laden Sie die Notion-Vorlage herunter. Wenn Sie eine Demo wünschen, gehen Sie bitte zum Benutzerhandbuch. Funktioniert nicht im Strategietester! Hauptmerkmale Exportieren Sie alle Trades von Ihrem Handelskonto in Ihre Notion Expor
Mentfx Mmanage mt5
Anton Jere Calmes
4.43 (7)
The added video will showcase all functionality, effectiveness, and uses of the trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool calculates al
Weitere Produkte dieses Autors
Scientific Calculator MT5
Francisco Manuel Vicente Berardo
Scientific Calculator is a script designed to compute expressions of science, engineering and mathematics.   General Description   The expression to calculate must obey syntax rules and precedence order, being constituted by the following elements:   Integer and real numbers.  Mathematical operators for addition (+), subtraction (-), multiplication (*), division (/) and exponentiation (^).  Mathematical and trigonometric functions .  Curved parentheses (()) to define the precedence and contai
FREE
Scientific Calculator MT4
Francisco Manuel Vicente Berardo
Scientific Calculator is a script designed to compute expressions of science, engineering and mathematics.   General Description   The expression to calculate must obey syntax rules and precedence order, being constituted by the following elements:   Integer and real numbers.   Mathematical operators for addition (+), subtraction (-), multiplication (*), division (/) and exponentiation (^).   Mathematical and trigonometric functions .   Curved parentheses (()) to define the precedence and c
FREE
Tick Data Record MT4
Francisco Manuel Vicente Berardo
Tick Data Record is a multi-symbol multi-timeframe Expert Advisor that records tick data for later graphical representation and analysis.  General Description   Tick Data Record offers a(n) alternative/complement to the online/offline price charts displayed through the MT4/MT5 platform. The Expert Advisor   permits   to write and save the current/history values of Time, Bid, Ask, Spread, Last and Volume to a text file (“.txt”). The idea is to copy/open the obtained register to/in a spreadshee
Environment State Info Print MT4
Francisco Manuel Vicente Berardo
Environment State Info Print is a script to display the constants that describe the current runtime environment of a MQL4  program.   General Description   The constants are divided into four groups in the Environment State section of the MQL4  documentation and each group is divided into enumerations/subgroups (with designations “ Market Info”, “Integer”, “Double” or “String”). The script displays constants in two ways: a single constant or all group constants. The constants are obtained by
Double Trailing Stop MT4
Francisco Manuel Vicente Berardo
Double Trailing Stop is a multi-symbol multi-timeframe Expert Advisor that allows the Stop Loss and Take Profit trailing of positions. The EA offers multi-option through input parameters to configure the positions' stop orders.  General Description   The Expert Advisor’s main purpose is to secure profit and minimize losses with the opened positions. Double Trailing Stop places stop orders (Stop Loss or Take Profit) at the Trailing Stop distance from the market price when the symbol's quote re
Position Selective Close MT4
Francisco Manuel Vicente Berardo
Position Selective Close is a multi-symbol multi-timeframe script used to close simultaneously various positions. The script offers multi-option through input parameters to define the positions to close.  General Description   Position Selective Close   possesses   three operation modes (Intersection,   Union   and All) that control the way   as   four position features (symbol, magic number,   type   and profit) are used. The modes, available through the Selection Mode input parameter, relat
Order Selective Delete MT4
Francisco Manuel Vicente Berardo
Order Selective Delete is a multi-symbol multi-timeframe   script used to   delete   simultaneously various pending orders. The script offers multi-option   through input parameters to define the pending orders to   delete.  General Description   Order Selective Delete   possesses   three operation modes (Intersection,   Union   and All) that control the way   as   three pending order features (symbol, magic   number   and type) are used. The modes, available through the Selection Mode input
Multiple Position Opening MT4
Francisco Manuel Vicente Berardo
Multiple Position Opening   is a multi-symbol multi- timeframe   script used to open simultaneously various positions . The   script   offers multi- option   through   input parameters   to   configure the positions.   Risk Management   The volume used to open each of the positions is chosen between a fixed and a variable lot size, available through the Volume and Free Margin % input parameters, respectively. If there   isn't   enough money in the account for the chosen volume, this is reduce
Pending Order Grid MT4
Francisco Manuel Vicente Berardo
Pending Order Grid is a multi-symbol multi- timeframe   script that enables multi-strategy implementation based on pending order grids. The script offers multi- option   through input parameters to configure the pending orders.   General Description   Pending Order Grid allows the execution of a user-defined strategy through the creation of one or more grids of pending orders. The script places pending orders of a given type (Buy Limit, Sell Limit, Buy Stop, or Sell Stop) at equidistant price
Pending Order Grid EA MT4
Francisco Manuel Vicente Berardo
Pending Order Grid is a multi-symbol multi-timeframe Expert Advisor that enables multi-strategy implementation based on pending order grids. The EA offers multi-option through input parameters to configure the pending orders.  General Description   Pending Order Grid allows the performing of a user-defined strategy through the creation of one or more grids of pending orders. The Expert Advisor places pending orders of a given type (Buy Limit, Sell Limit, Buy Stop, or Sell Stop) at equidistant
Tick Data Record MT5
Francisco Manuel Vicente Berardo
Tick Data Record is a multi-symbol multi- timeframe Expert Advisor that records tick data for later graphical representation and analysis .   General Description  Tick Data Record offers a(n) alternative/complement to the online/offline price charts displayed through the MT4/MT5 platform. The Expert Advisor permits to write and save the current/history values of Time, Bid, Ask, Spread, Last and Volume to a text file (“.txt”). The idea is to copy/open the obtained register to/in a spreadsheet, r
Environment State Info Print MT5
Francisco Manuel Vicente Berardo
Environment State Info Print is a script to display the constants that describe the current runtime environment of a MQL5 program.   General Description   The constants are divided into four groups in the   Environment State section of the MQL5 documentation and each group is divided into enumerations/subgroups (with designations  “Integer”, “Double” or “String”). The script displays constants in two ways: a single constant or all group constants. The constants are obtained by selecting the p
Double Trailing Stop MT5
Francisco Manuel Vicente Berardo
Double Trailing Stop is a multi-symbol multi-timeframe Expert Advisor that allows the Stop Loss and Take Profit trailing of positions. The EA offers multi-option through input parameters to configure the positions' stop orders.  General Description   The Expert Advisor’s main purpose is to secure profit and minimize losses with the opened positions. Double Trailing Stop places stop orders (Stop Loss or Take Profit) at the Trailing Stop distance from the market price when the symbol's quote re
Position Selective Close MT5
Francisco Manuel Vicente Berardo
Position Selective Close is a multi-symbol multi-timeframe script used to close simultaneously various positions. The script offers multi-option through input parameters to define the positions to close.  General Description   Position Selective Close   possesses   three operation modes (Intersection,   Union   and All) that control the way   as   four position features (symbol, magic number,   type   and profit) are used. The modes, available through the Selection Mode input parameter, relat
Order Selective Delete MT5
Francisco Manuel Vicente Berardo
Order Selective Delete is a multi-symbol multi-timeframe   script used to   delete   simultaneously various pending orders. The script offers multi-option   through input parameters to define the pending orders to   delete.  General Description   Order Selective Delete   possesses   three operation modes (Intersection,   Union   and All) that control the way   as   three pending order features (symbol, magic   number   and type) are used. The modes, available through the Selection Mode input
Pending Order Grid MT5
Francisco Manuel Vicente Berardo
Pending Order Grid is a multi-symbol multi- timeframe script that enables multi-strategy implementation based on pending order grids. The script offers multi- option through input parameters to configure the pending orders.   General Description   Pending Order Grid allows the execution of a user-defined strategy through the creation of one or more grids of pending orders. The script places pending orders of a given type (Buy Limit, Sell Limit, Buy Stop, or Sell Stop) at equidistant price lev
Pending Order Grid EA MT5
Francisco Manuel Vicente Berardo
Pending Order Grid is a multi-symbol multi-timeframe Expert Advisor that enables multi-strategy implementation based on pending order grids. The EA offers multi-option through input parameters to configure the pending orders.  General Description   Pending Order Grid allows the performing of a user-defined strategy through the creation of one or more grids of pending orders. The Expert Advisor places pending orders of a given type (Buy Limit, Sell Limit, Buy Stop, or Sell Stop) at equidistant
Auswahl:
Keine Bewertungen
Antwort auf eine Rezension
Version 1.1 2024.06.02
Minor change, not requiring an update:

- Link addition at the script’s properties window to visit the product page.