• Übersicht
  • Bewertungen
  • Diskussion (1)

Optimum lot size calculator

Important Note:

Before using it in a real account test it in your demo account.


//+------------------------------------------------------------------+

//|                                             Optimum_Lot_Size.mq5 |

//|                                  Copyright 2023, MetaQuotes Ltd. |

//|                                             https://www.mql5.com |

//+------------------------------------------------------------------+

#property copyright "Copyright 2023, MetaQuotes Ltd."

#property link      "https://www.mql5.com"

#property version   "1.00"

#property script_show_inputs

#include <Trade/Trade.mqh>

#include <Trade/PositionInfo.mqh>


CTrade Trading;

//+------------------------------------------------------------------+

//| Script program start function                                    |

//+------------------------------------------------------------------+


input bool IsBuy=true;

input double StopLoss;

input double TakeProfit;

input double RiskPercent=0.01;

double LotSize; 

void OnStart()

  {   

      

      double temp_RiskPercent=RiskPercent;

      double Ask=SymbolInfoDouble(Symbol(),SYMBOL_ASK);

      double Bid=SymbolInfoDouble(Symbol(),SYMBOL_BID);

       

      

      

      

      

      if(temp_RiskPercent>0.04) temp_RiskPercent=0.04;

      

      if (IsBuy && StopLoss !=0.0)

      {

         LotSize=OptimumLotSize(Symbol(),Ask,StopLoss,temp_RiskPercent);

         Trading.Buy(LotSize,Symbol(),Ask,StopLoss,TakeProfit);  

         

      }

      

      if (!IsBuy && StopLoss !=0.0)

      {

         LotSize=OptimumLotSize(Symbol(),Bid,StopLoss,temp_RiskPercent);

         Trading.Sell(LotSize,Symbol(),Bid,StopLoss,TakeProfit);  

      

      }

   

  }








double OptimumLotSize(string symbol,double EntryPoint, double StoppLoss, double RiskPercent)

{

      int            Diigit         =SymbolInfoInteger(symbol,SYMBOL_DIGITS);

      double         OneLotValue    =MathPow(10,Diigit);

      

      double         ask            =SymbolInfoDouble("GBPUSD",SYMBOL_ASK);

      

      double         bid            =SymbolInfoDouble(symbol,SYMBOL_BID);

      

      string         BaseCurrency   =SymbolInfoString(symbol,SYMBOL_CURRENCY_BASE);

      string         ProfitCurency  =SymbolInfoString(symbol,SYMBOL_CURRENCY_PROFIT); 

      string         AccountCurency =AccountInfoString(ACCOUNT_CURRENCY);

      

      double         AllowedLoss    =RiskPercent*AccountInfoDouble(ACCOUNT_EQUITY);

      double         LossPoint      =MathAbs(EntryPoint-StoppLoss);

      double         Lotsize;

      

      

      

      

      

      if (ProfitCurency==AccountCurency) 

         { 

         Lotsize=AllowedLoss/LossPoint; 

         Lotsize=NormalizeDouble(Lotsize/OneLotValue,2);

          

         return(Lotsize); 

         }

         

      else if (BaseCurrency==AccountCurency)

         {

         AllowedLoss=ask*AllowedLoss;  //// Allowed loss in Profit currency Example: USDCHF-----> Return allowed loss in CHF

         Lotsize=AllowedLoss/LossPoint; 

         Lotsize=NormalizeDouble(Lotsize/OneLotValue,2); 

         return(Lotsize);

         }

      

         else

         {

            string TransferCurrency=AccountCurency+ProfitCurency;

            ask=SymbolInfoDouble(TransferCurrency,SYMBOL_ASK);

            

            if(ask!=0) 

            {

               AllowedLoss=ask*AllowedLoss;  //// Allowed loss in Profit currency Example: USDCHF-----> Return allowed loss in CHF

               Lotsize=AllowedLoss/LossPoint; 

               Lotsize=NormalizeDouble(Lotsize/OneLotValue,2); 

               return(Lotsize);   

            

            }

            else

            {

               TransferCurrency=ProfitCurency+AccountCurency;

               ask=SymbolInfoDouble(TransferCurrency,SYMBOL_ASK);

               ask=1/ask;

               AllowedLoss=ask*AllowedLoss;  //// Allowed loss in Profit currency Example: USDCHF-----> Return allowed loss in CHF

               Lotsize=AllowedLoss/LossPoint; 

               Lotsize=NormalizeDouble(Lotsize/OneLotValue,2); 

               return(Lotsize);

            

            }

            

            if (ProfitCurency=="JPY") 

               { 

               Lotsize=AllowedLoss*1.5/LossPoint; 

               Lotsize=NormalizeDouble(Lotsize/OneLotValue,2);

                

               return(Lotsize); 

               }

                  

         return Lotsize; 

         }

          


}


