Pionex Crypto API EA Connector for MT5

Pionex API EA Connector for MT5 – Seamless MT5 Integration

Overview

The Pionex API EA Connector for MT5 allows seamless integration between MetaTrader 5 (MT5) using the Pionex API. This powerful tool enables traders to execute and manage trades, retrieve balance information, and track order history—all directly from MT5.

Key Features & Functions

🔹 Account & Balance Management

Get_Balance(); – Retrieves the current account balance from Pionex

🔹 Order Execution & Management

orderLimit(string symbol, string side, double size, double price); – Places a limit order at a specified price.

orderMarket(string symbol, string side, double size, double amount); – Places a market order with a given size and amount.

Cancel_Order(string symbol, string orderId); – Cancels a specific order by its ID.

Cancel_All_Order(string symbol); – Cancels all open orders for a given symbol.

🔹 Order Tracking & History

Get_Order(string orderId); – Retrieves details of a specific order.

Get_All_Order(string symbol); – Retrieves all past orders for a symbol.

Get_OpenOrder(string symbol); – Retrieves all currently open orders for a symbol.

🔹 Trade Execution History

Get_Fills_By_Order_Id(string orderId); – Retrieves the fill details of a specific order.

Get_Fills(string symbol); – Retrieves all fill history for a specific trading pair.

Why Use Pionex API EA Connector?

✅ Automated Trading – Execute trades directly from MT5 using your EA without manual input.

✅ Fast & Secure API Access – Direct API connection via Pionex.

✅ Efficient Order Management – Easily manage open and closed orders vis symbol function calls.

✅ Seamless MT5 Integration – Trade Pionex assets just like native forex pairs in MT5.


DEMO SCRIPT

