• Genel bakış
  • İncelemeler
  • Yorumlar
  • Yenilikler

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 (:

Önerilen ürünler
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,
This is standard library built for flexible neural Networks with performance in mind. Calling this Library is so simple and takes few lines of code:    matrix Matrix = matrix_utils.ReadCsv( "Nasdaq analysis.csv" );       matrix x_train, x_test;    vector y_train, y_test;         matrix_utils.TrainTestSplitMatrices(Matrix,x_train,y_train,x_test,y_test, 0.7 , 42 );    reg_nets = new CRegressorNets(x_train,y_train,AF_RELU_,HL, NORM_MIN_MAX_SCALER); //INitializing network       reg_nets.RegressorN
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
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 sto
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
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.
Aynı anda birden fazla pozisyon/işlem açmanız mı gerekiyor? Kolay çözümünüzü oluşturduk. Artık aynı anda birden fazla pozisyon girebilirsiniz. Lot büyüklüğünü, Pozisyon sayısını, Kâr almayı ve zararı durdurmayı ayarlayabilirsiniz. Örneğin: Belirli bir lot büyüklüğüne sahip 3, 5, 10 veya herhangi bir sayıda pozisyon satın almak istiyorsunuz. Artık bunu "Satın Al" düğmesine dokunarak yapabilirsiniz. Veya Örneğin: Belirli bir lot büyüklüğünde 3, 5, 10 veya herhangi bir sayıda pozisyon satmak istiy
Champion MT5
Evgenii Aksenov
5 (15)
This is a multi-currency Expert Advisor with an intelligent order opening function, a news filter and dynamic drawdown control.  The Expert Advisor analyzes the price of each candle and its dynamic deviation in the flow of quotes and makes a decision only when the candle closes. A series of orders is closed only when a positive result is achieved.  A system of algorithms is used in combination with risk control technology to reduce account drawdown. Champion EA is suitable for beginners and
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 can
Martingale panel MT5
Mohammadbagher Ramezan Akbari
In this article, we would like to introduce the trade panel product with the Martingale panel. This panel is made in such a way that it can meet the needs of traders to a great extent. This trade panel actually consists of two trade panels at the same time, with the first one you can take positions with certain profit and loss limits, and with the second one, you can have positions with profit limits but without loss limits. When positions lose, a new position will be added based on the setti
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
This utility will analyze all financial assets for you, it will send you the signals on your chart and on telegram to allow you to receive the signals on your smartphone wherever you go with supporting screenshots, so you ' don't miss opportunities even if you are at work or in a job and you have access to the internet. Fonctionnalities : - Self-analysis of financial activities according to a trend strategy that is 98% effective - Auto sending signals on the chart and on telegram for copy tradin
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
Harika bir sinyal buldunuz, ancak bir sağlayıcının lotu çok mu küçük? Daha büyük konum hacmine ihtiyacınız var, ancak terminal ayarları çok mu zayıf? Signal Lot Manager, sağlayıcının pozisyon hacmini, ihtiyaç duyulan hacmin mükerrer sırası aracılığıyla artıracaktır. Sadece siparişleri kopyalamak için bir lot boyutu ve bir sinyal adı belirleyin. Signal Lot Manager, terminalinizde siparişleri çoğaltmak için bir lot çarpanı yardımcı programıdır. Kaynak herhangi bir danışman, manuel ticaret, ayrı bi
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
The KT Schaff Trend Cycle Robot implements a highly effective trading strategy by utilizing a combination of overbought/oversold cycles identified through the STC indicator and fast and slow exponential moving averages (EMA). When the predefined entry rules are satisfied, it promptly initiates pending orders at high or low anchor points based on the analysis of the previous 10 bars. Download the Set files . Buy Entry: The STC indicator moves out of the oversold zone, indicating a potential r
Trade Copier Agent, çoklu MetaTrader(4/5) hesapları/terminalleri arasındaki işlemleri kopyalamak için tasarlanmıştır. Bu araçla, bir sağlayıcı (kaynak) veya bir alıcı (hedef) olarak hareket edebilirsiniz. Tüm ticaret işlemleri, sağlayıcıdan alıcıya gecikme olmaksızın kopyalanacaktır. Bu araç, 0,5 saniyenin altındaki ışık hızında kopyalama hızlarıyla aynı bilgisayardaki birden fazla MetaTrader terminali arasında alım satımları kopyalamanıza olanak tanır. Ticari Fotokopi Aracısı Yükleme ve Girdil
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
FX28 Trader Dashboard Tanıtımı - Sizin için Ticaret Yöneticiniz FX28 Trader Dashboard ile Forex ticaretinizi yeni zirvelere taşıyacak kapsamlı ve sezgisel bir ticaret yöneticisini keşfedin. Deneyimli bir tüccar olun veya finansal yolculuğunuza yeni başlayan biri olun, bu güçlü araç, ticaret faaliyetlerinizi basitleştirmek ve karar alma sürecinizi geliştirmek için tasarlanmıştır. Ana Özellikler: Kullanıcı Dostu Arayüz: FX28 Trader Dashboard, tüm ticaret seviyelerine uygun kullanıcı dostu bir ara
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
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
CAD Sniper X MT5
Mr James Daniel Coe
5 (11)
POPÜLER ÜCRETSIZ EA 'CAD SNIPER'IMIN BAŞARISI ÜZERINE INŞA EDIYORUM... CAD SNIPER X'I SUNUYORUM! BİNLERCE DAHA FAZLA İŞLEM | KOMISYONCU SINIRLAMASI YOK | DAHA İYI İSTATISTIKLER | ÇOKLU STRATEJILER Kılavuz ve ücretsiz bonus için satın aldıktan sonra bana ÖZEL MESAJ gönderin AUDCAD, GBPCAD ve CADCHF İÇİN İKİ STRATEJİ BİR ARADA Strateji 1 herhangi bir broker ile kullanılabilir, çok daha sık işlem yapar ve CAD Sniper X için varsayılan stratejidir. Uzun yıllardır sağlam bir geriye dön
Algo Scalper EA
Tshepo Michael Motaung
Algo Scalper EA is a confluence day trading robot using market orders and it trades during Trading Sessions. The EA exercise consistency and risk management, it has 2 entry signals produced from  Moving Averages(90 & 120) to harvest the most out of the trending market (on automatic mode). It is capable of allowing you to trade any symbol you want and during the time you want. Profits can only be secured by take profit level. Low spread is highly recommended for this EA, and you will see signific
The EA uses scalping strategy at night, trading consists of three algorithms and each algorithm works in its own time interval. The EA uses many smart filters to adapt to almost any economic situation. Pending orders are used for the least slippage when trading scalping. The adviser is safe and does not require any settings from the user, just install it on the chart and you are ready. The EA sets a protective stop order, so the trader does not have to worry that the robot will allow significant
Özellikler Daha az kurulum ve Değişken Manipülasyonu ile Tam Otomatik işlem Kırılma Stratejisi ve Takip kullanarak işlem yapma 2017'den 2023'e gerçek tik verileri kullanılarak yapılan araştırma Kazanma oranı %91.5 ve maksimum Çekilme %29 Sadece EURUSD döviz çiftinde, 1 saatlik zaman diliminde çalışır ve Spread'siz ECN hesabı gerektirir Gereksinimler İşlem Yapılan Döviz Çifti sadece EURUSD Zaman Dilimi sadece 1 saat İlk Yatırım 1000 ABD Dolarından fazla Kaldıraç 1:500'den az Hesap Spread'siz E
NitroFX MT5   is a fully automated Expert Advisor.  NitroFX MT5   is a systematic trading system that involves planning, trading strategies, conducting multiple back tests, and collecting statistics, which will help the system to be more accurate and increase profitability. NitroFX MT5   uses effective risk management tools,   Trailing stop   and   Breakeven point . A trailing stop is a stop that automatically adjusts to market movement. This means it will follow your position when the market mo
Binance Grid Pro offers an alternative to the built in Grid systems Binance Platform offers. This utility let you define a grid parameters for interact with your Binance account using an Isolated Margin account. This is, similar to Spot Grid in Binance. This is not for handle with derivatives contracts, is for handle with Spot through Isolated Margin Account. But obviosly this utility offers a different approach than built in Binance Grid to handle the Grid, which I have found useful based o
Döviz ticareti dünyasındaki güvenilir müttefikiniz Finvesting EA ile Forex yatırımlarınızın tüm potansiyelini ortaya çıkarın. Bu uzman danışman (EA), Forex yatırımınızı geliştirmek ve finansal hedeflerinize güvenle ulaşmanıza yardımcı olmak için tasarlanmıştır. Canlı performans: Finvesting EA, istikrarlı ticaret ile canlı bir performans geçmişine sahiptir. Gerçek hesap Canlı performans MT4 : https://www.mql5.com/tr/signals/1715664 MT5 : https://www.mql5.com/tr/signals/1973370 Finvesting E
Welcome to Forex Eternal - the last and only Expert Advisor you will ever need! In a trading world obsessed with fancy algorithms, my strategy keeps it real. No fake machine learning here – just good ol' trend and candle patterns with some math sprinkled in here and there. While others chase the latest tech trends, I stick to what works, delivering reliable results in a fast-paced market. My approach? Simple, effective, and consistently winning. That is what sets Forex Eternal apart from all t
Kaiju X EA
Michael Prescott Burney
4 (1)
UPDATED AS OF 3.17.2024 WITH NEW QUALITY CONTROL UPDATE FOR PERFORMANCE VALIDATION! Introducing Kaiju X EA, a formidable force in the forex market, meticulously designed for the USDJPY H1 chart. This Expert Advisor harnesses the volatile nature of the Yen to deliver outstanding results, reminiscent of the mythical Kaiju, known for their colossal impact. Kaiju X EA is a strategic blend of precision and power, employing an arsenal of indicators like Bulls Power, Williams' Percent Range, Moving Av
Bu ürünün alıcıları ayrıca şunları da satın alıyor
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 c
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, Stop-Limit and Stop-Market. Support margin trading. Automatically display the chart on the screen. Usage: - Open MQL5 demo account - Move BinanceLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries - Download Header   file and EA sample https://www.mql5.com/en/code/download/34972_260999.zip Copy Binance.mqh header file to folder \MQL5\Include Copy  BinanceEA-
The library is used to develop automatic trading on Binance Futures Market from MT5 platform. Support all order types: Limit, Market, Stop-Limit, Stop-Market , StopLoss and TakeProfit. Automatically display the chart on the screen. Usage: - Open MQL5 demo account - Move BinanceFuturesLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries -  Download Header file and EA sample https://www.mql5.com/en/code/download/34976_252386.zip Copy BinanceFutures.mqh header file to folder \MQL5\Include C
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 installa
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 cl
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
The following library is proposed as a means of being able to use the OpenAI API directly on the metatrader, in the simplest way possible. For more on the library's capabilities, read the following article: https://www.mql5.com/en/blogs/post/756098 The files needed to use the library can be found here: Manual IMPORTANT: To use the EA you must add the following URL to allow you to access the OpenAI API as shown in the attached images In order to use the library, you must include the following Hea
Native Websocket
Racheal Samson
5 (2)
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 WebSocket Connections from a single program. Various Log Levels for error tracing Can be synchronized to MQL5 Virtual Hosting . Completely native to
WalkForwardOptimizer MT5
Stanislav Korotky
3.86 (7)
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.
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. 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 population algorithms.  High-speed calculation in HMA guarantees unsurpassed accuracy and high search capabilities,
Bu kütüphane, herhangi bir EA'nızı kullanarak işlemleri yönetmenize izin verecektir ve açıklamalarda belirtilen komut dosyası koduyla ve ayrıca tüm süreci gösteren videodaki demo örnekleriyle kendi başınıza yapabileceğiniz herhangi bir EA'ya entegrasyonu çok kolaydır. - Limit Ver, SL Limit Ver ve Kar Al Limit Emirleri - Market, SL-Market, TP-Market siparişlerini verin - Limit emrini değiştirin - Siparişi iptal et - Siparişleri Sorgula - Kaldıraç, marjı değiştir - Pozisyon bi
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. 
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
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
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
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
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 c
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 / OnBookEv
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, Stop-Limit and Stop-Market. Support margin trading. Automatically display the chart on the screen. Usage: - Open MQL5 demo account - Move BinanceLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries - Download Header   file and EA sample https://www.mql5.com/en/code/download/34972_260999.zip Copy Binance.mqh header file to folder \MQL5\Include Copy  BinanceEA-
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 all order types: Limit, Market, Stop-Limit, Stop-Market , StopLoss and TakeProfit. Automatically display the chart on the screen. Usage: - Open MQL5 demo account - Move BinanceFuturesLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries -  Download Header file and EA sample https://www.mql5.com/en/code/download/34976_252386.zip Copy BinanceFutures.mqh header file to folder \MQL5\Include C
The Trade Tracker Library is used to automatically detect and display trade levels on custom charts. It is an especially useful add-on for EAs that trade on custom charts in MT5. With the use of this library, the EA users can see trades as they are placed via the EA (Entry, SL & TP levels) in real-time. The header file and two examples of EA skeleton files are attached in the comments section (first comment). The library will automatically detect the tradable symbol for the following custom
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 );    //复杂开单
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
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
This library implements a few functions to simplify the programming of Expert Advisors. * Build your own EA for MT5 / Binance, with a easy support for multisymbol / multytimeframe * Different SFE EAs based on the library provided. * Base signals of SFE EAs are inlcuded in base version. All the Pro filters and management are included in the base version all the 2022. * Customize the provided SFE Lib EA by changing or implementing its rules.. * Review the existing or ask for video tutorials to
Matrix is the foundation of complex trading algorithms as it helps you perform complex calculations effortlessly and without the need for too much computation power, It's no doubt that matrix has made possible many of the calculations in modern computers as we all know that bits of information are stored in array forms in our computer memory RAM, Using some of the functions in this library I was able to create machine learning robots that could take on a large number of inputs To use this libra
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 installa
Bu kitaplık, anahtar ve değer dizilerini sıralamak için kullanılır, genellikle değerleri sıralamamız gerekir. piton dilinde olduğu gibi sorted(key_value.items(), key = lambda kv:(kv[ 1 ], kv[ 0 ])) içe aktarma işlevi Kullanım senaryoları örneği 1. Izgara EA siparişleri açılış fiyatına göre sıralanır void SortedByOpenPride()   {    long     OrderTicketBuffer[];    double   OpenPriceBuffer[];    for ( int i = PositionsTotal ()- 1 ; i>= 0 ; i--)      {        if (m_position.SelectByIndex(i
Yazarın diğer ürünleri
Trade Copier Agent, çoklu MetaTrader(4/5) hesapları/terminalleri arasındaki işlemleri kopyalamak için tasarlanmıştır. Bu araçla, bir sağlayıcı (kaynak) veya bir alıcı (hedef) olarak hareket edebilirsiniz. Tüm ticaret işlemleri, sağlayıcıdan alıcıya gecikme olmaksızın kopyalanacaktır. Bu araç, 0,5 saniyenin altındaki ışık hızında kopyalama hızlarıyla aynı bilgisayardaki birden fazla MetaTrader terminali arasında alım satımları kopyalamanıza olanak tanır. Ticari Fotokopi Aracısı Yükleme ve Girdil
Trade Copier Agent, çoklu MetaTrader(4/5) hesapları/terminalleri arasındaki işlemleri kopyalamak için tasarlanmıştır. Bu araçla, bir sağlayıcı (kaynak) veya bir alıcı (hedef) olarak hareket edebilirsiniz. Tüm ticaret işlemleri, sağlayıcıdan alıcıya gecikme olmaksızın kopyalanacaktır. Bu araç, 0,5 saniyenin altındaki ışık hızında kopyalama hızlarıyla aynı bilgisayardaki birden fazla MetaTrader terminali arasında alım satımları kopyalamanıza olanak tanır. Ticari Fotokopi Aracısı Yükleme ve Girdil
Draw Agent, tüm grafik analizlerinizi, karalamalarınızı, notlarınızı ve daha fazlasını oluşturmanız ve yönetmeniz için güzel ve yenilikçi bir yol olarak tasarlanmıştır. Bu araç, grafik alanını bir kara tahta olarak ele almak ve elle çizmek için serbest çizim yöntemi sağlar. Bu Serbest Çizim aracı, tablodaki olayları işaretlemek veya vurgulamak için MT4/MT5 tablolarına çizim yapmanızı sağlar. Elliott dalgalarını elle çizmek, çizelgede çizgiler çizmek veya çizelgenizdeki fikirleri göstermek istiy
Risk/Ödül Oranı Yöneticisi aracı, etkili ve bilinçli karar verme için sezgisel bir panel sağlayan kapsamlı bir ticari görsel sipariş aracı ve pozisyon boyutu (lot) hesaplayıcıdır. Çok yönlüdür ve döviz çiftleri, endeksler, metaller, emtialar ve kripto para birimleri dahil olmak üzere çeşitli sembollerle sorunsuz bir şekilde çalışır. Risk/Ödül Oranı Yöneticisi Aracı, görsel araçlar, otomatik hesaplamalar ve özelleştirme seçenekleri sunarak alım satım sürecini kolaylaştırır ve yatırımcılara etkili
Harika bir sinyal buldunuz, ancak bir sağlayıcının lotu çok mu küçük? Daha büyük konum hacmine ihtiyacınız var, ancak terminal ayarları çok mu zayıf? Signal Lot Manager, sağlayıcının pozisyon hacmini, ihtiyaç duyulan hacmin mükerrer sırası aracılığıyla artıracaktır. Sadece siparişleri kopyalamak için bir lot boyutu ve bir sinyal adı belirleyin. Signal Lot Manager, terminalinizde siparişleri çoğaltmak için bir lot çarpanı yardımcı programıdır. Kaynak herhangi bir danışman, manuel ticaret, ayrı bi
Elliott Wave Counter, Elliott dalgalarının hızlı ve kullanıcı dostu manuel olarak işaretlenmesine yönelik bir paneldir. Bir renk ve işaret seviyesi seçilebilir. Son işaretlemeyi ve araç tarafından yapılan tüm işaretlemeyi kaldırma işlevleri de vardır. İşaretleme tek bir tıklamayla yapılır. Beş kez tıklayın - beş dalganız olsun! Elliott Dalga Sayacı, Elliott dalgalarının hem yeni başlayanlar hem de profesyonel analistleri için harika bir araç olacaktır. Elliott Wave Sayacı Kurulum ve Giriş Kılavu
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
Tek Tıkla Analiz Aracı,       klavye kısayolu tabanlı nesne oluşturma       ve MetaTrader için kopyalama aracı. MetaTrader'daki analiz araçlarını tek tıklamayla kullanmayı kolaylaştırır. Aracımızla, grafiğinizdeki destek ve direnç seviyelerini, Fibonacci seviyelerini, şekilleri, kanalları, trend çizgilerini ve diğer tüm nesneleri hızlı bir şekilde çizebilirsiniz. Düğmeye tıklayın, fareyi hareket ettirin ve Tek Tıklamayla Analiz Aracı gerisini sizin için halleder. Bu size zaman kazandırabilir ve
Draw Agent, tüm grafik analizlerinizi, karalamalarınızı, notlarınızı ve daha fazlasını oluşturmanız ve yönetmeniz için güzel ve yenilikçi bir yol olarak tasarlanmıştır. Bu araç, grafik alanını bir kara tahta olarak ele almak ve elle çizmek için serbest çizim yöntemi sağlar. Bu Serbest Çizim aracı, tablodaki olayları işaretlemek veya vurgulamak için MT4/MT5 tablolarına çizim yapmanızı sağlar. Elliott dalgalarını elle çizmek, çizelgede çizgiler çizmek veya çizelgenizdeki fikirleri göstermek istiy
Kısmi Kapatma Uzmanı,   birçok işlevi tek bir otomatik sistemde bir araya getiren bir araçtır. Bu EA, risk yönetimi ve potansiyel kazançları en üst düzeye çıkarmak için birden fazla seçenek sunarak tacirlerin pozisyonlarını daha etkili bir şekilde yönetmelerine yardımcı olabilir. Kısmi Kapatma Uzmanı ile tüccarlar       kısmi kapanış       karları kilitlemek için seviye, bir       takip eden durak       Kârı korumak ve kayıpları sınırlamak için seviye, bir       başa baş       fiyat onlara karşı
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 Lo
Telegram Publisher Agent,   tüccarların Telegram kanallarına ve gruplarına gerçek zamanlı olarak sinyaller göndermelerine olanak tanıyan bir eklentidir. Özelleştirilebilir mesajlar, grafik ekran görüntüleri ve diğer özelliklerle araç, yatırımcıların alım satım içgörülerini ve stratejilerini takipçileriyle paylaşmalarına yardımcı olur. Araç ayrıca, kullanıcılara estetik ve işlevsel bir ticaret deneyimi sağlayan açık ve koyu tema anahtarıyla güzel bir tasarıma sahiptir. Telegram Yayıncı Temsilcisi
İkili Ticaret Paneli, MT4/MT5 platformunda ikili opsiyon ticareti yapmak için çok kullanışlı bir araçtır. Artık eklentileri MT4/MT5 dışında kurmaya gerek yok. Bu, doğrudan MT4/MT5 grafiği üzerinde basit ve kullanışlı bir paneldir. İkili Ticaret Paneli, ikili opsiyon ticareti yapmak için MT4/MT5 platformunu kullanan tüccarlar için faydalı bir araçtır. Bu, tüccarların harici eklentiler kurmaya veya birden çok ekran ve menüde gezinmeye gerek kalmadan doğrudan MT4/MT5 tablosundan ikili opsiyon işle
MetaTrader için Haber Paneli, MetaTrader ticaret platformunda ekonomik takvim verilerini görüntüleyen bir araçtır. Araç, finansal haber siteleri veya veri sağlayıcılar gibi dış kaynaklardan ekonomik haberleri ve veri yayınlarını çeker ve bunları okunması kolay bir biçimde görüntüler. Araç, tüccarların haber bültenlerini kaynağa, saat dilimine, etki düzeyine, para birimine ve bildirim yöntemine göre filtrelemesine olanak tanır. Ayrıca, kullanıcının verileri manuel olarak güncellemesini ve mevcut
Trade Copier Agent is designed to copy trades  remotely   between multi MetaTrader(4/5) accounts /terminals  at different computers/locations over internet. With this tool, you can act as either a provider (source) or a receiver (destination). All trading actions will be copied from the provider to the receiver with no delay. The copier allows copying to local and remote receivers at the same time. Each provider account can copy to unlimited receivers at the same time. Please Apply the setting
Devrim niteliğindeki İşlemler Zaman Yöneticisi ile işlem rutininizin kontrolünü zahmetsizce elinize alın. Bu güçlü araç, belirlenen zamanlarda emir gerçekleştirmeyi otomatikleştirerek alım satım yaklaşımınızı dönüştürür. Satın alma işleminden emir belirlemeye kadar çeşitli ticaret eylemleri için manuel müdahale olmadan kişiselleştirilmiş görev listeleri oluşturun. Trades Time Manager Kurulum ve Girdiler Kılavuzu EA hakkında bildirim almak istiyorsanız, URL'mizi MT4/MT5 terminaline ekleyin (ekran
Risk/Ödül Oranı Yöneticisi aracı, etkili ve bilinçli karar verme için sezgisel bir panel sağlayan kapsamlı bir ticari görsel sipariş aracı ve pozisyon boyutu (lot) hesaplayıcıdır. Çok yönlüdür ve döviz çiftleri, endeksler, metaller, emtialar ve kripto para birimleri dahil olmak üzere çeşitli sembollerle sorunsuz bir şekilde çalışır. Risk/Ödül Oranı Yöneticisi Aracı, görsel araçlar, otomatik hesaplamalar ve özelleştirme seçenekleri sunarak alım satım sürecini kolaylaştırır ve yatırımcılara etkili
Tek Tıkla Analiz Aracı,       klavye kısayolu tabanlı nesne oluşturma       ve MetaTrader için kopyalama aracı. MetaTrader'daki analiz araçlarını tek tıklamayla kullanmayı kolaylaştırır. Aracımızla, grafiğinizdeki destek ve direnç seviyelerini, Fibonacci seviyelerini, şekilleri, kanalları, trend çizgilerini ve diğer tüm nesneleri hızlı bir şekilde çizebilirsiniz. Düğmeye tıklayın, fareyi hareket ettirin ve Tek Tıklamayla Analiz Aracı gerisini sizin için halleder. Bu size zaman kazandırabilir ve
Elliott Wave Counter, Elliott dalgalarının hızlı ve kullanıcı dostu manuel olarak işaretlenmesine yönelik bir paneldir. Bir renk ve işaret seviyesi seçilebilir. Son işaretlemeyi ve araç tarafından yapılan tüm işaretlemeyi kaldırma işlevleri de vardır. İşaretleme tek bir tıklamayla yapılır. Beş kez tıklayın - beş dalganız olsun! Elliott Dalga Sayacı, Elliott dalgalarının hem yeni başlayanlar hem de profesyonel analistleri için harika bir araç olacaktır. Elliott Wave Sayacı Kurulum ve Giriş Kılavu
Kısmi Kapatma Uzmanı,   birçok işlevi tek bir otomatik sistemde bir araya getiren bir araçtır. Bu EA, risk yönetimi ve potansiyel kazançları en üst düzeye çıkarmak için birden fazla seçenek sunarak tacirlerin pozisyonlarını daha etkili bir şekilde yönetmelerine yardımcı olabilir. Kısmi Kapatma Uzmanı ile tüccarlar       kısmi kapanış       karları kilitlemek için seviye, bir       takip eden durak       Kârı korumak ve kayıpları sınırlamak için seviye, bir       başa baş       fiyat onlara karşı
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,   tüccarların Telegram kanallarına ve gruplarına gerçek zamanlı olarak sinyaller göndermelerine olanak tanıyan bir eklentidir. Özelleştirilebilir mesajlar, grafik ekran görüntüleri ve diğer özelliklerle araç, yatırımcıların alım satım içgörülerini ve stratejilerini takipçileriyle paylaşmalarına yardımcı olur. Araç ayrıca, kullanıcılara estetik ve işlevsel bir ticaret deneyimi sağlayan açık ve koyu tema anahtarıyla güzel bir tasarıma sahiptir. Telegram Yayıncı Temsilcis
Harika bir sinyal buldunuz, ancak bir sağlayıcının lotu çok mu küçük? Daha büyük konum hacmine ihtiyacınız var, ancak terminal ayarları çok mu zayıf? Signal Lot Manager, sağlayıcının pozisyon hacmini, ihtiyaç duyulan hacmin mükerrer sırası aracılığıyla artıracaktır. Sadece siparişleri kopyalamak için bir lot boyutu ve bir sinyal adı belirleyin. Signal Lot Manager, terminalinizde siparişleri çoğaltmak için bir lot çarpanı yardımcı programıdır. Kaynak herhangi bir danışman, manuel ticaret, ayrı bi
MetaTrader için Haber Paneli, MetaTrader ticaret platformunda ekonomik takvim verilerini görüntüleyen bir araçtır. Araç, finansal haber siteleri veya veri sağlayıcılar gibi dış kaynaklardan ekonomik haberleri ve veri yayınlarını çeker ve bunları okunması kolay bir biçimde görüntüler. Araç, tüccarların haber bültenlerini kaynağa, saat dilimine, etki düzeyine, para birimine ve bildirim yöntemine göre filtrelemesine olanak tanır. Ayrıca, kullanıcının verileri manuel olarak güncellemesini ve mevcut
İkili Ticaret Paneli, MT4/MT5 platformunda ikili opsiyon ticareti yapmak için çok kullanışlı bir araçtır. Artık eklentileri MT4/MT5 dışında kurmaya gerek yok. Bu, doğrudan MT4/MT5 grafiği üzerinde basit ve kullanışlı bir paneldir. İkili Ticaret Paneli, ikili opsiyon ticareti yapmak için MT4/MT5 platformunu kullanan tüccarlar için faydalı bir araçtır. Bu, tüccarların harici eklentiler kurmaya veya birden çok ekran ve menüde gezinmeye gerek kalmadan doğrudan MT4/MT5 tablosundan ikili opsiyon işle
Trade Copier Agent is designed to copy trades  remotely   between multi MetaTrader(4/5) accounts /terminals  at different computers/locations over internet. With this tool, you can act as either a provider (source) or a receiver (destination). All trading actions will be copied from the provider to the receiver with no delay. The copier allows copying to local and remote receivers at the same time. Each provider account can copy to unlimited receivers at the same time. Please Apply the setting
Devrim niteliğindeki İşlemler Zaman Yöneticisi ile işlem rutininizin kontrolünü zahmetsizce elinize alın. Bu güçlü araç, belirlenen zamanlarda emir gerçekleştirmeyi otomatikleştirerek alım satım yaklaşımınızı dönüştürür. Satın alma işleminden emir belirlemeye kadar çeşitli ticaret eylemleri için manuel müdahale olmadan kişiselleştirilmiş görev listeleri oluşturun. Trades Time Manager Kurulum ve Girdiler Kılavuzu EA hakkında bildirim almak istiyorsanız, URL'mizi MT4/MT5 terminaline ekleyin (ekran
Filtrele:
İnceleme yok
İncelemeye yanıt
Sürüm 1.10 2022.01.17
Fix Bugs