Articles, Library comments - page 59

ATR ZigZag : ATR-based ZigZag implementation. Author: Andre Enger
Check out the new article: News Trading Made Easy (Part 4): Performance Enhancement . This article will dive into methods to improve the expert's runtime in the strategy tester, the code will be written to divide news event times into hourly categories. These news event times will be accessed within
Displaying Several CChartObject Objects in a Single Window : This script displays several subcharts in a single chart window according to the number of currency pairs in Market Watch menu. Author: Automated-Trading
New article Learn how to design a trading system by ADX has been published: In this article, we will continue our series about designing a trading system using the most popular indicators and we will talk about the average directional index (ADX) indicator. We will learn this indicator in detail to
Check out the new article: Self Optimizing Expert Advisor With MQL5 And Python (Part VI): Taking Advantage of Deep Double Descent . Traditional machine learning teaches practitioners to be vigilant not to overfit their models. However, this ideology is being challenged by new insights published by
New article Auto search for divergences and convergences has been published: The article considers all kinds of divergence: simple, hidden, extended, triple, quadruple, convergence, as well as divergences of A, B and C classes. A universal indicator for their search and display on the chart is
New article Creating Neural Network EAs Using MQL5 Wizard and Hlaiman EA Generator has been published: The article describes a method of automated creation of neural network EAs using MQL5 Wizard and Hlaiman EA Generator. It shows you how you can easily start working with neural networks, without
Amazing Oscilator : A combination of data analysis from the Awesome Oscillator and the resulting direction of the candles relative to the previous range Author: Nikclay Khrushchev
i-Breakeven: i-Breakeven groups the open position by symbol and for the each of group shows: 1. The current equity level. 2. The estimated breakeven level. Author: RickD2
New article Using cloud storage services for data exchange between terminals has been published: Cloud technologies are becoming more popular. Nowadays, we can choose between paid and free storage services. Is it possible to use them in trading? This article proposes a technology for exchanging data
XML parser : A library for parsing of XML documents. Pure MQL5, it doesn't uses any external libraries. Author: yu-sha
New article MQL5 Cookbook – Economic Calendar has been published: The article highlights the programming features of the Economic Calendar and considers creating a class for a simplified access to the calendar properties and receiving event values. Developing an indicator using CFTC non-commercial
Auto Profit Closer - MT4 EA : Automatically closes all open trades when the total profit reaches your defined Profit threshold. Author: Kommoju Sahityananda Devi
Check out the new article: Elements of correlation analysis in MQL5: Pearson chi-square test of independence and correlation ratio . The article observes classical tools of correlation analysis. An emphasis is made on brief theoretical background, as well as on the practical implementation of the
Check out the new article: Neural Networks Made Easy (Part 91): Frequency Domain Forecasting (FreDF) . We continue to explore the analysis and forecasting of time series in the frequency domain. In this article, we will get acquainted with a new method to forecast data in the frequency domain, which
Basic CCI RSI : The trading strategy based on two oscillators: iCCI (Commodity Channel Index, CCI) and iRSI (Relative Strength Index, RSI). Author: Vladimir Karputov
Check out the new article: Most notable Artificial Cooperative Search algorithm modifications (ACSm) . Here we will consider the evolution of the ACS algorithm: three modifications aimed at improving the convergence characteristics and the algorithm efficiency. Transformation of one of the leading
  Indicators: Vertical line  (20   1 2)
Vertical line : The indicator draws a vertical line (OBJ_VLINE) and then moves it to the specified time (hours and minutes). Author: Vladimir Karputov
Check for Market Open Hours : This Include File checks for Market Open Hours. An EA to test it is also included. Author: Wolfgang Melz
Check out the new article: Developing a Replay System (Part 50): Things Get Complicated (II) . We will solve the chart ID problem and at the same time we will begin to provide the user with the ability to use a personal template for the analysis and simulation of the desired asset. The materials
Check out the new article: Trading with the MQL5 Economic Calendar (Part 1): Mastering the Functions of the MQL5 Economic Calendar . In this article, we explore how to use the MQL5 Economic Calendar for trading by first understanding its core functionalities. We then implement key functions of the
Check out the new article: News Trading Made Easy (Part 2): Risk Management . In this article, inheritance will be introduced into our previous and new code. A new database design will be implemented to provide efficiency. Additionally, a risk management class will be created to tackle volume
SymbolX_Candle : This indicator calculates the index of a given currency, using the USD index. It is based on indicator SymbolX, but four prices are used for calculations: OHLC instead of just one Close price. Author: Scriptor
Check out the new article: Neural Networks Made Easy (Part 90): Frequency Interpolation of Time Series (FITS) . By studying the FEDformer method, we opened the door to the frequency domain of time series representation. In this new article, we will continue the topic we started. We will consider a
Check out the new article: Artificial Cooperative Search (ACS) algorithm . Artificial Cooperative Search (ACS) is an innovative method using a binary matrix and multiple dynamic populations based on mutualistic relationships and cooperation to find optimal solutions quickly and accurately. ACS
New article Mathematics in trading: Sharpe and Sortino ratios has been published: Return on investments is the most obvious indicator which investors and novice traders use for the analysis of trading efficiency. Professional traders use more reliable tools to analyze strategies, such as Sharpe and
AdaptiveTrader Pro EA : This Expert Advisor (EA) for MetaTrader leverages a combination of technical indicators, including RSI, ATR, and moving averages, to identify high-probability trading opportunities. Equipped with dynamic lot sizing, trailing stops, and performance-based adjustments, it is
Strategy Checklist : This indicator allows you to define a checklist for you to manually check and confirm your strategy before entering into a trade. Author: Carlos Oliveira
Check out the new article: Developing a multi-currency Expert Advisor (Part 1): Collaboration of several trading strategies . There are quite a lot of different trading strategies. So, it might be useful to apply several strategies working in parallel to diversify risks and increase the stability of
Check out the new article: Connexus Helper (Part 5): HTTP Methods and Status Codes . In this article, we will understand HTTP methods and status codes, two very important pieces of communication between client and server on the web. Understanding what each method does gives you the control to make