Empfohlene Produkte
Market book player
Aliaksandr Hryshyn
Playback of previously saved data from the order book. Key features: Historical data navigation Adjusting the playback speed with the "---" and "+++" buttons, as well as with the mouse, you can by scrolling the wheel over the area of ​​these buttons and between them Turning Price Centering On and Off Time display accurate to thousandths of a second Attention: This product also needs a utility to save data: https://www.mql5.com/en/market/product/71642
FREE
Scalp Fast
Maruthupandiyan
Helps trader to place order seamlessly  Close mulitple position at a time Place SL or TP for multiple position in a click Place hedge order same time with predefined SL and TP Place multi layer pending order in a click Place martingale layer Be informed about SL and TP in currency Get to know time remaining in current candle Get to know current spread View PnL, Balance, Equity on screen
FREE
Introducing the Moving average crossing template which is an Expert advisor template utility for two moving averages for the the cross over strategy where it enters trades based on the crossing of your specified  moving moving averages. You can select the fast moving average and the slow moving average values of your choice. you can choose your preferred trade volume.  you can  choose your preferred number of trades to execute. you can add your stop loss and take profit join my channel for free
FREE
All what you need before start a trade network connection/broker's/symbols/historical orders benchmarks/currnet orders status 01. symbol's trading privilege 02. order execution mode 03. trade session hours 04. min lot/max lots 05. max pending orders 06. freeze point pending order's distant points (zero is good) 07. Min SL/TP points required by broker if open an order (zero is good) 08. account leverage 09. Margin call open an order must > 100% 10. MarginStopOut forced to close som
FREE
Add a watermark in the background of your charts, containing the Stock Symbol followed by the current Timeframe, and the Symbol Description below it. Have you ever seen videos or screenshots of other platforms, boasting those great looking watermarks, and wondered why your MetaTrader5 doesn't have one? Well, I did... so I tried the very few options available in the Market at the time, but I still wanted to tweak everything exactly to my taste. So I developed my own solution, and now I am proud
FREE
Monkey Lite
Dang Cong Duong
3 (1)
Monkey Lite  offers the following array of features: One-click instant order entry (short or long). Track total current orders and total current profit. Instant Close Buy, Close Sell, Close All button. Utility types Risk management, Graphical objects, Panels. Main features Take Profit and Stop Loss by money (not pip). After the price reached the Take Profit threshold, trailing stop 20% of the current profit. After the price reached the Stop Loss threshold, the orders will be closed immediately.
FREE
A simple button to completely close all existing open trades (both Buy and Sell) on the current chart . Warning : Once the button is pressed, all open trades on the current chart will be deleted immediately without any more questions or dialogue. Use this utility very carefully. We recommend that you do a trial of removing open trades on a demo account first, before trying to use this utility on a real account.
FREE
Order Book, known also as Market Book, market depth, Level 2, - is a dynamically updated table with current volumes of orders to buy and to sell specific financial instument at price levels near Bid and Ask. MetaTrader 5 provides the means for receiving market book from your broker, but in real time only, without access to its history. This expert adviser OrderBook History Playback allows you to playback the market book events on the history using files, created by OrderBook Recorder . The exper
FREE
Trailing by SAR MT5
Konstantin Kulikov
Tracking positions using trailing on the Parabolic SAR indicator. It is necessary to allow automated trading in the terminal settings. In testing mode, the utility opens Buy or Sell positions on the first ticks, which allows you to visually observe the given logic, changing the utility parameters. In real mode, the utility does not open positions. Parameters magic  - magic number. If less than 0, positions with any magic number are tracked. only_this_symbol  - only chart symbol. If  false , posi
FREE
Trades Management
Bright Lance Soli
5 (1)
The Trade Manager is a visual trade panel that makes it simple to place and manage trades, preventing human errors and enhancing your trading activity. - Very Easy to use - Trade easily from the chart - Trade with precise risk management - Offers different risk management options to calculate appropriate lot size. - A powerful risk and position management approach
FREE
Value Chart Candlesticks
Flavio Javier Jarabeck
4.67 (9)
The idea of a Value Chart indicator was presented in the very good book I read back in 2020 , " Dynamic Trading Indicators: Winning with Value Charts and Price Action Profile ", from the authors Mark Helweg and David Stendahl. The idea is simple and the result is pure genius: Present candlestick Price analysis in a detrended way! HOW TO READ THIS INDICATOR Look for Overbought and Oversold levels. Of course, you will need to test the settings a lot to find the "correct" one for your approach.
FREE
这款专为MetaTrader 5设计的EA(Expert Advisor),能够在加载后自动关闭所有图表,并立即从当前图表中自行移除。它适合那些希望快速清理所有图表,并避免手动关闭每个图表的用户。 功能特点: 一次性清理: 加载后立即关闭所有打开的图表。 自动移除: 执行完毕后,EA自动从当前图表中移除,无需手动操作。 快速高效: 适用于快速清理交易环境,特别适合在需要快速重置或结束交易日的情境。 使用说明: 只需将此EA添加到任何一个图表上,它将自动执行关闭所有图表的操作并自行移除。使用前,请确保已保存所有重要的图表数据和设置。 风险提示: 请谨慎使用此EA,以防不小心关闭重要图表。 适用于MetaTrader 5平台。 技术支持: 如有任何技术问题或需求,请联系我以获得帮助。
FREE
Simple Order
Mikhail Nazarenko
5 (3)
Simple order is designed to make placing pending orders as easy and fast as possible. Setting a pending order takes just two steps. 1. Double-click on the price of placing an order, after that a panel with buttons for order names appears. 2. Click on the button of the required order That's it, the pending order is set. If necessary, we adjust the order by dragging, as well as change the sizes of stop loss and take profit. Don't forget to pre-set the size of the stop loss and take profit in the S
FREE
BuyMarket
Pietro Caporale
4.5 (2)
Simple script for Buy by Market Execution on all financial instruments. Inputs Volume - default: 0.10 Deviation - default: 10 points Stoploss - default: 50 points Takeprofit - default: 50 points Comment - default: Order by Market Confirm - default: false Inputs Details Type Order Buy Order is preset. Deviation Maximum deviation from quoted price in points. Stoploss & Takeprofit In points value, be careful that this value will be added to minimum stop allowed by the broker. For example if you
FREE
AvgVolumes
Marco Montemari
5 (2)
This indicator is based on Volumes standard indicator, calculates the average of Volumes based on the last N bars set by users, and if the value of the volume is bigger then a set % respect the average a different color will be used. The indicator is shown in a separate indicator window. This version has now a limitation in setting the % about the threshold. If you are interested to set threshold consider to buy the PRO version ( https://www.mql5.com/en/market/product/35925 ) If you want to use
FREE
Second Level Candles And Alligator Indicators 每12秒产生一个K线,而且自带Alligator指标,对超短线选手交易非常有帮助。程序启动时可能不成功,是因为MT5 MqlTick 数据加载少的原因。可以通过修改显示的数据参数避免,比如display=100,程序正常之后再将参数调大 display=300 。如果数据不正常,也可以采用重新加载的方式解决。 如果您对这个指标有任何建议,请联系作者。  Second Level Candles And Alligator Indicators  produced a candle per 12 seconds,include Alligator, it's helpful to Short-Term Trading。You'd better reload the indicator every start MT5 or change display parameter to reslove data bug. Please attach author when  you had some su
FREE
Exp Assistant 5
Vladislav Andruschenko
4.73 (125)
Automatische Einstellung, Stop-Loss, Take-Profit, Trailing-Stop, Breakeven-Level, Aktivierung   virtueller   Stop-Loss und Take-Profit. Exp Assistant   hilft Ihnen bei der Organisation der Pflege Ihrer Positionen. Dieses Programm, der Expert Advisor, ist so konzipiert, dass es automatisch   Real oder Virtual   einstellt       Stop-Loss- und Take-Profit-   Level für Ihre Positionen während des Handels. Sie können alle Vorgänge des Expert Advisors einfach über das Bedienfeld im Diagramm verwalten
FREE
CloseAllPosition
Konstantin Chernov
4.67 (3)
A script for closing positions If you need to quickly close several positions, this script will make all the routine for you! The script does not have any input parameters. Allow AutoTrading before running the script. Usage: Run the script on a chart. If you need to specify the maximal deviation and the number of attempts to close positions, use the script with input parameters https://www.mql5.com/en/market/product/625 You can download MetaTrader 4 version here: https://www.mql5.com/en/market
FREE
OrderMarket
Pietro Caporale
4.5 (2)
Simple script for Order by Market Execution (only Buy or Sell) on all financial instruments. Inputs Buy - default: false Sell - default: false Volume - default: 0.10 Deviation - default: 10 points Stoploss - default: 50 points Takeprofit - default: 50 points Comment - default: Order by Market Confirm - default: false Inputs Details Type Order Buy Order set: just double click on Buy line Sell Order set: just double click on Sell line If you leave false or true both an error will be reported.
FREE
Important Lines
Terence Gronowski
4.88 (26)
Important Lines Indikator (M1 - M15) Dieser Indikator zeigt Pivot-Lines, vortages Hoch und Tief, vortages Close und das Minimum und Maximum der vorherigen Stunde an. Sie müssen nur diesen einzelnen Indikator in das Diagramm ziehen, um alle diese wichtigen Linien zu haben. Sie können sich das Laden vieler einzelnen Indikatoren ersparen. Warum sind bestimmte Linien beim Traden so wichtig? Vortageshoch und -tief: Diese werden von Händlern beobachtet, die in einer Tages-Chart handeln. Sehr of
FREE
Auto Closer
Manpreet Singh
5 (1)
FOREXBOB AUTO CLOSER is a very handsome tool for :- Scalping  Correlation Hedging Those who use averaging methods As this utility tool will help you by closing all your running trades when the universal floating P/L reaches a certain value that you will put in inputs. This tool consider all the trades that running on the your account either opened MANUALLY or with help of an EA. Inputs USD - Put numeric value for required profit Group Mode - False Magic No. - Zero (0) to consider manually open
FREE
This EA automatically closes all Open Trades and Pending Orders at your specified Net Profit or Net Loss. The TP and SL for a single trade can easily be set in Meta Trader, on individual basis and on hitting that TP or SL, the trade is automatically closed. However, if you have multiple trades and you want to set a Net TP and Net SL (in terms of profit & loss) for all of them, then Meta Trader cannot help you. Here comes this EA “Net TP Net SL Setter” using which you can set a Net TP and Net SL
FREE
SellMarket
Pietro Caporale
4 (1)
Simple script for Sell by Market Execution on all financial instruments. Inputs Volume - default: 0.10 Deviation - default: 10 points Stoploss - default: 50 points Takeprofit - default: 50 points Comment - default: Order by Market Confirm - default: false Inputs Details Type Order Sell Order is preset. Deviation Maximum deviation from quoted price in points. Stoploss & Takeprofit In points value, be careful that this value will be added to minimum stop allowed by the broker. For example if y
FREE
J2T Hot Keys
Ivan Pyatkov
5 (5)
Утилита Горячие Клавиши. Работает только на неттинговых типах счетов. Позволяет совершать торговые операции без мыши. Удобно использовать для акций, фьючерсов, валютных пар, криптовалют. В совокупности со стаканом получается полноценный скальперский привод. Реализованные команды : ·          покупка по рынку; ·          продажа по рынку; ·          выставление лимитного ордера на покупку с заданным отступом (может быть отрицательным) от цены Бид; ·          выставление лимитного ордера на прод
FREE
NAS100 Auto Sl And TP MT5
Moustapha Boulouz
5 (1)
Wir stellen den NAS100 Auto SL und TP Maker für MT5 vor: Verpassen Sie nie wieder die Einstellung von StopLoss und TakeProfit mit unserem NAS100 Auto SL und TP Maker, einem unverzichtbaren Assistenten für Händler, die den Nasdaq 100 Markt auf MetaTrader 5 navigieren. Dieses Tool wurde für diejenigen entwickelt, die eine nahtlose Lösung zur Automatisierung der Verwaltung von StopLoss- und TakeProfit-Levels suchen. Hauptmerkmale: Mühelose Automatisierung: Automatische Überwachung von Nasdaq
FREE
Use this expert advisor whose strategy is essentially based on the Relative Strength Index (RSI) indicator as well as a personal touch. Other free expert advisors are available in my personal space as well as signals, do not hesitate to visit and leave a comment, it will make me happy and will make me want to offer content. Expert advisors currently available: LVL Creator LVL Creator Pro LVL Bollinger Bands   Trading is not a magic solution, so before using this expert on a live account, carr
FREE
啟用TrailingTrader腳本後 報價視窗的交易品種 將會進行移動止損 設定參數 TrailingDistance 啟動移動的點數 TrailingCallBack 移動止損的回調點數 工作原理 持倉單在獲利的條件下 市價超過設定的點數時 腳本自動設定止損線在市價回調的點數位置 當市價繼續往獲利的方向運行時 止損線會持續往運行方向調整 直到市價回調到止損線時獲利平倉 當同一品種持有多張持倉單時 移動止損會分開運行 當盈利超過一定的範圍時 移動止損線會形成同步狀況 特點 當交易員習慣手動開單 又無法長時間盯盤時 可以啟用移動止損 當持倉單一旦觸發工作 就可以確認該單會在獲利的條件下出場 起用條件 需要使用MT5交易的電腦全天候開機運行 可以啟用腳本後 再同步到官方VPS 此時同步的腳本可以全天候監視交易帳戶
FREE
This is the demo Version of Money and Trade Manager, which can be found here: https://www.mql5.com/en/market/product/58163# The Demo is limited to EUR/USD , but otherwise fully functional. Features: easy positioning of stoploss and takeprofit with horizontal Assistance-lines automatic Volume calculation fixed risk, set by the trader Closing of all trades of one type, with the click of one button (long or short, for this symbol) Creation of pending orders with one click Direct feedback thr
FREE
The indicator highlights in color the places on the chart where the price moves in one direction continuously from the selected number of candles. You can specify the number of points from the beginning of the movement to select only movements from this amount. It can be useful for looking for reversals or sharp impulses. I also recommend purchasing this utility to determine local weekly / monthly trends and support and resistance lines. https://www.mql5.com/en/market/product/61401
FREE
VR Color Levels MT5
Vladimir Pastushak
VR Color Levels ist ein praktisches Tool für diejenigen, die technische Analysen mit Elementen wie Trendlinie, Rechteck und Text anwenden. Es ist möglich, Text direkt in das Diagramm einzufügen und Screenshots zu erstellen. Einstellungen, Set-Dateien, Demoversionen, Anleitungen, Problemlösungen erhalten Sie unter [Blog] Rezensionen können Sie unter lesen oder schreiben [Verknüpfung] Version für [MetaTrader 4] Die Arbeit mit dem Indikator erfolgt mit einem Klick . Klicken Sie dazu auf die Sch
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 (418)
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
TradePanel MT5
Alfiya Fazylova
4.86 (114)
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
Local Trade Copier EA MT5
Juvenille Emperor Limited
5 (63)
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
Trade Manager DaneTrades
DaneTrades Ltd
4.82 (22)
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
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
Strategy Builder offers an incredible amount of functionality. It combines a trade panel with configurable automation (covert indicators into an EA), real-time statistics (profit & draw down) plus automatic optimization of SL, TP/exit, trading hours, indicator inputs. Multiple indicators can be combined into an single alert/trade signal and can include custom indicators, even if just have ex4 file or purchased from Market. The system is easily configured via a CONFIG button and associated pop-u
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
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
Trade Dashboard MT5
Fatemeh Ameri
5 (26)
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
Trade copier MT5
Alfiya Fazylova
4.37 (27)
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
-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
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
Easy Strategy Builder 5
Gheis Mohammadi
5 (4)
The  Easy Strategy Builder (ESB)  is a " Do It Yourself " solution that allows you to create a wide range of the automated trading strategies without any line of codes. This is the world’s easiest method to automate your strategies that can be used in STP, ECN and FIFO brokers. No drag and drop is needed. Just by set conditions of your trading strategy and change settings on desired values and let it work in your account. ESB has hundreds of modules to define unlimited possibilities of strategi
-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
Ultimate Trailing Stop EA MT5
BLAKE STEVEN RODGER
4.57 (7)
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 (overri
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
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
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
Equity Shield mt5
Vladimir Stepanov
4 (7)
Der Expert Advisor schützt Ihr Konto vor unerwarteten Verlusten, indem er das Eigenkapital ständig überwacht und die Regeln gemäß den Eingaben in den Parametern befolgt.   Wenn die Regeln verletzt werden, schließt der EA alle Trades.   Sie können den EA so einstellen, dass er alle Trades bei einem bestimmten Prozentsatz oder Geldverlust schließt oder bei einem bestimmten Prozentsatz oder Geldgewinn schließt.   Dieses Dienstprogramm ist sehr nützlich für Prop-Trading-Herausforderungen, um den Dr
Bots Builder Pro MT5
Andrey Barinov
4.75 (4)
This is exactly what the name says. Visual strategy builder . One of a kind. Turn your trading strategies and ideas into Expert Advisors without writing single line of code. Generate mql source code files with a few clicks and get your fully functional Expert Advisors, which are ready for live execution, strategy tester and cloud optimization. There are very few options for those who have no programming skills and can not create their trading solutions in the MQL language. Now, with Bots Build
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
News Trade EA MT5
Konstantin Kulikov
4.55 (11)
Ich stelle einen nützlichen Roboter vor, den ich selbst seit mehreren Jahren benutze. Er kann sowohl im halbautomatischen als auch im vollautomatischen Modus verwendet werden. Das Programm enthält flexible Handelseinstellungen mit den Nachrichten des Wirtschaftskalenders. Es kann im Strategietester nicht überprüft werden. Es ist nur echte Arbeit. In den Terminaleinstellungen müssen Sie die Nachrichtenseite zur Liste der zulässigen URLs hinzufügen. Klicken Sie auf Dienstleistungen > Einstellun
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
T Manager Plus, the ultimate trade management solution designed by traders for traders. If you are searching for a simple and efficient trade panel, trade manager, or trade assistant, you are at the right place. T Manager Plus includes advanced charting utilities with a single goal to help traders analyze, plan, execute, and manage their trades on a single platform. The market contains a diverse number of those tools, but   this one is designed by traders for traders . I designed this tool, an
Trade Manager EA for MT5
Odaine Ramon Mcmillan
4.5 (10)
50% Off Today Only! Price Goes Back Up at 11 PM (EST) Marketkeys Trade Manager EA for MT5: Your Pathway to Forex Trading Mastery What Traders Are Saying: "Much better than lots of other trade managers I've tested..." – R Vdr "Saves me time from manually calculating lots sizes and risks...amazing support." – Richard Obi Efficiency and precision are paramount in Forex trading. Marketkeys Trade Manager EA for MT5 offers just that - a seamless interface combined with robust risk management tools
Didi Alert Needle Detector
Alexandre Tadeu Molina
5 (1)
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
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.76 (17)
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
Weitere Produkte dieses Autors
Dieser Expert Advisor führt keinen Handel durch, sondern scannt die gesamten Symbole in Ihrer Marktüberwachung und scannt jede Aktie einzeln in verschiedenen Zeitrahmen und zeigt Ihnen am Ende, welches Symbol in welchem Zeitrahmen eine starke Engulfing-Kerze hat. Darüber hinaus können Sie einen MA-Zeitraum und ein oberes und unteres RSI-Limit definieren und es zeigt Ihnen, welche Symbole in welchem Zeitrahmen den angepassten gleitenden Durchschnitt kreuzen werden und welches Symbol in welchem
FREE
Auswahl:
Keine Bewertungen
Antwort auf eine Rezension