Articles, Library comments - page 78

Check out the new article: MQL5 Trading Toolkit (Part 2): Expanding and Implementing the Positions Management EX5 Library . Learn how to import and use EX5 libraries in your MQL5 code or projects. In this continuation article, we will expand the EX5 library by adding more position management
New article Statistical Distributions in MQL5 - taking the best of R has been published: The R language is one of the best tools of statistical processing and analysis of data. Thanks to availability and support of multiple statistical distributions, it had become widespread in the analysis and
Check out the new article: Overcoming ONNX Integration Challenges . ONNX is a great tool for integrating complex AI code between different platforms, it is a great tool that comes with some challenges that one must address to get the most out of it, In this article we discuss the common issues you
Check out the new article: Neural networks made easy (Part 80): Graph Transformer Generative Adversarial Model (GTGAN) . In this article, I will get acquainted with the GTGAN algorithm, which was introduced in January 2024 to solve complex problems of generation architectural layouts with graph
Detect Fraiday of The First Week of The Month - To Detect NFP Day : This code can detect if its a friday of the first week of the month. It is usually to detect days with NFP. Sone trader dont want to trade at that day. Maybe this code can help some one who need it Author: Agus Wahyu Pratomo
FractalLevels_System : The indicator implements a breakout system using the Fractal_Levels indicator channel. Author: Nikolay Kositsin
Fractal dimension - Ehlers : Based on the June 2010 issue of TASC article by John Ehlers and Rick Ways "Fractal Dimension As A Market Mode Sensor". Short descriptions of their interpretation of fractal dimension would be the following: Fractal dimension There is no argument that market prices are
Check out the new article: Hybridization of population algorithms. Sequential and parallel structures . Here we will dive into the world of hybridization of optimization algorithms by looking at three key types: strategy mixing, sequential and parallel hybridization. We will conduct a series of
New article Combinatorics and probability for trading (Part V): Curve analysis has been published: In this article, I decided to conduct a study related to the possibility of reducing multiple states to double-state systems. The main purpose of the article is to analyze and to come to useful
Day Trading PAMXA : The strategy is based on two indicators calculated on two timeframes: iAO (Awesome Oscillator, AO) on the D1 TF and iStochastic (Stochastic Oscillator, Stoh) on H1. Author: Vladimir Karputov
  Expert Advisors: eInTradePanel  (47   1 2 3 4 5)
eInTradePanel : The eInTradePanel is a panel for manual trading, it has some useful functions. It needs the minimum space on the chart. Two modes are supported: Mode 1 (Fig. 1) - Open position with specified Stop Loss and Take Profit levels (in points). Mode 2 (Fig. 2) - Placement of order with Stop
Check out the new article: MQL5 Wizard Techniques you should know (Part 28): GANs Revisited with a Primer on Learning Rates . The Learning Rate, is a step size towards a training target in many machine learning algorithms’ training processes. We examine the impact its many schedules and formats can
Check out the new article: Population optimization algorithms: Resistance to getting stuck in local extrema (Part II) . We continue our experiment that aims to examine the behavior of population optimization algorithms in the context of their ability to efficiently escape local minima when
1 Click To Close All Open Positions: Click "Close All" button to close all open positions at once. Author: grandaevus
Check out the new article: Data Science and ML (Part 26): The Ultimate Battle in Time Series Forecasting — LSTM vs GRU Neural Networks . In the previous article, we discussed a simple RNN which despite its inability to understand long-term dependencies in the data, was able to make a profitable
New article Improve Your Trading Charts With Interactive GUI's in MQL5 (Part I): Movable GUI has been published: Unleash the power of dynamic data representation in your trading strategies or utilities with our comprehensive guide on creating movable GUI in MQL5. Dive into the core concept of chart
Check out the new article: Understanding Programming Paradigms (Part 2): An Object-Oriented Approach to Developing a Price Action Expert Advisor . Learn about the object-oriented programming paradigm and its application in MQL5 code. This second article goes deeper into the specifics of
Check out the new article: Introduction to MQL5 (Part 8): Beginner's Guide to Building Expert Advisors (II) . This article addresses common beginner questions from MQL5 forums and demonstrates practical solutions. Learn to perform essential tasks like buying and selling, obtaining candlestick
OHLC Check : Checking a trading system: Close > Open → BUY signal, Close < Open → SELL signal. Author: Vladimir Karputov
Breakout Martin Gale Expert Advisor for MT5 : This is an mql5 Expert Advisor trading the breakouts and using Martin Gale risk management. Author: Peter Mueller
EA_AML : Expert Advisor that trades based on the AML indicator, at the intersection of the bar with the indicator line. Author: Im_ hungry
MQL5 Programming for Traders – Source Codes from the Book. Part 1 : The first chapter of the book introduces the MQL5 language and development environment. One of the new features introduced in the MQL5 language compared to MQL4 (MetaTrader 4 language) is support for object-oriented programming
MQL5 Wizard MA RSI : The "MQL5 Wizard MA RSI" Expert Advisor has been generated using the MQL5 Wizard based on the signals of the trend MA (Moving Average) indicator and of the RSI (Relative Strength Index) oscillator. ‌ Author: Vladimir Karputov
Hacking objects in an EX5 : A demonstration on how to modify objects in an indicator without having the source code Author: Conor Mcnamara
Check out the new article: The Disagreement Problem: Diving Deeper into The Complexity Explainability in AI . Dive into the heart of Artificial Intelligence's enigma as we navigate the tumultuous waters of explainability. In a realm where models conceal their inner workings, our exploration unveils
News Detector for both Mt4 and Mt5 : One code that works for both Mt4 and Mt5 combined. Salient features of the code: -Filter News by High, Low or Medium Volatility -Filter By currencies -Filter by News Keyword -Auto GMT offset check -Dashboard to show upcoming News (Can be enabled or disabled)
Free Fuzzy Logic Library functions : The Fuzzy Logic - is a modern science, used in many fields, for example, it has military applications. Now it's available for the traders. Why Fuzzy Logic? There are some systems, easily can be solved by human, but it's difficult to program these systems. In such
Bollinger Band width calculation with Neural Network using : This Expert Advisor works with Neural Network method Author: surubabs
DPO - MA modified : change of MA curve to horizontal line and DPO curve shall represent the distance from close price to zero level (or MA curve) Author: Mohamed Hassan Mohamed Hassan Alsherbiny
Check out the new article: Portfolio Optimization in Python and MQL5 . This article explores advanced portfolio optimization techniques using Python and MQL5 with MetaTrader 5. It demonstrates how to develop algorithms for data analysis, asset allocation, and trading signal generation, emphasizing