• Aperçu
  • Avis
  • Commentaires (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; 

         }

          


}


Produits recommandés
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
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
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
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 (126)
Réglage automatique, stop loss, take profit, trailing stop, seuils de rentabilité, permettant un stop loss   virtuel   et un take profit. Exp Assistant   vous aidera à organiser le maintien de vos positions. Ce programme, l'Expert Advisor, est conçu pour définir automatiquement le   réel ou le virtuel       Niveaux   Stop Loss et Take Profit   pour vos positions pendant la négociation. Vous pouvez facilement gérer toutes les opérations de l'Expert Advisor depuis le panneau de contrôle sur la ca
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)
This indicator displays Pivot-Lines, preday high and low, preday close and the minimum and maximum of the previous hour. You just have to put this single indicator to the chart to have all these important lines, no need to setup many single indicators. Why certain lines are important Preday high and low : These are watched by traders who trade in a daily chart. Very often, if price climbs over or falls under a preday low/high there is an acceleration in buying/selling. It is a breakout out 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
Voici NAS100 Auto SL and TP Maker pour MT5 : Ne manquez plus jamais le réglage du StopLoss et du TakeProfit avec notre NAS100 Auto SL and TP Maker, un assistant indispensable pour les traders qui naviguent sur le marché du Nasdaq 100 sur MetaTrader 5. Cet outil est conçu pour ceux qui recherchent une solution transparente pour automatiser la gestion des niveaux de StopLoss et TakeProfit. Caractéristiques principales : Automatisation sans effort : Surveille automatiquement les transactions
Utilisez cet expert opérationnel dont la stratégie repose essentiellement sur l’indicateur RSI (Relative Strength Index)  ainsi qu’une touche personnelle. D’autres experts gratuits sont disponibles dans mon espace personnel ainsi que des signaux, n’hésitez pas à visiter et à mettre un commentaire, cela me fera plaisir et me donnera envie de proposer du contenu. Les experts actuellement disponibles: LVL Creator LVL Creator Pro LVL Bollinger Bands Lorsque vous utiliserez ce robot en réel, n’hé
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
5 (1)
VR Color Levels est un outil pratique pour ceux qui appliquent l'analyse technique à l'aide d'éléments tels que la ligne de tendance, le rectangle et le texte. Il est possible d'ajouter du texte directement au graphique et de prendre des captures d'écran. Les paramètres, les fichiers de configuration, les versions de démonstration, les instructions, la résolution de problèmes peuvent être obtenus auprès de [Blog] Vous pouvez lire ou écrire des critiques sur [lien] Version pour [MetaTrader 4]
FREE
Les acheteurs de ce produit ont également acheté
Trade Assistant MT5
Evgeniy Kravchenko
4.4 (172)
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
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
TradePanel MT5
Alfiya Fazylova
4.86 (114)
Trade Panel est un assistant commercial multifonctionnel. L'application contient plus de 50 fonctions de trading manuel et vous permet d'automatiser la plupart des actions de trading. Avant d'acheter, vous pouvez tester la version Démo sur un compte démo. Démo ici . Instructions complètes ici . Commerce . Vous permet d'effectuer des opérations de trading de base en un clic : Ouvrir les ordres et positions en attente. Clôturez les ordres et les positions en attente. Inversion de positions (fermer
Local Trade Copier EA MT5
Juvenille Emperor Limited
5 (64)
Découvrez une expérience exceptionnellement rapide de copie de trades avec le   Local Trade Copier EA MT5 . Avec sa configuration facile en 1 minute, ce copieur de trades vous permet de copier des trades entre plusieurs terminaux MetaTrader sur le même ordinateur Windows ou Windows VPS avec des vitesses de copie ultra-rapides de moins de 0.5 seconde. Que vous soyez un trader débutant ou professionnel, le   Local Trade Copier EA MT5   offre une large gamme d'options pour le personnaliser en fonc
Для оплаты рублями/криптой используйте Webmoney. Задай цели для цены, а для всего остального есть HINN Lazy Trader!   Инструмент предназначен для автоматического набора позиций от заданных уровней к заданным целям. Рекомендуется использовать VPS (*) Разработан для минимизации времени, проводимым за чартом, максимизации охвата торговых идей без необходимости контролировать что-либо. Призван стать идеальным инструментом для делегирования рутины, переложить бремя принятия решения и эмоциональный
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
Trade Manager DaneTrades
DaneTrades Ltd
4.82 (22)
Trade Manager pour vous aider à entrer et sortir rapidement des transactions tout en calculant automatiquement votre risque. Y compris des fonctionnalités pour vous aider à éviter le sur-trading, le trading de vengeance et le trading émotionnel. Les transactions peuvent être gérées automatiquement et les mesures de performances du compte peuvent être visualisées dans un graphique. Ces fonctionnalités rendent ce panneau idéal pour tous les traders manuels et contribuent à améliorer la plateforme
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
MT5 to Telegram Signal Provider est un utilitaire facile à utiliser et entièrement personnalisable qui permet l'envoi de signaux spécifiés vers un chat, un canal ou un groupe Telegram, transformant ainsi votre compte en fournisseur de signaux. Contrairement à la plupart des produits concurrents, il n'utilise pas d'importations DLL. [ Démonstration ] [ Manuel ] [ Version MT4 ] [ Version Discord ] [ Canal Telegram ] Configuration Un guide utilisateur étape par étape est disponible. Aucune connai
Trade copier MT5
Alfiya Fazylova
4.37 (27)
Trade Copier est un utilitaire professionnel conçu pour copier et synchroniser les commandesentre les comptes de trading. Les commandes sont copiées du compte/terminal du fournisseur vers le compte/terminal du destinataire, qui sont installés sur le même ordinateur ou vps. Avant d'acheter, vous pouvez tester la version démo sur un compte démo. Version démo ici . Instructions complètes ici . Principales fonctionnalités et avantages: Prend en charge la copie des commandes MT5> MT5, MT4> MT5, MT5>
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
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
Copiez les signaux de n'importe quel canal dont vous êtes membre (y compris les canaux privés et restreints) directement sur votre MT5.  Cet outil a été conçu en pensant à l'utilisateur et offre de nombreuses fonctionnalités nécessaires pour gérer et surveiller les trades. Ce produit est présenté dans une interface graphique conviviale et attrayante. Personnalisez vos paramètres et commencez à utiliser le produit en quelques minutes ! Guide de l'utilisateur + Démo  | Version MT4 | Version Dis
OrderManager MT5
Lukas Roth
4.88 (16)
Présentation du   OrderManager   : Un utilitaire révolutionnaire pour MT5 Gérez vos transactions comme un pro avec le tout nouveau utilitaire Order Manager pour MetaTrader 5. Conçu avec simplicité et facilité d'utilisation à l'esprit, l'Order Manager vous permet de définir et de visualiser sans effort le risque associé à chaque transaction, vous permettant de prendre des décisions éclairées et d'optimiser votre stratégie de trading. Pour plus d'informations sur l'OrderManager, veuillez vous réfé
Le gestionnaire UTM est un outil intuitif et facile à utiliser qui offre une exécution rapide et efficace des transactions. L'une des fonctionnalités les plus remarquables est le mode "Ignore Spread", qui vous permet de négocier au prix des bougies, en ignorant complètement les spreads (par exemple, permet de négocier des paires de spreads plus élevés sur LTF, évitez d'être retiré des transactions par spread). Un autre aspect clé du gestionnaire UTM est son copieur de commerce local unique, perm
-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
MT5 To Notion
DaneTrades Ltd
5 (2)
Ce programme vous permettra d'exporter toutes vos transactions de votre compte MetaTrader directement dans Notion à l'aide d'une interface utilisateur très conviviale.  Version MT4  |  Guide de l'utilisateur + Démo Pour commencer, veuillez utiliser le guide de l'utilisateur et télécharger le modèle Notion. Si vous souhaitez une démo, veuillez consulter le guide de l'utilisateur. Ne fonctionne pas dans le testeur de stratégie ! Fonctionnalités principales Exporter toutes les transactions de votre
Grid Manual MT5
Alfiya Fazylova
4.83 (12)
Grid Manual est un panneau de trading permettant de travailler avec une grille d'ordres. L'utilitaire est universel, possède des paramètres flexibles et une interface intuitive. Il fonctionne avec une grille d'ordres non seulement dans le sens des pertes, mais aussi dans le sens de l'augmentation des profits. Le commerçant n'a pas besoin de créer et de maintenir une grille d'ordres, l'utilitaire le fera. Il suffit d'ouvrir une commande et "Grid Manual" créera automatiquement une grille de comman
FTMO Sniper 7
Vyacheslav Izvarin
Dedicated for FTMO and other Prop Firms Challenges 2020-2023 Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Best results on GOLD and US100  Use any Time Frame Close all deals and Auto-trading  before  US HIGH NEWS, reopen 2 minutes after Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday Recommended time to trade 09:00-21:00 GMT+3 For Prop Firms MUST use special  Protector  https://www.mql5.com/en/market/product/94362 ------------------
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
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
Panneau de trading pour trader en 1 clic.   Travailler avec des positions et des commandes!   Trading à partir du graphique ou du clavier. Avec notre panneau de trading, vous pouvez exécuter des transactions en un seul clic directement depuis le graphique et effectuer des opérations de trading 30 fois plus rapidement qu'avec le contrôle MetaTrader standard. Les calculs automatiques des paramètres et des fonctions rendent le trading plus rapide et plus pratique pour les traders. Des conseils grap
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
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
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
Exp5 Duplicator
Vladislav Andruschenko
4.71 (7)
Expert Advisor Duplicator   répète les   transactions/positions/signaux un nombre prédéfini de fois sur votre compte   MetaTrader 5   . Il copie toutes les transactions ouvertes manuellement ou par un autre Expert Advisor. Il est possible d'augmenter la taille du lot des signaux. Copie les signaux et augmente le lot des signaux ! Augmentation du lot de signaux MQL5 Les fonctions suivantes sont prises en charge : lot personnalisé pour les transactions copiées, copie de StopLoss, TakeProfit, util
The product combines a manual trade panel with the ability to perform actions automatically in a highly configurable way. Actions include capturing indicator values and then based on those values raising alerts, open/close or partially close trades, scale-in, setting up pending orders, adjusting stop loss, take profit and more. On-chart controls can be configured, such as tick boxes and buttons, so can be fully interactive. The EA also handles money management, news events, hidden stop loss, tak
Easy Order PRO MT5
Yoshiki Takeuchi
2.33 (9)
Aperçu Déplacez simplement les lignes, le lot est calculé automatiquement en remplissant le montant de la coupe de perte. Les huit monnaies suivantes peuvent être calculées. (USD, EUR, GBP, JPY, AUD, NZD, CHF, NZD) La quantité fixe ou le rapport de l'équilibre peut être sélectionné. Calculez les récompenses de risque. La commande du marché, la commande de limite et la commande d'arrêt sont automatiquement appliqués. Prend en charge FX, CFD et Crypto Devise. Attention "Démo gratuite" ne fonc
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
Didi Alert Needle Detector
Alexandre Tadeu Molina
5 (1)
EA DIDI  Alert: lecteur d'aiguille du ATM SYSTEMS Êtes-vous à la recherche d’outils pour vous aider à profiter des meilleures opportunités de trading sur les marchés financiers ? Ensuite, DIDI Alert – Agulhadas Detector d'ATM Systems est le seul conseiller sur le marché qui exploite la puissante stratégie de trading Needles Setup de Didi Aguiar avec le DIDI INDEX, contrairement à d'autres conseillers dédiés à cette stratégie. Nous devons savoir que nous disposons d’une variété de ressources.
Plus de l'auteur
Ce conseiller expert ne fait aucune transaction, mais il scanne l'ensemble des symboles de votre surveillance du marché et scanne chaque action une par une dans des délais différents et à la fin, il vous montre quel symbole dans quel délai a une puissante bougie engloutissante. De plus, vous pouvez définir une période MA et une limite RSI haute et basse, et il vous montre quels symboles dans quel délai vont franchir la moyenne mobile ajustée, et quel symbole dans quel délai va franchir la lim
FREE
Filtrer:
Aucun avis
Répondre à l'avis