Articles, Library comments - page 64

Check out the new article: Integrating MQL5 with data processing packages (Part 3): Enhanced Data Visualization . In this article, we will perform Enhanced Data Visualization by going beyond basic charts by incorporating features like interactivity, layered data, and dynamic elements, enabling
Check out the new article: Mastering File Operations in MQL5: From Basic I/O to Building a Custom CSV Reader . This article focuses on essential MQL5 file-handling techniques, spanning trade logs, CSV processing, and external data integration. It offers both conceptual understanding and hands-on
Check out the new article: Integrating MQL5 with data processing packages (Part 4): Big Data Handling . Exploring advanced techniques to integrate MQL5 with powerful data processing tools, this part focuses on efficient handling of big data to enhance trading analysis and decision-making. Financial
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
iGDR_Fractal_Levels : iGDR_Fractal_Levels indicator shows the fractals average values over a certain period of time. The indicator displays only three levels on the chart showing them in different colors. The same levels are plotted to the right from the text labels, though considering the variation
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
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
MA Cross 3MACross Alert WarnSig : Crossover of three iMAs (Moving Average, MA). Alert, sound notification and email notification of the first crossover. Arrows mark the crossover. Author: Vladimir Karputov
New article Automatic construction of support and resistance lines has been published: The article deals with automatic construction of support/resistance lines using local tops and bottoms of price charts. The well-known ZigZag indicator is applied to define these extreme values. Support and
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)
Volume Profil & Range V6 : Volume Profile + Range v6.0 (former TPO). Distribution of deals by price levels at a given time interval. Displayed as a histogram. The width of the histogram at the level means the number of transactions carried out on it. If a broker provides data on a real volume, the
RSI of parabolic SAR : RSI of parabolic SAR Author: Mladen Rakic
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  (90   1 2 3 4 5 ... 8 9)
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
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
New article How to Export Quotes from МetaTrader 5 to .NET Applications Using WCF Services is published: This article will show you one of the ways to export quotes from MetaTrader 5 to applications written in .NET. Author: Alexander
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
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