Recommended products
Key Features: 200+ Fully Implemented Patterns   across all categories Advanced Market Structure Analysis Smart Money Integration   (Wyckoff, Order Blocks, Liquidity) Professional Risk Management Multi-Timeframe Analysis AI-Powered Confidence Scoring Advanced Visualization Real-time Alerts Pattern Categories: Single Candle Patterns (Hammer, Doji, Marubozu, etc.) Multi-Candle Patterns (Engulfing, Stars, Harami, etc.) Chart Patterns (Head & Shoulders, Cup & Handle, Triangles, etc.) Harmonic Pattern
FREE
ProTradeLib
Noel Anjao Alube
ProTradeLib - Professional MQL5 Trading Library Complete Developer Toolkit for MetaTrader 5 ProTradeLib is a production-ready, single-file MQL5 include library designed for professional developers building Expert Advisors and trading systems. With seven integrated modules, it provides all the essential building blocks needed to create robust, feature-rich trading applications. Key Features 1. Risk Manager Calculate lot sizes based on account balance percentage, fixed USD risk, or fixed lots Enfo
Scan a fixed list of assets (Ibovespa) in the chosen timeframe (TimeFrame). For each pair and for various periods. Calculate a regression model between the two assets (and, if desired, using the bova11 index as a normalizer). Generate the spread of this relationship, its mean, standard deviation, speculative deviation, and betas (B1 and B2). Apply an ADF test without exclusion (cointegration/stationarity). Calculate the Z-score of the current exclusion (how many standard deviations are away from
FREE
Modern Dark Chart Theme for MT5 Upgrade your MetaTrader 5 chart into a clean, dark, professional trading workspace. Your chart is your trading office. It is where you analyze the market, test Expert Advisors, review setups, record videos, share screenshots, and make trading decisions. If your MT5 chart looks old, bright, noisy, or unprofessional, your trading environment can feel distracted before you even start your analysis. Modern Dark Chart Theme for MT5 helps you create a cleaner, darker,
FREE
*****The main trading is XAUUSD. If testing, it is recommended to adjust to XAUUSD. Other trading targets cannot guarantee profitability********* If you need to test, please leave a message (I will reply as soon as I see it). In order to protect the work results, specific parameters need to be entered. The default parameters of the system cannot achieve the effect shown in the screenshot pullback! If you need to test, please leave a message (I will reply as soon as I see it). In order to prot
Behavioral Tilt Circuit Breaker A smart psychological mirror for traders. Revenge trading happens when you least notice it. Instead of forcing you out of the market with annoying trade blocks, the Behavioral Tilt Circuit Breaker acts as an instant visual "pattern interrupt" to help you regain control. What It Does Monitors Your Trades in Real Time: Detects key emotional triggers, such as 3 consecutive losses or rapid-fire entries (e.g., 3 trades within 15 minutes). Triggers a Visual Reset: When
Bober Real MT5
Arnold Bobrinskii
4.88 (16)
Bober Real MT5 is a fully automatic Forex trading Expert Advisor. This robot was made in 2014 year and did a lot of profitbale trades during this period. So far over 7000% growth on my personal account. There was many updates but 2019 update is the best one. The robot can run on any instrument, but the results are better with EURGBP, GBPUSD, on the M5 timeframe. Robot doesn't show good results in tester or live account if you run incorrect sets. Set files for Live accounts availible only for cu
MT5 to Delta Exchange API Bridge EA Connector allows your expert advisor with mq5 file to integrate and communicate with Delta Exchange using API Keys You can place order, check balance and other order managements using Delta Exchange API - Place Limit, SL Limit and Take Profit Limit Orders - Place Market, SL-Market, TP-Market orders - Cancel Order - Query Orders - Change Leverage, margin - Get Position info and many more, details available at demo script Script Documentation 
Trade Panel Pro — Professional Risk Management & Order Execution Terminal for MetaTrader 5 Trade Panel Pro is an advanced, all-in-one utility for MetaTrader 5, designed for active day traders and professionals. It combines precise risk calculation with lightning-fast order execution, helping you protect your capital and manage multi-target trades with ease. Main Advantages and Key Features Automated Lot Calculation: Forget manual volume calculations! The panel instantly calculates the exact
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 );    //复杂开单
Introducing Your New Go-To Trading EA! Boost your trading performance with this Bollinger Bands-based Expert Advisor, specially designed for XAU (Gold) and various Forex pairs. Why this EA is a must-have: Clean, user-friendly interface – perfect for all trader levels Built-in Hidden Take Profit & Stop Loss for added strategy security Ideal for both beginners and experienced traders Ready to use out of the box – no complex setup required. Trade smarter, not harder!
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        - 
This library will allow you to send your trades using your MT5 EA bot and its very easy to integrate on any EA which you can do yourself with the script code which is mentioned in documentation. This product allows trading operations via API For MEXC chart : Renting   Crypto Charting  for OHLC data or   Crypto Ticks with Order Book Depth  is optional - Supports MEXC API calls - Place Limit, SL Limit and Take Profit Limit Orders - Place Market, SL-Market, TP-Market orders - Modify Limit order - C
Trade Assistant Risk Calculator is an all-in-one floating trading panel Expert Advisor for MetaTrader 5, built for professional manual traders. It combines visual chart trading , automatic risk calculation , and advanced position management in one compact interface. Stop calculating lot sizes manually. Stop guessing your Risk:Reward ratio. Drag the planning lines on the chart and the EA calculates the exact lot size for your selected risk percentage, equity, fixed-money risk, or fixed-lot workfl
Trades History Visualizer is a MetaTrader 5 indicator that displays your trading history directly on the chart, providing a clear visual representation of past trades with additional information. Key Features: Visual trade history display with entry arrows Entry, Stop Loss, and Take Profit horizontal lines Color-coded connector lines between entry and exit points (green for profit, red for loss) Risk-Reward ratio display for each closed trade Profit/Loss amount display option Pip display option
SignalXpert
Steve Rosenstock
5 (4)
CLICK HERE TO SEE ALL MY FREE PRODUCTS The SignalXpert was developed by me to provide traders who use the indicator RangeXpert with a powerful analysis tool. RangeXpert serves as the foundation of the system – it detects precise market areas and provides the data that SignalXpert evaluates in real time to generate clear, actionable signals. This enables the simultaneous monitoring of up to 25 different assets in various timeframes and detects the most important market movements in real time. T
FREE
Local Copy Trader Utility - Professional Copy Trading System Overview Local Copy Trader Utility is the complete solution for mirroring trades between MetaTrader 5 accounts. With both Master and Slave functionality in one powerful Expert Advisor, it delivers reliable, lightning-fast trade copying with zero external dependencies. Perfect for managing multiple accounts, following trading signals, or transferring trades between brokers, this system ensures your positions stay perfectly synchronized
Apex Fibo Tracer — Smart Auto-Fibonacci Tool Apex Fibo Tracer is a professional analytical indicator that automates one of the most powerful methods in technical analysis — Fibonacci retracement levels. By combining a high-precision ZigZag algorithm with dynamic Fibonacci plotting, the tool delivers instant and accurate visualization of market structure directly on your chart. Most traders lose valuable seconds manually adjusting Fibonacci grids during high volatility. Apex Fibo Tracer eliminate
# RSI Pro Alert - Advanced RSI Indicator A powerful professional-grade RSI indicator with intelligent alerts, scheduled snapshots, and multi-dimensional notifications to help you capture market opportunities with precision! --- ## Key Features ### Smart Signal Detection - **Precision Cross Detection** : Automatically identifies critical moments when RSI crosses overbought/oversold levels - **State Tracking Mechanism** : Real-time monitoring of market state changes (Overbought/Overso
Universal Trend
Maryna Shulzhenko
The Universal Trend indicator was created to detect trends in price movement and allows you to quickly determine not only the direction of the trend, but also understand the levels of interaction between buyers and sellers. The indicator works on all timeframes and currency pairs. The indicator gives fairly accurate signals and it is customary to use it both in trending and flat markets. It is advisable to use the indicator in combination with other tools for more reliable signals and making a
Crystal Dashboard
Muhammad Jawad Shabir
Crystal Profit Dashboard – Real-Time MT5 Account Performance Utility Overview Crystal Profit Dashboard is a lightweight MetaTrader 5 utility that provides real-time profit and loss monitoring directly on the chart. It offers a clean, modern dashboard interface that updates account performance without clutter, allowing traders to focus on execution while keeping essential metrics visible. Designed for scalpers, intraday traders, and swing traders, this tool provides accurate floating profit/los
FREE
Price Magnet — Price Density and Attraction Levels Indicator Price Magnet is a professional analytical tool designed to identify key support and resistance levels based on statistical Price Density. The indicator analyzes a specified historical period and detects price levels where the market spent the most time. These zones act as “magnets,” attracting price action or forming a structural base for potential reversals. Unlike traditional Volume Profile tools, Price Magnet focuses on price-time d
SDZ Trend Pro
Van Toan Nguyen
Overview SDZ Trend Pro is a professional Expert Advisor work for all symbol, recommend  XAUUSD (Gold) trading on the H1 timeframe . It combines dynamic price action patterns, EMA filters, and strict session-based trading logic to identify precise market entries with optimal risk control. This EA is ideal for traders who prefer structured, time-filtered trading during active market hours. ️ Core Features Dynamic Stop Loss (SL) logic Automatically sets SL based on candle pattern Chooses the
HMA Scalper Pro EA
Vladimir Shumikhin
5 (2)
HMA Scalper Pro EA — Automated Trading Advisor Based on Hull Moving Average (HMA) for MetaTrader 5 OVERVIEW HMA Scalper Pro EA is a professional trading robot (Expert Advisor) for MetaTrader 5 that trades in the direction of the Hull Moving Average (HMA). The HMA indicator determines the current trend direction, and the EA opens trades in that direction, enhanced by Smart Risk capital management, adaptive grid trading, trailing stop, breakeven, and time filters. The EA supports both Netting a
Trade assistant pro v8
Ahmed Mohammed Bakr Bakr
FREE FREE FREE Trade Assistant MT5 – Professional Trading & Risk Management Panel Trade Assistant MT5 is an advanced trading panel designed to help traders execute orders faster, safer, and more professionally . It simplifies manual trading by combining smart order management , precise risk control , and one-click execution , making it ideal for both beginners and advanced traders. This tool does not trade automatically . Instead, it empowers you with full control while applying professional-gra
FREE
ForexcopyLocalMT5
Wei Ming Ding
3 (1)
The instructions for use: https://www.mql5.com/zh/blogs/post/754946 The MT4 version: https://www.mql5.com/zh/market/product/88205 The MT5 version: https://www.mql5.com/zh/market/product/88204 ---------------------------------------------- 1. Copy orders, from 12 master accounts to 100 slave accounts. The number of slave accounts can be customized, from 12 to 100. 2. Support MT4 to MT4, MT4 to MT5, MT5 to MT4, MT5 to MT5. 3. Identify the suffixes of trading varieties on different platforms, such
This indicator presents an alternative approach to identify Market Structure. The logic used is derived from learning material created by   DaveTeaches (on X) Upgrade v1.10: + add option to put protected high/low value to buffer (figure 11, 12) + add  Retracements  value to buffer when Show Retracements When quantifying Market Structure, it is common to use fractal highs and lows to identify "significant" swing pivots. When price closes through these pivots, we may identify a Market Structure S
Smart Trading EA – Capture Every Bullish & Bearish Opportunity! Maximize your profit potential with an Expert Advisor that leverages price movements in both Bullish and Bearish trends , designed for XAU (Gold) , Forex pairs , and Crypto assets . Key Advantages: Optimized for low time frames – more trading opportunities every day Clean, easy-to-use interface – perfect for all trader levels Equipped with Take Profit & Stop Loss for safe risk management Ideal for both beginners and
TradeJournal AutoExporter
Mogae Ronald Sekwababe
TradeJournal AutoExporter is a powerful utility designed for MetaTrader 5 that automatically captures and logs your trading activity in real time. Eliminate manual record-keeping and keep your focus entirely on the market. Key Features: Automated Data Capture: Instantly logs detailed trade statistics—including open/close prices, lot sizes, trade duration, commissions, swap, and profit/loss—the moment a trade closes. Seamless Exporting: Automatically saves your trade history into clean, structure
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
Buyers of this product also purchase
ModernUI Library
Levi Dane Benjamin
ModernUI Library for MetaTrader 5 ModernUI is a chart-hosted user interface library for MetaTrader 5. It helps MQL5 developers build cleaner EA panels, dashboards, settings windows, forms, tables, dialogs, drawers and compact trade-style interfaces inside the MT5 chart environment. It is built for developers who want a more professional interface layer than scattered chart objects, while still keeping full control over their own EA, indicator or utility logic. Modern UI - User Guide   | EA Examp
WalkForwardOptimizer MT5
Stanislav Korotky
3.78 (9)
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.
Binance Library MetaTrader 5 connects your Expert Advisors, indicators, and scripts to Binance.com and Binance.US directly from MetaTrader 5. It is a developer library for building custom Binance integrations inside MT5, not a standalone trading robot or copier. The library helps you add Binance instruments to Market Watch, read symbol specifications, load current and historical market data, check wallet balances, manage orders, and track open positions. It supports Spot, USD-M futures, and COI
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
Friends, join us! Ask questions and connect with like-minded traders: MetaCOT Public Group MetaCOT Information Channel: news, CFTC reports, and signals: MetaCOT Channel Here’s to successful trading and new profitable signals for us all! Attention! Recently, certain countries have been blocking access to the cftc.gov website. As a result, users in these countries are giving the product low ratings. MetaCOT has always adhered to the highest quality standards and is in no way associated with th
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
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
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
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
AO Core
Andrey Dik
3.67 (3)
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 installation
Native Websocket
Racheal Samson
5 (6)
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
This library will allow you to manage trades using any of your EA and its very easy to integrate on any EA which you can do yourself with the script code which is mentioned in description and also demo examples on video which shows the complete process. This product allows trading operations via API For chart : Renting Crypto Charting for OHLC data or Crypto Ticks with Order Book Depth is optional If your EA is HFT and operations on seconds chart, You may be interested in converting charts to se
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
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
Introducing "TG Trade Service Manager" — your all-in-one solution for seamless trade management in both MQL4 and MQL5 environments. With a focus on speed, reliability, and convenience, this powerful library simplifies the complexities of trade execution and management, empowering developers with a single interface for enhanced efficiency. Metatrader4 Version   |   All Products   |   Contact   Key Features: Unified Interface : TG Trade Service Manager" provides a unified interface for   MQL4   an
OpenAI Library MT5
VitalDefender Inc.
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
KP TRADE PANEL EA is an EA MT5 facilitates various menus. KP TRADE PANEL EA is an EA skin care in MT5 is an EA that puts the system automatically in download EA MT5 to test with demo account from my profile page while some Trailing Stop Stop Loss require more than 0 features EA determines lot or money management calculates lot from known and Stop loss TS = Trailing stop with separate stop loss order Buy more AVR TS = Trailing stop plus
Here   is   the   English translation   of   your   description   for   the EA   (Expert   Advisor): --- This   is a   time -based   automatic trading   EA . It allows   you   to   set the   exact   time   for trading , down   to   the   second , and   specify the   maximum number   of   orders . You   can choose   to   place   either   buy   or   sell   orders . It   is possible to   set take   profit and   stop   loss   points . Additionally , you can   specify   how   long after   placing  
MyTradingHistory
Max Timur Soenmez
An easy-to-use library that provides developers with straightforward access to key trading statistics for their MQL5 EAs. Available methods from the library: Account Data & Profit: GetAccountBalance() : Returns the current account balance. GetProfit() : Returns the net profit from all trades. GetDeposit() : Returns the total amount of deposits. GetWithdrawal() : Returns the total amount of withdrawals. Trading Analysis: GetProfitTrades() : Returns the number of profitable trades. GetLossTrades()
Molo kumalo
James Ngunyi Githemo
Trading Forex with our platform offers several key advantages and features: Real-time Data : Stay updated with live market data to make informed decisions. User-Friendly Interface : Easy-to-navigate design for both beginners and experienced traders. Advanced Charting Tools : Visualize trends with interactive charts and technical indicators. Risk Management : Set stop-loss and take-profit levels to manage your risk. Multiple Currency Pairs : Access a wide range of forex pairs to diversify your tr
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
This product has been on development for the past 3 years, It is the most advanced codebase for working with all kinds of Artificial intelligence and machine learning code in MQL5 programming language. It has been used to create many AI powered trading robots and indicators in MetaTrader 5. This is a premium version of the free and open source project on machine learning for MQL5, linked here:  https://github.com/MegaJoctan/MALE5 . The free version has fewer features, less documented, and poorly
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
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
More from author
Malaysian SNR  https://www.scribd.com/document/846474911/Malaysian-Snr-Theory is a Support and Resistance System used by trader from Malaysia and is a quick way for scalpers and day traders to find Support and Resistance. This indicator features 1. Panel to show / hide Classic support resitance (Malaysian SNR), Gap SNR, RBS / SBR and Reverse levels of SNR to find price liquidity 2. Enable Wick Rejection Filter to show only SNR validated by Wick Rejection 3. Show Hide Prices on level 4. Works on
Crypto Charting
Rajesh Kumar Nait
5 (5)
Overview Crypto Charting for MT5 provides real-time OHLC data for various cryptocurrencies via WebSocket integration. It is designed for traders who require consistent and automated chart updates from multiple exchanges directly within the MetaTrader 5 platform. The product supports all standard MT5 timeframes and offers historical data synchronization features. Features Real-Time Charts via WebSocket Provides continuous, low-latency market data without relying on traditional API connections. A
This indicator plots upto 6 levels which can be enable / disable to make chart cleaner as per trader's requirement These 6 levels are in 2 sets : High and Low For each sets, different timeframe can be selected It is based on strategy of Previous High Low reversal, as its considered that price usually show rejection in smaller timeframe like 5min when price reach Daily, Weekly or Monthly High Low Features : - Track upto 6 Timeframe High Lows in single chart - Add Previous London Session, NY Sessi
This indicator finds Double Top and Double bottom Example : What is Double Top When price establishes a new high and then falls, then reverse to the same candle area of High then its considered a valid double top and vice versa for double bottom. 1. It plots and high and low on visible chart if ChartChange is set to true else it searches on new bar opening 2. If there is double top and double bottom found in visible chart window then it plots a line 3. It has options to customize text color, tex
FREE
Real Spinning Top Indicator  It detects accurate spinning top on chart with balanced body and wick height ratio which is the true meaning of spinning top which differs it from Hammers and Doji or Null Candlestick. This indicator plots an wingdings icon at number of spinning tops found on the chart. Settings include Number of Bars : To adjust search on number of bars Color of Icon :change color of icon Icon code : change code of wingdings for icon
FREE
Crypto Ticks and Depth
Rajesh Kumar Nait
5 (2)
Crypto Ticks for MetaTrader 5 – Real-Time Crypto Tick Data and Order Book Integration Overview Crypto Ticks streams real-time tick data and order book depth from major cryptocurrency exchanges directly into MetaTrader 5. Designed for traders who require precise market data for scalping, algorithmic strategies, and strategy testing. Supported Exchanges Binance : Spot  and Futures  KuCoin : Spot and Futures (active chart order book support) Bybit : Futures and Inverse Futures XT.com : Spot and Fu
Add this indicator to chart and set the ExtDepth Setting of ZigZag  It gives instant alert when Price touches trendline Upper, Lower or Middle channel Features : -Enable / Disable alerts on upper, lower or middle line - Add pause after a alert in seconds - Pause or Unpause Trend channel with button on chart - Add early alerts by adding points in input field, for example ETH price is 2900.25 here the digits 25 is "point", so if you add 25 in input field in points and if the value of lower line
This indicator allows you to show fibonacci levels labels with big font size . It supports up to 25 fibonacci levels - As soon as you draw fibonacci it shows the levels you added as input parameter with big font size with the color and font you choose. Customizable options : 1. Fibo Text Font 2. Fibo Text Size 3. Fibo Text Color 3. Add description to each level 4. Other options such as Anchors and Degrees
FREE
Multi Symbol Double Click anywhere on chart to set price alert for MT4 and get notified from Terminal Alert or Push Notification 1. Add the EA Utility on chart 2. Browse chart by <- left or -> right arrow keys 3. Double click anywhere on chart and it will add a line, drag this line to set your desired price and voila, alert is set! When price will reach to the line it will notify you with either terminal or push notification as per utility's settings.  This alert will keep working even if you r
This indicator plots upto 6 levels which can be enable / disable to make chart cleaner as per trader's requirement You can get alerts on Previous Week Previous Day, Previous Month or high low of any period previous candle available in MT4 These 6 levels are in 2 sets : High and Low For each sets, different time frame can be selected It is based on strategy of Previous High Low reversal, as its considered that price usually show rejection in smaller timeframe like 5min when price reach Daily, We
Cobra Pivot Points is an indicator for plotting best optimized pivot points support and resistance levels which you can backtest yourself by downloading the DEMO. 1. Select 7 type of Pivot Mode : Cobra, Camarilla 1, Camarilla 2, Floor, Woodie, Demark and Fibonacci pivots 2. You can use any time frame to find pivot points support and resistance 3. You can play with Previous day High Low Close value with Shift parameter. 1 = Previous Bar, 2 = Bar before Previous bar and so on.. These parameter wil
Multi Currency Previous Candle or Previous Bar Scanner helps you scan multi symbol charts with any custom timeframe which you select from indicator settings. Based on product : https://www.mql5.com/en/market/product/110229 It can be used to scan multi symbols for Previous Day high low, Previous week high low, Previous month High low or any custom timeframe e.g. Previous 4 hour chart high low It filters noise and gives directional alerts when price touches High or low line  The strategy is simp
Pivot Points Multi Symbol Scanner scans all symbols available in marketwatch for Floor, Woodie, Camarilla, Demark or Fibonacci Pivot Points. You can select any timeframe to calculate pivot points and get alerts when price touch these levels of support and resistance. For visual Pivot Points You may be interested in this product : https://www.mql5.com/en/market/product/110231 It has options for choosing various alerts type You can choose and set frequency to scan in milliseconds 1000 means it
This library will allow you to manage trades using any of your EA and its very easy to integrate on any EA which you can do yourself with the script code which is mentioned in description and also demo examples on video which shows the complete process. This product allows trading operations via API and does not include charts. Users may use charts from brokers who provides Crypto and send orders to binance - Supports One way and Hedge Mode - Place Limit, SL Limit and Take Profit Limit Orders -
This library will allow you to manage trades using any of your EA and its very easy to integrate on any EA which you can do yourself with the script code which is mentioned in description and also demo examples on video which shows the complete process. This product allows trading operations to Bybit exchange via API  This tool does not have charting feature so users may use other symbols provided by exchanges for BTCUSDT and other crypto. - Place Limit and Market Orders (Hedge Mode and One Way
Trade Assistant Pro (MT4) A one-chart control panel for manual traders. It sizes every position from the risk you define, places market and pending orders from the chart, and then manages those positions with breakeven, partial closes and four trailing-stop engines. Trade Assistant Pro is a "utility" , not a signal generator. It does not predict direction and it never opens a trade on its own: every entry is triggered by you, from the panel, the chart lines, or an optional hotkey What it is fo
Patterns Explorer for Triangle pattern such as symmetrical triangle, asymmetrical triangle or right angle triangle , Wedge pattern such as Rising wedge or Falling wedge, Expansion pattern and Trend Channel This indicator explores historical pattern as well as current patterns, It is the best indicator for those who are trying to save time from manually drawing trendline or triangle and want to use this for automated analysis of plotting best patterns on chart Features : - Panel for changing ZigZ
Kraken Crypto Exchange Futures History Update Panel Features : 1.  It will create symbol based on setting and update history fully which is available from Kraken API for the symbol. This panel updates history on Kraken Futures symbols with Open High Low Close data, It also Prints message when History Update is complete. Please note this is not LIVE Data.   3.  You need to add Kraken API URL as mentioned at Tools > Options > Allow Webrequest from URL tab and also tick Allow Webrequest checkbox
5 EMA Scalping Strategy Multi Symbol Scanner This EA utility will scan all symbols which are selected in marketwatch and alert when such condition is formed in chart when Candle low is above EMA 5 for Sell alert and Candle high is lower from EMA5 so you can be ready before selling or buying for scalping purpose on 5min chart For more details watch attached video Logic : When a candle closes above 5 EMA in 5 mins chart, Wait for its low to break and Sell when low is broken by wick, Your SL shou
Multi Symbol ZigZag Breakout Scanner scans all symbols selected in marketwatch. It will help finding double top, double bottom or any fibonacci extension level easily when price is about to reach those levels. You can select Timeframe, and multiple Extdepths (up to 3) of Zigzag. Recommended ZigZag are 21,34 and 55 which covers all types of Zigzag and filter noise You can set to receive either terminal alert or push notification or both Use cases : 1. To find Break of structure of order blocks 2
Market structures are the one which when breakout in higher timeframe may help clears a trend to a trader. 1. This indicator will draw ZigZag to only last 2 structures (previous high and low of ZigZag ) and a new bar of ZigZag will be only formed when break of structure happens 2. It gives Terminal and Push notificationon break of structure 3. Increase and Decrease Extdepth of ZigZag from "[" and "]" keys to adjust swing 4. Change colors of Line AB BC and CD 5. Add to many charts and get alerts
Fibo Musang FMBCR CB1 breakout multi symbol scanner for MT5 scans all symbols selected in marketwatch for dominan break Fibo Musang CB1 or Candle Break 1 is a strategy that works very well on Gold XAUUSD and other forex symbols. This scanner will help you scan mulltisymbol currencies very fast and get alerts on FMCBR CB1 breakout Please see video for more details as its completely customizable as per trader's preference: 1. You can select timeframe and History of Bars 2. You can modify your p
Multi Symbol Double Click anywhere on chart to set price alert and get notified from Terminal Alert or Push Notification 1. Add the EA Utility on chart 2. Browse chart by <- left or -> right arrow keys 3. Double click anywhere on chart and it will add a line, drag this line to set your desired price and voila, alert is set! When price will reach to the line it will notify you with either terminal or push notification as per utility's settings.  This alert will keep working even if you restart te
Control Candle is the candlestick which holds multiple inside bars and are in control until its high low range is broken by close of any candlestick. When control candle is broken, price may act on these control candle as support and resistance. This indicator create rectangles on chart which will help you find control candles fast. Control candle indicator box is customizable by color, style, width and other options in indicator settings.
Cobra Levels
Rajesh Kumar Nait
Introducing Cobra Levels Watch the Tutorial video of backtest and accuracy : here This strategy is based on the concept that prices will revert to their mean or average value over time. Identify the mean price : Calculate the levels e.g. U4 U5 or D4 D5 Wait for the price to move away from the mean (Middle Line) before taking action. Buy and sell signals : Buy : When the price falls below the lower threshold. Sell : When the price rises above the upper threshold. These are 6 sets of levels w
Higher Time Frame Bars
Rajesh Kumar Nait
5 (1)
This indicator efficiently tracks any other timeframe candlesticks which you want to track on same chart 1. Select any higher time frame to load bars on same chart 2. Customize colors, width, background and style of candlesticks and wick width 3. Choose number of bars to draw candlesticks 4. Track higher timeframe complete candles along with wick and body 5. Easy and convenient for those who dont want to switch chart. 6. See candle range { high - low } and change color, font, size 7. Enable / Di
Binance Trading Tool for MT5 1. This product include live chart from websocket, historical chart, automatic updates on restart of mt5 terminal to make it run smooth with zero manual intervention that makes you experience to trade Binance smoothly. Trading, Live chart & Historical Data available for Spot and Futures Chart Features : 1. Live OHLC Chart via Websocket (wss) 2. Update History from API 3. Auto Update history on charts every time you open MT5 4. All time frame supports from M1 to
Cobra Pivot Points is an indicator for plotting best optimized pivot points support and resistance levels which you can backtest yourself by downloading the DEMO. 1. Select 7 type of Pivot Mode : Cobra, Camarilla 1, Camarilla 2, Floor, Woodie, Demark and Fibonacci pivots 2. You can use any time frame to find pivot points support and resistance 3. You can play with Previous day High Low Close value with Shift parameter. 1 = Previous Bar, 2 = Bar before Previous bar and so on.. These parameter wil
Multi Currency Previous Candle or Previous Bar Scanner helps you scan multi symbol charts with any custom timeframe which you select from indicator settings. Based on product : https://www.mql5.com/en/market/product/78657 It can be used to scan multi symbols for Previous Day high low, Previous week high low, Previous month High low or any custom timeframe e.g. Previous 4 hour chart high low It filters noise and gives directional alerts when price touches High or low line  The strategy is simpl
Pivot Points Multi Symbol Scanner scans all symbols available in marketwatch for Floor, Woodie, Camarilla, Demark or Fibonacci Pivot Points. You can select any timeframe to calculate pivot points and get alerts when price touch these levels of support and resistance. For visual Pivot Points You may be interested in this product : https://www.mql5.com/en/market/product/110072 It has options for choosing various alerts type You can choose and set frequency to scan in milliseconds 1000 means it
Filter:
No reviews
Reply to review