Articles, Library comments

New article How to Subscribe to Trading Signals is published: "Signals" in MetaTrader 5 trading platform allow traders to connect to any signal issued by providers. Select and subscribe to any trading signals provider to copy all his or her deals on your account. How to become an investor and...
New article How to Prepare a Trading Account for Migration to Virtual Hosting has been published: MetaTrader client terminal is perfect for automating trading strategies. It has all tools necessary for trading robot developers ‒ powerful C++ based MQL4/MQL5 programming language, convenient...
New article How to Become a Signals Provider for MetaTrader 4 and MetaTrader 5 is published: Do you want to offer your trading signals and make profit? Register on MQL5.com website as a Seller and specify your trading account to offer your signals to traders. Keep in mind that you can create only...
New article Why Virtual Hosting On The MetaTrader 4 And MetaTrader 5 Is Better Than Usual VPS has been published: Renting a virtual server right from the MetaTrader 4 and MetaTrader 5 terminals is the optimal way to ensure uninterrupted work of your trading robots and Signal subscriptions....
New article How to create Requirements Specification for ordering an indicator has been published: Most often the first step in the development of a trading system is the creation of a technical indicator, which can identify favorable market behavior patterns. A professionally developed indicator...
New article Use MQL5.community channels and group chats has been published: The MQL5.com website brings together traders from all over the world. Users publish articles, share free codes, sell products in the Market, perform Freelance orders and copy trading signals. You can communicate with them on
New article Payments and payment methods is published: MQL5.community built-in services offer great opportunities both to MQL5 developers and ordinary traders with no programming skills. But all these features can't be implemented without in-house secure payment system, that provides a convenient
Check out the new article: Build Self Optimizing Expert Advisors in MQL5 (Part 8): Multiple Strategy Analysis . How best can we combine multiple strategies to create a powerful ensemble strategy? Join us in this discussion as we look to fit together three different strategies into our trading
  Indicators: Price_Channel  (11   1 2)
Price_Channel : It's a well-known indicator that shows maximal and minimal prices (and average values) of the last n bars. Author: Александр
Tuyul GAP : Trading Gap Weekend, is it profitable? Author: Taufiqurrachman Assauqi
MQL5 Programming for Traders – Source Codes from the Book. Part 7 : The final seventh part of the book discusses the advanced capabilities of the MQL5 API, which will be useful when developing programs for MetaTrader 5. These include custom financial symbols, built-in economic calendar events, and
  Libraries: MT4Orders  (60   1 2 3 4 5 6)
MT4Orders: Parallel use of the MetaTrader 4 and MetaTrader 5 order systems. Author: fxsaber
TradeReportExporter : The TradeReportExporter script is designed to export the history of trades (trades) into a convenient CSV file. It automatically collects data on all trades for the last year for the instrument it is installed on. The file includes such data as date and time, transaction type
Check out the new article: Data Science and ML (Part 36): Dealing with Biased Financial Markets . Financial markets are not perfectly balanced. Some markets are bullish, some are bearish, and some exhibit some ranging behaviors indicating uncertainty in either direction, this unbalanced information
  Indicators: Volume Average  (18   1 2)
Volume Average: Long known volume analysis method. In capital markets, volume, or trading volume, is the amount (total number) of a security (or a given set of securities, or an entire market) that was traded during a given period of time. In the...
Partial close Sell Orders : Partially close active sell orders Author: Muhammad Syamil Bin Abdullah
Equity and Balance Indicator - History based : This indicator reads the trade history and plots the Cumulative P & L over time, helping visual traders to see how much money they are making or losing over time. This current version has a difference of 0.02% marginal error, due to rounding floats, and
Check out the new article: Creating an MQL5 Expert Advisor Based on the Daily Range Breakout Strategy . In this article, we create an MQL5 Expert Advisor based on the Daily Range Breakout strategy. We cover the strategy’s key concepts, design the EA blueprint, and implement the breakout logic in
Check out the new article: Creating a Trading Administrator Panel in MQL5 (Part XII): Integration of a Forex Values Calculator . Accurate calculation of key trading values is an indispensable part of every trader’s workflow. In this article, we will discuss, the integration of a powerful utility—the
Check out the new article: Feature Engineering With Python And MQL5 (Part I): Forecasting Moving Averages For Long-Range AI Models . The moving averages are by far the best indicators for our AI models to predict. However, we can improve our accuracy even further by carefully transforming our data
Check out the new article: Neural Networks in Trading: Node-Adaptive Graph Representation with NAFS . We invite you to get acquainted with the NAFS (Node-Adaptive Feature Smoothing) method, which is a non-parametric approach to creating node representations that does not require parameter training
EXSR : EXSR.mq5: A counter‑trend MT5 EA that catches reversals by combining RSI(14) extremes with Bollinger Band breakouts and a reversal candlestick, placing one trade per symbol with fixed SL/TP. Author: Le Trung Kien Hoang
Check out the new article: From Basic to Intermediate: Array (III) . In this article, we will look at how to work with arrays in MQL5, including how to pass information between functions and procedures using arrays. The purpose is to prepare you for what will be demonstrated and explained in future
New article How to create bots for Telegram in MQL5 has been published: This article contains step-by-step instructions for creating bots for Telegram in MQL5. This information may prove useful for users who wish to synchronize their trading robot with a mobile device. There are samples of bots in...
AlphaTrend : It is an indicator used to determine the trend, support and resistance level of the market. When volume data is available, it calculates using MFI, if not, it calculates using RSI. Momentum: RSI and MFI Volatility: ATR Author: Mahmut Deniz
Check out the new article: Building MQL5-Like Trade Classes in Python for MetaTrader 5 . MetaTrader 5 python package provides an easy way to build trading applications for the MetaTrader 5 platform in the Python language, while being a powerful and useful tool, this module isn't as easy as MQL5
Check out the new article: SQLite capabilities in MQL5: Example of a dashboard with trading statistics by symbols and magic numbers . In this article, we will consider creating an indicator that displays trading statistics on a dashboard by account and by symbols and trading strategies. We will
  Libraries: MultiTester  (467   1 2 3 4 5 ... 46 47)
MultiTester : Multiple runs/optimisations in Tester. Author: fxsaber
Supertrend by KivancOzbilgic : This is the exact conversion from pine script source code Supertrend by KivancOzbilgic Author: Yashar Seyyedin
Relative Strength Index (RSI) : The Relative Strength Index technical indicator (RSI) is a price-following oscillator that ranges between 0 and 100. When Wilder introduced the Relative Strength Index, he recommended using a 14-day RSI.. Since then, the 9-day and 25-day Relative Strength Index