Articles, Library comments - page 24

Check out the new article: Trading Insights Through Volume: Moving Beyond OHLC Charts . Algorithmic trading system that combines volume analysis with machine learning techniques, specifically LSTM neural networks. Unlike traditional trading approaches that primarily focus on price movements, this
Check out the new article: Across Neighbourhood Search (ANS) . The article reveals the potential of the ANS algorithm as an important step in the development of flexible and intelligent optimization methods that can take into account the specifics of the problem and the dynamics of the environment
High Low Сluster : The indicator shows the zones between the price crossing and the "MA" indicator Author: Vladimir Karputov
Reverse Trades For All Symbols Script : Reverses all open trades for all symbols on the trading platform. Author: Iulian Persinaru
Check out the new article: Building a Candlestick Trend Constraint Model (Part 9): Multiple Strategies Expert Advisor (III) . Welcome to the third installment of our trend series! Today, we’ll delve into the use of divergence as a strategy for identifying optimal entry points within the prevailing
Check out the new article: Ensemble methods to enhance numerical predictions in MQL5 . In this article, we present the implementation of several ensemble learning methods in MQL5 and examine their effectiveness across different scenarios. Machine learning often produces multiple predictive models of
Swing High Low and Fibonacci Retracement Indicator : This is an indicator that combines swing high/low and Fibonacci Retracement to identify potential buying zones. Author: Minh Hieu Hoang
Quantile bands - 1.5: Quantile bands - new version. Author: Mladen Rakic
KeyLevels Executor MT4 EA : This EA calculates and visually displays Pivot Points on the chart, while also setting pending orders at R1, R2, R3, and S1, S2, S3 with your predefined stop loss (SL) and take profit (TP) levels. Author: Kommoju Sahityananda Devi
Check out the new article: Developing a Replay System (Part 52): Things Get Complicated (IV) . In this article, we will change the mouse pointer to enable the interaction with the control indicator to ensure reliable and stable operation. In the previous article Developing a Replay System (Part 51)
RSI of parabolic SAR: RSI of parabolic SAR Author: Mladen Rakic
New article How to Buy a Trading Robot on MQL5 Market? is published: Now you also can use trading robots and any technical indicators with MetaTrader 5. All you need to do is to launch MetaTrader 5 trading terminal and open Market tab of Toolbox window. Author: MetaQuotes
Check out the new article: Developing a Replay System (Part 54): The Birth of the First Module . In this article, we will look at how to put together the first of a number of truly functional modules for use in the replay/simulator system that will also be of general purpose to serve other purposes
Check out the new article: Master MQL5 from beginner to pro (Part I): Getting started with programming . This article is an introduction to a series of articles about programming. It is assumed here that the reader has never dealt with programming before. So, this series starts from the very basics
TimeGMT library for the strategy tester : Static class to fix the TimeGMT() function during testing in the strategy tester. Author: amrali
Max trade volume checker for your trading account (Script version) : A script which when run displays the maximum lot size permitted on the asset. Author: Conor Mcnamara
  Indicators: Open Interest  (29   1 2 3)
Open Interest: The indicator shows t he parameter "Total volume of open positions - SYMBOL_SESSION_INTEREST". ‌ Author: Vladimir Karputov
New article LifeHack for traders: Blending ForEach with defines (#define) has been published: The article is an intermediate step for those who still writes in MQL4 and has no desire to switch to MQL5. We continue to search for opportunities to write code in MQL4 style. This time, we will look into...
Hammer Indicator : The code above is a "Hammer" indicator that detects candlestick hammer formations (bullish and bearish) and inverted hammer formations (bullish and bearish) on a MetaTrader 5 chart. This indicator identifies price reversal patterns by calculating the size and ratio of the
Convert iExposure.mq4 From MetaQuotes : iExposure will show the opening of trading positions in tabular form in the sub-window below the main window. This allows the trader to see at a glance the positions in the market including the profit value and the amount of risk for each position. The
New article MQL5 for Newbies: Guide to Using Technical Indicators in Expert Advisors is published: In order to obtain values of a built-in or custom indicator in an Expert Advisor, first its handle should be created using the corresponding function. Examples in the article show how to use this or...
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...
Extreme highs and lows with tick prices : Marking the extreme points (higher highs and lower lows) with extreme highs and lows, but also with extreme bid and ask prices Author: Conor Mcnamara
Check out the new article: Neural Network in Practice: Pseudoinverse (I) . Today we will begin to consider how to implement the calculation of pseudo-inverse in pure MQL5 language. The code we are going to look at will be much more complex for beginners than I expected, and I'm still figuring out
Check out the new article: Developing a trading robot in Python (Part 3): Implementing a model-based trading algorithm . We continue the series of articles on developing a trading robot in Python and MQL5. In this article, we will create a trading algorithm in Python. To implement a trading
Neurotest : is a text for the neutral network would like to know your opinion. Author: Mustafa Seyyid Sahin
Check out the new article: Neural Networks Made Easy (Part 95): Reducing Memory Consumption in Transformer Models . Transformer architecture-based models demonstrate high efficiency, but their use is complicated by high resource costs both at the training stage and during operation. In this article
  Experts: KA-Gold Bot MT5  (12   1 2)
KA-Gold Bot MT5 : KA-Gold Bot is an advanced trading advisor specifically designed for gold, utilizing the powerful combination of the Keltner channel strategy and two exponential moving averages (EMAs) - the 10-period EMA and the 200-period EMA. Principle of Operation: The 10-period EMA represents
Check out the new article: MQL5 Trading Toolkit (Part 4): Developing a History Management EX5 Library . Learn how to retrieve, process, classify, sort, analyze, and manage closed positions, orders, and deal histories using MQL5 by creating an expansive History Management EX5 Library in a detailed
Check out the new article: Trading with the MQL5 Economic Calendar (Part 5): Enhancing the Dashboard with Responsive Controls and Filter Buttons . In this article, we create buttons for currency pair filters, importance levels, time filters, and a cancel option to improve dashboard control. These