Articles, Library comments - page 30

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
Multi Currency Template: This is Multi Currency Expert Advisor Template that can trade according to symbol list (default 6 symbols).For Example, Ichimoku Chinkou Span is used for entry logic.// Main input parametersinput double Lots = 0.01; // Basic lot sizeinput int StopLoss= 50; //Stoploss (in
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
Check out the new article: How to integrate Smart Money Concepts (OB) coupled with Fibonacci indicator for Optimal Trade Entry . The SMC (Order Block) are key areas where institutional traders initiate significant buying or selling. After a significant price move, fibonacci helps to identify
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 How to Order an Expert Advisor and Obtain the Desired Result is published: How to write correctly the Requirement Specifications? What should and should not be expected from a programmer when ordering an Expert Advisor or an indicator? How to keep a dialog, what moments to pay special...
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