Articles, Library comments - page 107

Check out the new article: Multiple Symbol Analysis With Python And MQL5 (Part II): Principal Components Analysis For Portfolio Optimization . Managing trading account risk is a challenge for all traders. How can we develop trading applications that dynamically learn high, medium, and low-risk modes
New article MQL5 Wizard techniques you should know (Part 01): Regression Analysis has been published: Todays trader is a philomath who is almost always (either consciously or not...) looking up new ideas, trying them out, choosing to modify them or discard them; an exploratory process that should
Check out the new article: Data Science and ML (Part 23): Why LightGBM and XGBoost outperform a lot of AI models? . These advanced gradient-=boosted decision tree techniques offer superior performance and flexibility, making them ideal for financial modeling and algorithmic trading. Learn how to
send a trade position to telegram channel : hi, this code need your telegram token and telegram chat id . you can make robot by BotFather and then search in google how you can find telegram token and chat id then attach them to this code . now every trade would be signals on your telegram channel
Check out the new article: How to view deals directly on the chart without weltering in trading history . In this article, we will create a simple tool for convenient viewing of positions and deals directly on the chart with key navigation. This will allow traders to visually examine individual
Check out the new article: Requesting in Connexus (Part 6): Creating an HTTP Request and Response . In this sixth article of the Connexus library series, we will focus on a complete HTTP request, covering each component that makes up a request. We will create a class that represents the request as a
LSTM Neural Network : Long Short-Term Memory Neural Network - for time series analysis. Author: Shephard Mukachi
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
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