Articles, Library comments - page 12

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
Check out the new article: MQL5 Wizard Techniques you should know (Part 26): Moving Averages and the Hurst Exponent . The Hurst Exponent is a measure of how much a time series auto-correlates over the long term. It is understood to be capturing the long-term properties of a time series and therefore
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
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
Dealing with time (2) functions : Calculate DST for USA, EUR, AUD and RUB and the offset time of the broker from the 70's until 2030 and the automatically even in the Strategy Tester of MQ. Author: Carl Schreiber
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
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
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)
Reporting Memory Leaks in Strategy Tester : Monitoring of memory leaks in the strategy tester Author: Dr Matthias Hammelsbeck
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: Reimagining Classic Strategies in Python: MA Crossovers . In this article, we revisit the classic moving average crossover strategy to assess its current effectiveness. Given the amount of time time since its inception, we explore the potential enhancements that AI can
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
Close All Orders and Positions : This is a simple script that Closes all Orders and Positions available Author: Omega J Msigwa
DPO - MA modified : main point is changing of MA curve to horizontal line and DPO curve shall represent to distance from close price to zero level or MA curve Author: Mohamed Hassan Mohamed Hassan Alsherbiny
Moving Averages-14 different types : This is an indicator to calculate 14 types of moving averages based on close price. Author: Yashar Seyyedin
Volumes Spread mod : Volumes Spread mod Author: Nicholas C Weber
Copy Objects: The script copy objects (Trendline, Horizontal Line, Rectangle, Fibo) from active chart to all charts in this same symbol. Author: Tadeusz Kiesner
Channel ZZ: A brand-new version of Channel ZZ indicator Author: Андрей
Check out the new article: Developing an MQL5 Reinforcement Learning agent with RestAPI integration (Part 1): How to use RestAPIs in MQL5 . In this article we will talk about the importance of APIs (Application Programming Interface) for interaction between different applications and software
Check out the new article: Introduction to MQL5 (Part 7): Beginner's Guide to Building Expert Advisors and Utilizing AI-Generated Code in MQL5 . Discover the ultimate beginner's guide to building Expert Advisors (EAs) with MQL5 in our comprehensive article. Learn step-by-step how to construct EAs
Check out the new article: Using JSON Data API in your MQL projects . Imagine that you can use data that is not found in MetaTrader, you only get data from indicators by price analysis and technical analysis. Now imagine that you can access data that will take your trading power steps higher. You
New article Better Programmer (Part 07): Notes on becoming a successful freelance developer has been published: Do you wish to become a successful Freelance developer on MQL5? If the answer is yes, this article is right for you. Do not apply for a job that you are not sure how you are going to do
TradeTransaction Class: A base class to simplify coding of trade transactions in MQL5. Author: amrali
New article The Most Active MQL5.community Members Have Been Awarded iPhones! is published: We have long been planning to encourage the most active MQL5.com participants contributing to the Community development. Therefore, the new rating system has been implemented on the website. Articles, Code
Moving Average Crossover with and without Martingale functionality: The power of Martingale : Moving averages are useless. In fact, some argue that the best way to lose money for a beginner are MA-Price crossover strategies. But is it possible to make it work? Author: Peter Mueller
Check out the new article: Price Driven CGI Model: Theoretical Foundation . Let's discuss the data manipulation algorithm, as we dive deeper into conceptualizing the idea of using price data to drive CGI objects. Think about transferring the effects of events, human emotions and actions on financial
Check out the new article: Automated Parameter Optimization for Trading Strategies Using Python and MQL5 . There are several types of algorithms for self-optimization of trading strategies and parameters. These algorithms are used to automatically improve trading strategies based on historical and