Articles, Library comments - page 38

New article How to create Requirements Specification for ordering a trading robot has been published: Are you trading using your own strategy? If your system rules can be formally described as software algorithms, it is better to entrust trading to an automated Expert Advisor. A robot does not need...
Check out the new article: Introduction to MQL5 (Part 3): Mastering the Core Elements of MQL5 . Explore the fundamentals of MQL5 programming in this beginner-friendly article, where we demystify arrays, custom functions, preprocessors, and event handling, all explained with clarity making every line
Check out the new article: MQL5 Wizard Techniques you should know (Part 46): Ichimoku . The Ichimuko Kinko Hyo is a renown Japanese indicator that serves as a trend identification system. We examine this, on a pattern by pattern basis, as has been the case in previous similar articles, and also
Check out the new article: Stepwise feature selection in MQL5 . In this article, we introduce a modified version of stepwise feature selection, implemented in MQL5. This approach is based on the techniques outlined in Modern Data Mining Algorithms in C++ and CUDA C by Timothy Masters. Traditional
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
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
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
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
Check out the new article: Building A Candlestick Trend Constraint Model (Part 9): Multiple Strategies Expert Advisor (II) . The number of strategies that can be integrated into an Expert Advisor is virtually limitless. However, each additional strategy increases the complexity of the algorithm. By
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: Developing a robot in Python and MQL5 (Part 1): Data preprocessing . Developing a trading robot based on machine learning: A detailed guide. The first article in the series deals with collecting and preparing data and features. The project is implemented using the Python
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