• Panoramica
  • Recensioni
  • Commenti
  • Novità

Trades Manager MT5

The library is dedicated to help manage your trades, calculate lot, trailing, partial close and other functions.


Lot Calculation

  • Mode 0: Fixed Lot.
  • Mode 1: Martingale Lot (1,3,5,8,13) you can use it in different way calculate when loss=1 ,when profit=0.
  • Mode 2: Multiplier Lot (1,2,4,8,16) you can use it in different way calculate when loss=1 ,when profit=0.
  • Mode 3: Plus Lot (1,2,3,4,5) you can use it in different way calculate when loss=1 ,when profit=0.
  • Mode 4: SL/Risk Lot calculate based on stop loss and risk ex balance=1000 -risk =10 -SL=20 then loss is 100$ lot will be 0.50.
  • Mode 5: Based On Balance Lot calculate based 0.01 for each 1000$.


Partial Close

  • close_count: apply partial close X times.
  • close_step: apply partial close each X pips in profit.
  • close_percent: close X% Percentage of the lot size is counted from initial lot size.


Trailing

  • Mode 0: Previous High/Low Trailing.
  • Mode 1: Break Even.
  • Mode 2: Normal Trailing Mode (Stop/Step).
  • Mode 3: Missing Stop place SL to all order if you miss that.
  • Mode 4: Missing TakeProfit place TP to all order if you miss that.


Other tools

  • CheckSpread: SpreadFilter return true / false.
  • PrintInfo: return simple information as string to use it in comment.
  • CheckTime: Time Filter return true / false with information on chart.
  • CloseAtPerProfit: close all order when x% profit reach.
  • CloseAtProfit: close all order when x$ profit reach.
  • CloseAtPerLoss: close all order when x% loss reach.
  • CloseAtLoss: close all order when x$ loss reach.

All functions allowed you to control, call any symbol not just chart symbol.

All functions design to detect any error while process and retrying until done.


Usage

#import "\\Market\\Trades Manager.ex5"
bool CheckTime(string symbol,int TradingTimeStart,int TradingTimeEnd);
string PrintInfo(string symbol);
bool CheckSpread(string symbol,int Maximum_Spread);
void CloseAtProfit(double value,string symbol,int magic=0);
void CloseAtPerProfit(int percentage,string symbol,int magic=0);
void CloseAtPerLoss(double percentage,string symbol,int magic=0);
void CloseAtLoss(double value,string symbol,int magic=0);
double ProfitCheck(string symbol,int magic=0);
double PointCheck(string symbol,int magic=0);
void PClose(string symbol,int type,double price,datetime opentime,double orderlots,double stoploss,double takeprofit,int close_count,int close_step,int close_percent);
void DoTrailingSpec(int Mode,string symbol,int type,double price,double stoploss,double takeprofit,int des=1,int step=1,ENUM_TIMEFRAMES TF=PERIOD_CURRENT);
double GetLotSpec(int Mode,double Lot,string symbol,int magic=0,double Multiplier=2,int CalWhen=1,int sl=0,int risk=0);
#import

Feel free to give your opinion about the tool .... and please inform me of any improvements needed to be done.

Happy Trading (:

Prodotti consigliati
Goliath Mt5
Nicolokondwani Biscaldi
Goliath MT5 - scalper fully automated Expert Advisor for medium-volatile forex markets P roperties: The Library trades 10 currency pairs (USDCHF, EURCHF, EURGBP, AUDUSD, USDCAD, GBPUSD, EURUSD, NZDUSD, CADCHF, EURAUD, EURCAD, AUDJPY) The Library does not use martingale The Library sets a fixed stop loss and take profit for all orders The Library only trades a user input volume The Library can be installed on any currency pair and any timeframe Recommendations: Before using on a real account, t
Binance Library
Hadil Mutaqin SE
5 (1)
The library is used to develop automatic trading on Binance Spot Market from MT5 platform. Support all order types: Limit, Market, StopLimit and StopMarket Support Testnet mode Automatically display the chart on the screen Usage: 1. Open MQL5 demo account 2. Download Header   file and EA sample   https://drive.google.com/uc?export=download&id=1kjUX7Hyy02EiwTLgVi8qdaCNvNzazjln Copy Binance.mqh to folder \MQL5\Include Copy  BinanceEA-Sample.mq5 to folder \MQL5\Experts 3. Allow WebRequest from MT5
Introducing "TG Risk Service Manager" — your comprehensive toolkit for swift and precise risk management and lot size calculations in the dynamic world of trading. Designed to streamline development processes and enhance trading strategies, this indispensable library equips developers with essential tools for optimizing risk assessment and trade profitability. Metatrader4 Version |  All Products  |  Contact   Key Features: Efficient Lot Size Calculation : Harness the power of precise lot size c
Binance is a world-renowned cryptocurrency exchange! In order to facilitate MT5 users to directly trade Binance Futures, the program provides the following trading functions: 1. Imitate the trading style of Binance Futures and provide a friendly operation panel; 2. Enter api and secret by yourself (you need to open futures trading permission in Binance api) to get leverage, balance and other information; 3. Support limitOrder (limit order), marketOrder (market order), stopLimit (limit stop p
Advisor for hedging trading or pair trading. A convenient panel allows you to open positions on the necessary trading instruments and lots. Automatically determines the type of trading account - netting or hedging. Advisor can close all its positions upon reaching profit or loss (determined in the settings). A negative value is required to control losses (for example, -100, -500, etc.). If the corresponding fields are 0, the EA will not use this function.   Settings: Close profit (if 0 here
This trailing stop application will helping trader to set the trailing stop value for many open positions, that apply a grid or martingale strategy as a solution. So if you apply a grid or martingale strategy (either using an EA or trading manually), and you don't have an application to set a trailing stop, then this application is the solution. For EAs with a single shot strategy, just use the FREE trailing stop application which I have also shared on this forum.
Multiple Positions
Emanuel Reynard Phillips
Hai bisogno di aprire più posizioni/operazioni contemporaneamente? Abbiamo creato la tua soluzione semplice. Ora puoi inserire più posizioni contemporaneamente. Puoi impostare la dimensione del lotto, il numero di posizioni, il take profit e lo stop loss. Ad esempio: desideri acquistare 3, 5, 10 o un numero qualsiasi di posizioni con una determinata dimensione del lotto. Ora puoi farlo semplicemente toccando il pulsante "Acquista". O Ad esempio: desideri vendere 3, 5, 10 o un numero qualsiasi d
VeloxGrid AI
Jasser Bin Munir Bin Ayyad Bandakhil
How to Use It Open MetaEditor in MT5. Create a new EA ( File > New > Expert Advisor ). Name it something like SimpleGoldSELL . Paste the full code and compile. Attach it to the XAUUSD chart on any timeframe. ️ Tips This EA only sends one SELL order when attached. Test on a demo account first . Adjust LotSize , StopLoss , and TakeProfit based on your broker's gold settings. Let me know if you want to: Automatically re-enter a sell if the trade closes Add moving averages for signal confirmatio
Just $10 for six months!!!. This will draw Supply & Demand zones just by clicking on a candle. It can also draw a 50% line on the zone. https://youtu.be/XeO_x7cpx8g As a drawing tool, it is not active all the time after adding it to the chart. Activate by pressing 's' twice on the keyboard within a second. If activated but then decided not to draw, deactivate by pressing 's' once.  Box color depends if candle is above or below current price. Features: Draw the box up to the last current candl
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 settings
GoldenEdge 4H Scalper
Ibrahim Fathallah Abdel Halim Abdel Khaleq
GoldenEdge 4H Scalper EA A trading bot is an automated software tool designed to execute buy and sell orders in financial markets based on predefined strategies. It analyzes market data, such as price movements, volume, and trends, to make decisions without constant manual input. These bots can operate across various asset classes, including stocks, forex, and cryptocurrencies. They often incorporate technical indicators, risk management rules, and algorithmic logic to optimize trading efficienc
AccMan
Manuel Marcel Simon
Good money/risk management is more than just position sizing, it's much more. Successful traders analyze your trading activities and keep an eye on your key figures. With the help of AccountMan you can also do this very conveniently, analyze your trading activities for the purpose of professional money / risk management. Evaluate your trades by trade symbol to see if trading is profitable overall with these. Would you like to keep an eye on your individual strategies? e.g. which strategy works b
EA Golden SIN-TIANG is a robust trading strategy designed for XAUUSD or GOLD and H4 time frame. The EA creates pending stop trade orders using indicators of the Highest-Lowest, Hight , Low parameters based on the market environment. It uses fixed SL, PT and exit from the position after time cut off. The EA was tested with several Monte Carlo robustness tests and optimized. Backtest was done on ticks data with a 15-year history 2007-20023. There is no need to set any parameters, all settings are
VPS Sentinel MT5
Marti Castany
4.5 (2)
The VPS Sentinel Expert Advisor will be your ally to   protect your trading capital   and keep you updated of the status of your trading terminal (MT5) running on your remote VPS (Virtual Private Server). With the VPS Sentinel running on your terminal, you will have a first line of defence against any problem that could occur. You will also be able to: Define a  Global Stop  level (Stop-Out), decide if you want to receive notifications and also enable an automatic closing of working positions an
FREE
KT STC Robot MT5
KEENBASE SOFTWARE SOLUTIONS
Il KT Schaff Trend Cycle Robot implementa una strategia di trading molto efficace combinando i cicli di ipercomprato/ipervenduto rilevati dall’indicatore STC con medie mobili esponenziali (EMA) rapide e lente. Quando le condizioni di ingresso predefinite sono soddisfatte, il robot inserisce rapidamente ordini pendenti ai massimi o minimi rilevati dalle ultime 10 candele. Scarica i file di configurazione . Entrata Long: L’indicatore STC esce dalla zona di ipervenduto, indicando una possibile in
Golderon MT5
Vladimir Pokora
Golderon EA – A Specialized Algorithmic Trading System for Gold (XAU/USD) MT4 version here Introducing Golderon EA , a fully automated trading system (Expert Advisor) meticulously engineered for trading gold (XAU/USD). This expert system is the result of extensive research, advanced algorithmic modeling, and precise optimization based on over ten years of real historical market data. Golderon EA implements an intradaily swing trading strategy , optimized for M15, M30, and H1 timeframes , ident
GoldenTrend Master MT5: Il Consulente Esperto Definitivo per il Seguimento delle Tendenze nel Mercato Forex Panoramica: Presentiamo GoldenTrend Master MT5, uno strumento di trading indispensabile per gli investitori che cercano precisione e affidabilità nel dinamico mercato del forex. Dotato di un robusto algoritmo di follow-trend, questo Consulente Esperto (EA) garantisce di catturare le migliori opportunità di profitto minimizzando i rischi. Segnali di conto reale:   https://www.mql5.com/en/s
Trade Copier Agent è progettato per copiare operazioni tra account/terminali multi MetaTrader (4/5). Con questo strumento, puoi agire come fornitore (fonte) o ricevitore (destinazione). Tutte le azioni di trading verranno copiate dal fornitore al destinatario senza alcun ritardo. Questo strumento ti consente di copiare operazioni tra più terminali MetaTrader sullo stesso computer con velocità di copia fulminee inferiori a 0,5 secondi. Guida all'installazione e agli input di Trade Copier Agent S
Multi Strategy Dashboard EA MT5
Kevin Beltran Keena
5 (1)
Multi instrument and multi time frame EA, with the best indicators.  The MSD EA can be used for automated and manual trading. Click on the '?' button on the dashboard to obtain information about the various elements of the MSD EA. Uses ATR Take Profits, ATR Stop Losses and ATR Trailing Stops. Comes with an FX Currency Strength meter and a Market Sessions indicator. Has the option to place Trade Lines (Buy, Sell, Close, Alarm). When the price reaches the trendline, the EA will perform the approp
Advanced XAUUSD Blaster Supercharge your gold trading with this cutting-edge bot! Designed for XAUUSD , it uses smart EMA crossovers to spot trends on M15 timeframes . Catch breakouts like a pro , get instant Telegram alerts , and trade with confidence using re-entry logic and stop loss management (20 points) ️. Fully automated, powerful, and ready to blast your profits to the moon! Spot bullish and bearish breakouts effortlessly , and stay ahead with real-time
FX28 Trader MT5
Tsvetan Tsvetanov
3 (1)
Presentazione del FX28 Trader Dashboard - Il tuo gestore di trading definitivo Scopri tutto il potenziale della tua esperienza di trading con il FX28 Trader Dashboard, un gestore di trading completo e intuitivo progettato per portare il tuo trading Forex a nuove vette. Che tu sia un trader esperto o stia iniziando il tuo percorso finanziario, questo potente strumento è stato sviluppato per semplificare le tue attività di trading e migliorare il processo decisionale. Caratteristiche principali:
Afribold Cybernetic Affluence
Itumeleng Mohlouwa Kgotso Tladi
AfriBold Cybernetic Affluence  Your Key to Autonated Trading In the dynamic world of financial markets, navigating the intricate patterns and making informed decisions can be a daunting task. Even seasoned traders face challenges in consistently outperforming the market. This is where the AfriBold Cybernetic Affluence emerges as a powerful tool, designed to automate your trading strategies. Harnessing the Power of AI The AfriBold Cybernetic Wealth Expert Advisor is a cutting-edge trading tool
Candle Pattern Algo
Itumeleng Mohlouwa Kgotso Tladi
Candle Pattern Algo Smart Price Action Trading Candle Pattern Algo is a powerful Expert Advisor (EA) designed for traders who rely on price action strategies. This EA intelligently identifies high-probability candlestick patterns and executes trades based on proven market behavior. Whether you're a scalper, day trader, or swing trader, Candle Pattern Algo adapts to various timeframes and assets for maximum efficiency. Key Features: Advanced Candle Recognition – Detects key reversal and contin
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 on
This is a multi-currency converter script that can convert the currency of the account history to another currency and output it. Since it supports multiple currencies, it is possible to exchange USD, EUR mutual conversion, JPY, GBP, AUD, or other minor currencies. Currency Exchanger can be converted to other currencies immediately by executing it once, so anyone can easily exchange currency. Let Currency Exchanger do the tedious work! The exchange result from the account history can be output a
Neural Core AI
Sifiso Khululekani Gcaba
Neural Core EA - AI-Powered Trading System The Ultimate Smart Trading Assistant for Meta Trader 5  Introduction Neural Core EA   is a cutting-edge   AI-driven   Forex trading system designed for   Meta Trader 5 (MT5) . This expert advisor (EA) combines   advanced technical indicators   with   real-time artificial intelligence (AI) analysis   to make intelligent trading decisions. Whether you're a beginner or an experienced trader, Neural Core EA automates high-probability trades while adapting t
This EA has been developed, tested and traded live on NASDAQ M15 TF. Everything is ready for immediate use on real account. Very SIMPLE STRATEGY with only FEW PARAMETERS.  Strategy is based on  EXPANSION ON THE DAILY CHART .   It enters if volatility raise after some time of consolidation .  It uses  STOP   pending orders with  ATR STOP LOSS.   To catch the profits is a  TRAILING PROFIT  function in the strategy.  EA has been backtested on more than 10-year long tick data with 99% quality of mo
EvoTrade EA MT5
Dolores Martin Munoz
4.18 (22)
EvoTrade: Il primo sistema di trading auto-apprendente sul mercato Permettetemi di presentarvi EvoTrade, un consulente esperto unico nel suo genere, sviluppato con tecnologie all'avanguardia di visione artificiale e analisi dei dati. Si tratta del primo sistema di trading auto-apprendente sul mercato, operativo in tempo reale. EvoTrade analizza le condizioni di mercato, adatta le strategie e si adegua dinamicamente ai cambiamenti, garantendo una precisione eccezionale in qualsiasi ambiente. EvoT
ADX Hedge Master
Itumeleng Mohlouwa Kgotso Tladi
ADX HEDGE MASTER  Advanced Hedging & Trend Following EA Revolutionary Trading Solution for Maximum Profit Potential The   ADX HEDGE MASTER   is a sophisticated Expert Advisor designed to dominate the forex market through intelligent hedging strategies combined with precision trend-following algorithms. This cutting-edge EA leverages the power of the Average Directional Index (ADX) to identify optimal market conditions while executing dynamic hedging positions for consistent profitability.
Versione MT4: https://www.mql5.com/en/market/product/128965 Versione MT5: https://www.mql5.com/en/market/product/128966 "One Shot One Kill" - Trading di precisione per l'oro (XAU/USD) Domina il mercato dell'oro con una strategia di trading sicura e redditizia "One Shot One Kill" è un Expert Advisor (EA) di livello professionale specificamente ottimizzato per il trading dell'oro (XAU/USD) e al tempo stesso abbastanza versatile da negoziare le principali coppie di valute. Questo EA segue un
Gli utenti di questo prodotto hanno anche acquistato
BitMEX Trading API
Romeu Bertho
5 (1)
Cryptocurrency analysis has never been easier with Crypto Charts for MetaTrader 5. Now, trading on BitMEX has never been easier with BitMEX Trading API for MetaTrader 5. BitMEX Trading API library was built to be as easy to use as possible. Just include the library into your Expert Advisor or Script, call the corresponding methods and start trading! Features Trade on BitMEX and BitMEX Testnet. Build and automate your strategies. Concern more with the trading strategy logic and less with the co
EA Toolkit
Esteban Thevenon
EA Toolkit   is a library that allows any developer to quickly and easily program Advisor experts. It includes many functions and enumerations such as trailing stop, lot, stop loss management, market trading authorisations, price table updates, trading conditions and many more. Installation + Documentation : You will find all the information to install this library and the documentation of its functions on this GitHub : https://github.com/Venon282/Expert-Advisor-Toolkit WARNING : The installat
Hello everyone! I am a professional MQL programmer , Making EAs, Indicators and Trading Tools for my clients all over the world. I build 3-7 programs every week but I seldomly sell any ready-made Robots. Because I am fastidious and good strategy is so few...  this EA is the only one so far I think its good enough to be published here.  As we all know, the Ichimoku indicator has become world popular for decades, but still, only few people knows the right way of using it, and if we check the clo
Applying these methods, I managed to arrive at a nuanced conclusion that is crucial to understanding the importance of unique strategies in contemporary trading. Although the neural network advisor showed impressive efficiency in the initial stages, it proved to be highly unstable in the long run. Various factors such as market fluctuations, trend changes, external events, etc. cause its operation to be chaotic and eventually lead to instability. With these experiences, I accepted the challenge
Kaseki
Ben Mati Mulatya
The Hybrid Metaheuristic Algorithm (HMA) is a cutting-edge optimization approach that combines the strengths of genetic algorithms with the best features of population-based algorithms. Its high-speed computation ensures unparalleled accuracy and efficient search capabilities, significantly reducing the total time required for optimization while identifying optimal solutions in fewer iterations. HMA outperforms all known population optimization algorithms in both speed and accuracy. Use Cases AO
Shawrie
Kevin Kipkoech
This Pine Script implements a Gaussian Channel + Stochastic RSI Strategy for TradingView . It calculates a Gaussian Weighted Moving Average (GWMA) and its standard deviation to form an upper and lower channel. A Stochastic RSI is also computed to determine momentum. A long position is entered when the price closes above the upper Gaussian band and the Stoch RSI K-line crosses above D-line . The position is exited when the price falls back below the upper band. The script includes commission, cap
Pionex API EA Connector pour MT5 – Intégration transparente avec MT5 Aperçu Le Pionex API EA Connector pour MT5 permet une intégration fluide entre MetaTrader 5 (MT5) et l’ API Pionex . Cet outil puissant permet aux traders d’exécuter et de gérer des ordres, d’obtenir des informations sur le solde et de suivre l’historique des transactions, le tout directement depuis MT5 . Principales fonctionnalités Gestion du compte et du solde Get_Balance(); – Récupère le solde actuel du compte sur Pionex
Bookeepr
Marvellous Peace Kiragu
Bookeepr is an advanced MQL5 trading bookkeeping software that automates trade logging, tracks real-time P&L, and integrates a ledger-style financial system for deposits, withdrawals, and expenses. It supports multi-currency assets , generates detailed performance reports , and provides risk management tools to help traders optimize their strategies. With secure cloud storage, exportable reports, and seamless MetaTrader 5 integration , Bookeepr ensures accurate, transparent, and hassle-free fina
Ai Prediction MT5
Mochamad Alwy Fauzi
A free indicator for those who purchase the full version This indicator is created by this Ai, with your desired settings Artificial Intelligence at your service Have a complete artificial intelligence and use it in your codes This artificial intelligence is trained to tell you on each candle whether the market is moving up or down. In general, artificial intelligence can be used in all markets, all timeframes and all symbols However, due to the increasing complexity and decreasing accuracy of
WalkForwardOptimizer MT5
Stanislav Korotky
3.63 (8)
WalkForwardOptimizer library allows you to perform rolling and cluster walk-forward optimization of expert advisers (EA) in MetaTrader 5. To use the library include its header file WalkForwardOptimizer.mqh into your EA source code, add call provided functions as appropriate. Once the library is embedded into EA, you may start optimization according to the procedure described in the User guide . When it's finished, intermediate results are saved into a CSV file and some special global variables.
OpenAI Library MT5
VitalDefender Inc.
La seguente libreria si propone come un mezzo per poter utilizzare le API di OpenAI direttamente sulla metatrader, nella maniera più semplice possibile. Per maggiori approfondimenti sulle potenzialità della libreria, leggere il seguente articolo: https://www.mql5.com/it/blogs/post/756106 I file necessari per usare la libreria li trovate qui: Manuale IMPORTANTE: Per utilizzare l'EA è necessario aggiungere il seguente URL per consentire l'accesso all'API OpenAI c ome mostrato nelle immagini allega
MetaCOT 2 CFTC ToolBox MT5
Vasiliy Sokolov
3.67 (3)
MetaCOT 2 CFTC ToolBox is a special library that provides access to CFTC (U.S. Commodity Futures Trading Commission) reports straight from the MetaTrader terminal. The library includes all indicators that are based on these reports. With this library you do not need to purchase each MetaCOT indicator separately. Instead, you can obtain a single set of all 34 indicators including additional indicators that are not available as separate versions. The library supports all types of reports, and prov
If you're a trader looking to use Binance.com and Binance.us exchanges directly from your MetaTrader 5 terminal, you'll want to check out Binance Library MetaTrader 5. This powerful tool allows you to trade all asset classes on both exchanges, including Spot, USD-M   and COIN-M futures, and includes all the necessary functions for trading activity. With Binance Library MetaTrader 5, you can easily add instruments from Binance to the Symbols list of MetaTrader 5, as well as obtain information ab
*****La negoziazione principale è XAUUSD. In caso di test, si consiglia di adeguarsi a XAUUSD. Altri obiettivi di trading non possono garantire la redditività******* Se avete bisogno di testare, lasciate un messaggio (vi risponderò non appena lo vedo). Per proteggere i risultati del lavoro, è necessario inserire parametri specifici. I parametri predefiniti del sistema non possono raggiungere l'effetto mostrato nel pullback dello screenshot! Se avete bisogno di testare, lasciate un messaggio (
Native Websocket
Racheal Samson
5 (5)
An   easy to use, fast,  asynchronous   WebSocket library  for MQL5. It supports: ws://   and   wss://  (Secure "TLS" WebSocket) text   and   binary   data It handles: fragmented message  automatically (large data transfer) ping-pong   frames  automatically (keep-alive handshake) Benefits: No DLL required. No OpenSSL installation required. Up to 128 Web Socket Connections from a single program. Various Log Levels for error tracing Can be synchronized to MQL5 Virtual Hosting . Completely native t
Questa libreria ti consentirà di gestire le operazioni utilizzando qualsiasi tuo EA ed è molto facile da integrare su qualsiasi EA, cosa che puoi fare tu stesso con il codice script menzionato nella descrizione e anche esempi demo su video che mostrano il processo completo. - Ordini con limite di posizionamento, limite SL e limite di take profit - Ordini di mercato, mercato SL, mercato TP - Modifica ordine limite - Annulla Ordine - Interroga gli ordini - Cambia leva, margine - Ottieni inf
The library is dedicated to help manage your trades, calculate lot, trailing, partial close and other functions. Lot Calculation Mode 0: Fixed Lot. Mode 1: Martingale Lot (1,3,5,8,13) you can use it in different way calculate when loss=1 ,when profit=0. Mode 2: Multiplier Lot (1,2,4,8,16) you can use it in different way calculate when loss=1 ,when profit=0. Mode 3: Plus Lot (1,2,3,4,5) you can use it in different way calculate when loss=1 ,when profit=0. Mode 4: SL/Risk Lot calculate based on s
This is a simplified and effective version of the library for walk forward analysis of trading experts. It collects data about the expert's trade during the optimization process in the MetaTrader tester and stores them in intermediate files in the "MQL5\Files" directory. Then it uses these files to automatically build a cluster walk forward report and rolling walk forward reports that refine it (all of them in one HTML file). Using the WalkForwardBuilder MT5 auxiliary script allows building othe
OrderBook History Library
Stanislav Korotky
3 (2)
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. The library OrderBook History Library reads market book state in the past from archive files, created by OrderBook Recorder . The library can be embedded into you
BitMEX Trading API
Romeu Bertho
5 (1)
Cryptocurrency analysis has never been easier with Crypto Charts for MetaTrader 5. Now, trading on BitMEX has never been easier with BitMEX Trading API for MetaTrader 5. BitMEX Trading API library was built to be as easy to use as possible. Just include the library into your Expert Advisor or Script, call the corresponding methods and start trading! Features Trade on BitMEX and BitMEX Testnet. Build and automate your strategies. Concern more with the trading strategy logic and less with the co
Teclado trader, é uma BIBLIOTECA que você pode chamar no OnChartEvent para abrir posição de compra/venda/zerar, os botões padrões são: V = venda C = compra Z = zerar posições a mercado S = zerar posições opostas e depois a mercado X = zerar posições opostas Além da função de teclado, é possível mostrar os estados do ExpertAdvisor usando o MagicId, com informação de: lucro mensal, semanal, diario, e posição aberta, para isto use o OnTick, ou qualquer outro evento (OnTimer / OnTrade / OnBookEven
Gold plucking machine   Gold plucking machine is an Expert Advisor designed specifically for trading gold. The operation is based on opening orders using the Fast and Slow lines indicator, thus the EA works according to the "Trend Follow" strategy, which means following the trend. Use grid strategy to place orders without stop loss operation, so please make sure the account has sufficient funds. magic number      -  is a special number that the EA assigns to its orders. Lot Multiplier        - 
Gold plucking machine S   Gold plucking machine  S Gold plucking machine S   is an Expert Advisor designed specifically for trading gold. The operation is based on opening orders using the Fast and Slow lines indicator, thus the EA works according to the "Trend Follow" strategy, which means following the trend. Use grid strategy to place orders without stop loss operation, so please make sure the account has sufficient funds. magic number        -  is a special number that the EA assigns to its
The library is used to develop automatic trading on Binance Futures Market from MT5 platform. Support Binance Futures USD-M and COIN-M Support Testnet mode Support all order types: Limit, Market, StopLimit, StopMarket, StopLoss and TakeProfit Automatically display the chart on the screen Usage: 1. Open MQL5 demo account 2. Download Header file and EA sample https://drive.google.com/uc?export=download&id=17fWrZFeMZoSvH9-2iv4WDJhcyxG2eW17 Copy BinanceFutures.mqh to folder \MQL5\Include Copy  Bina
MT4/5通用交易库(  一份代码通用4和5 ) #ifdef __MQL5__      #define KOD_TICKET ulong      #define KOD_MAGIC   long #else        #define KOD_TICKET long      #define KOD_MAGIC   int #endif class ODLIST; #import "K Trade Lib Pro 5.ex5"       //祝有个美好开始,运行首行加入    void StartGood() ;    //简单开单    long OrderOpen( int type, double volume, int magic, string symbol= "" , string comment= "" , double opprice= 0 , double sl= 0 , double tp= 0 , int expiration= 0 , bool slsetmode= false , bool tpsetmode= false );    //复杂开单
1. What is this The MT5 system comes with very few optimization results. Sometimes we need to study more results. This library allows you to output more results during backtest optimization. It also supports printing more strategy results in a single backtest. 2. Product Features The results of the optimized output are quite numerous. CustomMax can be customized. The output is in the Common folder. It is automatically named according to the name of the EA, and the name of the same EA will be au
T5L Library is necessary to use the EAs from TSU Investimentos, IAtrader and others. It contains all the functions framework needed to Expert Advisors working properly.  ツ - The Expert Advisors from  TSU Investimentos does not work without this library,  the T5L library can have updates during the year - At this Library you will find several funcionalities like order sends, buy and sell, trigger entry points check, candlestick analyses, supply and demmand marking and lines, and much more. 
AO Core
Andrey Dik
3 (2)
AO Core is the core of the optimization algorithm, it is a library built on the author's HMA (hybrid metaheuristic algorithm) algorithm. Pay attention to the MT5 Optimization Booster product , which makes it very easy to manage the regular MT5 optimizer . An example of using AO Core is described in the article: https://www.mql5.com/ru/articles/14183 https://www.mql5.com/en/blogs/post/756510 This hybrid algorithm is based on a genetic algorithm and contains the best qualities and properties of p
EA Toolkit
Esteban Thevenon
EA Toolkit   is a library that allows any developer to quickly and easily program Advisor experts. It includes many functions and enumerations such as trailing stop, lot, stop loss management, market trading authorisations, price table updates, trading conditions and many more. Installation + Documentation : You will find all the information to install this library and the documentation of its functions on this GitHub : https://github.com/Venon282/Expert-Advisor-Toolkit WARNING : The installat
Questa libreria viene utilizzata per ordinare gli array di chiavi e valori, spesso abbiamo bisogno di ordinare i valori. come nel linguaggio Python sorted(key_value.items(), key = lambda kv:(kv[ 1 ], kv[ 0 ])) funzione di importazione Esempio di scenari di utilizzo 1. Gli ordini Grid EA sono ordinati in base al prezzo di apertura void SortedByOpenPride()   {    long     OrderTicketBuffer[];    double   OpenPriceBuffer[];    for ( int i = PositionsTotal ()- 1 ; i>= 0 ; i--)      {        if
Altri dall’autore
Hai trovato un ottimo segnale, ma il lotto di un fornitore è troppo piccolo? Hai bisogno di un volume di posizione maggiore, ma le impostazioni del terminale sono troppo scadenti? Signal Lot Manager aumenterà il volume della posizione del fornitore mediante un ordine duplicato del volume necessario. Basta impostare una dimensione del lotto e un nome di un segnale da cui copiare gli ordini. Signal Lot Manager è un'utilità moltiplicatrice di lotti per duplicare gli ordini sul tuo terminale. La fon
Prendi facilmente il controllo della tua routine di trading con il rivoluzionario Trades Time Manager. Questo potente strumento automatizza l'esecuzione degli ordini in orari prestabiliti, trasformando il tuo approccio al trading. Crea elenchi di attività personalizzati per diverse azioni di trading, dall'acquisto all'impostazione degli ordini, il tutto senza intervento manuale. Trades Time Manager Guida all'installazione e agli input Se desideri ricevere notifiche sull'EA, aggiungi il nostro UR
Elliott Wave Counter è un pannello per il markup manuale rapido e intuitivo delle onde di Elliott. Si può selezionare un colore e un livello di segni. Sono inoltre disponibili funzioni per la rimozione dell'ultimo markup e dell'intero markup effettuato dallo strumento. Il markup viene eseguito con un clic. Fai clic cinque volte: ottieni cinque onde! Elliott Wave Counter sarà un ottimo strumento sia per i principianti che per gli analisti professionisti delle onde di Elliott. Guida all'installazi
If you wish to draw Support and Resistance lines, view: daily market opening, classical pivot levels, Fibonacci pivot levels, trend lines, Fibonacci levels, the remaining time to candle closing, and current spread. If you seek to place your orders with the exact lot that meets your desired stop loss risk. If you wish to do all this and more with just one click, then this is the perfect tool to use. This tool will allow you to feel more relaxed when deciding to open orders, as well as predicting
Lo strumento di analisi con un clic è un       creazione di oggetti basata su scorciatoie da tastiera       e strumento di copia per MetaTrader. Semplifica l'utilizzo degli strumenti di analisi in MetaTrader con un semplice clic. Con il nostro strumento, puoi disegnare rapidamente livelli di supporto e resistenza, livelli di Fibonacci, forme, canali, linee di tendenza e tutti gli altri oggetti sul tuo grafico. Basta fare clic sul pulsante, spostare il mouse e One Click Analysis Tool farà il rest
Draw Agent
Omar Alkassar
Draw Agent è progettato come un modo bello e innovativo per creare e gestire tutte le analisi dei grafici, gli scarabocchi, le note e altro ancora. Questo strumento fornisce un metodo di disegno a mano libera, per trattare lo spazio del grafico come una lavagna e disegnare a mano. Questo strumento di disegno a mano libera ti consente di disegnare sui grafici MT4/MT5, al fine di contrassegnare o evidenziare gli eventi sul grafico. È uno strumento utile se ti piace   disegnare manualmente le onde
Partial Close Expert   è uno strumento che combina molte funzioni in un unico sistema automatizzato. Questo EA può aiutare i trader a gestire le loro posizioni in modo più efficace offrendo più opzioni per la gestione del rischio e massimizzando i potenziali guadagni. Con Partial Close Expert, i trader possono impostare a       chiusura parziale       livello per bloccare i profitti, a       arresto finale       livello per proteggere i profitti e limitare le perdite, a       pareggiare       li
Trade Copier Agent è progettato per copiare operazioni tra account/terminali multi MetaTrader (4/5). Con questo strumento, puoi agire come fornitore (fonte) o ricevitore (destinazione). Tutte le azioni di trading verranno copiate dal fornitore al destinatario senza alcun ritardo. Questo strumento ti consente di copiare operazioni tra più terminali MetaTrader sullo stesso computer con velocità di copia fulminee inferiori a 0,5 secondi. Guida all'installazione e agli input di Trade Copier Agent S
The library is dedicated to help manage your trades, calculate lot, trailing, partial close and other functions Orders CloseallSell CloseallBuy CloseallOpen DeletePending DeleteAll: Close All Market Orders and delete all pending orders. CheckOpenBuyOrders: return the count of buy orders. CheckOpenSellOrders: return the count of sell orders. CheckOpenOrders: return the count of market orders. ModifyOrder DeleteOrder CloseOrder OpenOrder Lot Calculation Mode 0: Fixed Lot. Mode 1: Martingale Lot
Telegram Publisher Agent   è un componente aggiuntivo che consente ai trader di inviare segnali ai propri canali e gruppi Telegram in tempo reale. Con messaggi personalizzabili, schermate di grafici e altre funzionalità, lo strumento aiuta i trader a condividere le loro intuizioni e strategie di trading con i loro follower. Lo strumento presenta anche un bellissimo design con interruttore a tema chiaro e scuro, offrendo agli utenti un'esperienza di trading estetica e funzionale. Telegram Publish
Hai trovato un ottimo segnale, ma il lotto di un fornitore è troppo piccolo? Hai bisogno di un volume di posizione maggiore, ma le impostazioni del terminale sono troppo scadenti? Signal Lot Manager aumenterà il volume della posizione del fornitore mediante un ordine duplicato del volume necessario. Basta impostare una dimensione del lotto e un nome di un segnale da cui copiare gli ordini. Signal Lot Manager è un'utilità moltiplicatrice di lotti per duplicare gli ordini sul tuo terminale. La fon
Binary Trade Panel è uno strumento molto utile per il trading di opzioni binarie sulla piattaforma MT4/MT5. Non è più necessario configurare plug-in al di fuori di MT4/MT5. Questo è un pannello semplice e conveniente direttamente sul grafico MT4/MT5. Il Binary Trade Panel è uno strumento utile per i trader che utilizzano la piattaforma MT4/MT5 per negoziare opzioni binarie. È un pannello semplice e conveniente che consente ai trader di effettuare operazioni di opzioni binarie direttamente dal g
News Panel MT4
Omar Alkassar
1 (1)
News Panel per MetaTrader è uno strumento che visualizza i dati del calendario economico all'interno della piattaforma di trading MetaTrader. Lo strumento estrae notizie economiche e rilasci di dati da fonti esterne, come siti Web di notizie finanziarie o fornitori di dati, e li visualizza in un formato di facile lettura. Lo strumento consente agli operatori di filtrare i comunicati stampa per fonte, fuso orario, livello di impatto, valuta e metodo di notifica. Include anche un pulsante Aggiorna
Prendi facilmente il controllo della tua routine di trading con il rivoluzionario Trades Time Manager. Questo potente strumento automatizza l'esecuzione degli ordini in orari prestabiliti, trasformando il tuo approccio al trading. Crea elenchi di attività personalizzati per diverse azioni di trading, dall'acquisto all'impostazione degli ordini, il tutto senza intervento manuale. Trades Time Manager Guida all'installazione e agli input Se desideri ricevere notifiche sull'EA, aggiungi il nostro UR
Lo strumento Risk to Reward Ratio Manager è uno strumento completo per gli ordini visivi di trading e un calcolatore delle dimensioni della posizione (lotto) che fornisce un pannello intuitivo per un processo decisionale efficiente e informato. È versatile e funziona perfettamente con vari simboli, tra cui coppie di valute, indici, metalli, materie prime e criptovalute. Lo strumento Risk to Reward Ratio Manager Tool semplifica il processo di trading offrendo strumenti visivi, calcoli automatizza
Draw Agent è progettato come un modo bello e innovativo per creare e gestire tutte le analisi dei grafici, gli scarabocchi, le note e altro ancora. Questo strumento fornisce un metodo di disegno a mano libera, per trattare lo spazio del grafico come una lavagna e disegnare a mano. Questo strumento di disegno a mano libera ti consente di disegnare sui grafici MT4/MT5, al fine di contrassegnare o evidenziare gli eventi sul grafico. È uno strumento utile se ti piace   disegnare manualmente le onde
OneClick Analysis MT5
Omar Alkassar
5 (1)
Lo strumento di analisi con un clic è un       creazione di oggetti basata su scorciatoie da tastiera       e strumento di copia per MetaTrader. Semplifica l'utilizzo degli strumenti di analisi in MetaTrader con un semplice clic. Con il nostro strumento, puoi disegnare rapidamente livelli di supporto e resistenza, livelli di Fibonacci, forme, canali, linee di tendenza e tutti gli altri oggetti sul tuo grafico. Basta fare clic sul pulsante, spostare il mouse e One Click Analysis Tool farà il rest
Elliott Wave Counter è un pannello per il markup manuale rapido e intuitivo delle onde di Elliott. Si può selezionare un colore e un livello di segni. Sono inoltre disponibili funzioni per la rimozione dell'ultimo markup e dell'intero markup effettuato dallo strumento. Il markup viene eseguito con un clic. Fai clic cinque volte: ottieni cinque onde! Elliott Wave Counter sarà un ottimo strumento sia per i principianti che per gli analisti professionisti delle onde di Elliott. Guida all'installazi
Partial Close Expert   è uno strumento che combina molte funzioni in un unico sistema automatizzato. Questo EA può aiutare i trader a gestire le loro posizioni in modo più efficace offrendo più opzioni per la gestione del rischio e massimizzando i potenziali guadagni. Con Partial Close Expert, i trader possono impostare a       chiusura parziale       livello per bloccare i profitti, a       arresto finale       livello per proteggere i profitti e limitare le perdite, a       pareggiare       li
If you wish to draw Support and Resistance lines, view: daily market opening, classical pivot levels, Fibonacci pivot levels, trend lines, Fibonacci levels, the remaining time to candle closing, and current spread. If you seek to place your orders with the exact lot that meets your desired stop loss risk. If you wish to do all this and more with just one click, then this is the perfect tool to use. This tool will allow you to feel more relaxed when deciding to open orders, as well as predicting
Telegram Publisher Agent   è un componente aggiuntivo che consente ai trader di inviare segnali ai propri canali e gruppi Telegram in tempo reale. Con messaggi personalizzabili, schermate di grafici e altre funzionalità, lo strumento aiuta i trader a condividere le loro intuizioni e strategie di trading con i loro follower. Lo strumento presenta anche un bellissimo design con interruttore a tema chiaro e scuro, offrendo agli utenti un'esperienza di trading estetica e funzionale. Telegram Publish
Trade Copier Agent è progettato per copiare operazioni tra account/terminali multi MetaTrader (4/5). Con questo strumento, puoi agire come fornitore (fonte) o ricevitore (destinazione). Tutte le azioni di trading verranno copiate dal fornitore al destinatario senza alcun ritardo. Questo strumento ti consente di copiare operazioni tra più terminali MetaTrader sullo stesso computer con velocità di copia fulminee inferiori a 0,5 secondi. Guida all'installazione e agli input di Trade Copier Agent S
News Panel per MetaTrader è uno strumento che visualizza i dati del calendario economico all'interno della piattaforma di trading MetaTrader. Lo strumento estrae notizie economiche e rilasci di dati da fonti esterne, come siti Web di notizie finanziarie o fornitori di dati, e li visualizza in un formato di facile lettura. Lo strumento consente agli operatori di filtrare i comunicati stampa per fonte, fuso orario, livello di impatto, valuta e metodo di notifica. Include anche un pulsante Aggiorna
Binary Trade Panel è uno strumento molto utile per il trading di opzioni binarie sulla piattaforma MT4/MT5. Non è più necessario configurare plug-in al di fuori di MT4/MT5. Questo è un pannello semplice e conveniente direttamente sul grafico MT4/MT5. Il Binary Trade Panel è uno strumento utile per i trader che utilizzano la piattaforma MT4/MT5 per negoziare opzioni binarie. È un pannello semplice e conveniente che consente ai trader di effettuare operazioni di opzioni binarie direttamente dal g
Lo strumento Risk to Reward Ratio Manager è uno strumento completo per gli ordini visivi di trading e un calcolatore delle dimensioni della posizione (lotto) che fornisce un pannello intuitivo per un processo decisionale efficiente e informato. È versatile e funziona perfettamente con vari simboli, tra cui coppie di valute, indici, metalli, materie prime e criptovalute. Lo strumento Risk to Reward Ratio Manager Tool semplifica il processo di trading offrendo strumenti visivi, calcoli automatizza
Filtro:
Nessuna recensione
Rispondi alla recensione
Versione 1.10 2022.01.17
Fix Bugs