Articles, Library comments - page 9

Check out the new article: Permuting price bars in MQL5 . In this article we present an algorithm for permuting price bars and detail how permutation tests can be used to recognize instances where strategy performance has been fabricated to deceive potential buyers of Expert Advisors. Permuting
Donchain chanel price action : it is an Indicator of Donchain chanel price action work with to all time frame. Author: Dao Thanh Tan
Check out the new article: Neural networks made easy (Part 55): Contrastive intrinsic control (CIC) . Contrastive training is an unsupervised method of training representation. Its goal is to train a model to highlight similarities and differences in data sets. In this article, we will talk about
ALGLIB - Numerical Analysis Library: ALGLIB math function library (v. 3.5.0) ported to MQL5. ALGLIB is one of the largest and most complete mathematical libraries Do you need to make a fast Fourier transform or to solve a differential equation system? Do you perform a complex data analysis trying...
Check out the new article: Working with ONNX models in float16 and float8 formats . Data formats used to represent machine learning models play a crucial role in their effectiveness. In recent years, several new types of data have emerged, specifically designed for working with deep learning models
EquityProtector : This Expert Advisor monitors the account equity and balance and closes all the trades and orders at the break of a custom drawdown limit. You'll never lose more than your daily threshold using this free tool. Author: Leandro Norcini
Basket Closer Profit/Loss : Basket Closer Type EA. Author: DADALI ARWALY
Multi_BreakEven.mt5 : Multi_BreakEven is a script file that enables setting multiple entry positions to breakeven, either through pips or a target price, once the trade becomes favorable. Author: Daniel Opoku
Check out the new article: Experiments with neural networks (Part 7): Passing indicators . Examples of passing indicators to a perceptron. The article describes general concepts and showcases the simplest ready-made Expert Advisor followed by the results of its optimization and forward test. Reading
New article MQL5 Wizard techniques you should know (Part 06): Fourier Transform has been published: The Fourier transform introduced by Joseph Fourier is a means of deconstructing complex data wave points into simple constituent waves. This feature could be resourceful to traders and this article
Candle shadow percent: The indicator finds candlesticks with a minimum or maximum shadow size. Limitation on the size of the candlestick body. Author: Vladimir Karputov
Blue Renko Bars: An indicator for constructing Renko bars in the chart sub-window. Author: Artur Smorodin
Drag & drop scripts to modify all orders of a currency: You pick the script and drag it on a charts point. Then it uses this point to modify all stop/take profit levels of the charts currency. Author: Joao Rosas
Check out the new article: Learn how to deal with date and time in MQL5 . A new article about a new important topic which is dealing with date and time. As traders or programmers of trading tools, it is very crucial to understand how to deal with these two aspects date and time very well and
Session Open H-Line: Draws a Horizontal Line at Session Open: On the hour (09:00, 15:00 etc) or any minute past the hour (9:30, 18:47 etc). Author: file45
Check out the new article: Neural networks made easy (Part 60): Online Decision Transformer (ODT) . The last two articles were devoted to the Decision Transformer method, which models action sequences in the context of an autoregressive model of desired rewards. In this article, we will look at
Check out the new article: Developing a Replay System (Part 28): Expert Advisor project — C_Mouse class (II) . When people started creating the first systems capable of computing, everything required the participation of engineers, who had to know the project very well. We are talking about the dawn
Check out the new article: Testing different Moving Average types to see how insightful they are . We all know the importance of the Moving Average indicator for a lot of traders. There are other Moving average types that can be useful in trading, we will identify these types in this article and
Titik Impas Breakeven MT4 : The Breakeven Point, or Titik Impas, denotes the price level at which a trade's profit becomes zero. By setting a position to Titik Impas Breakeven, the stop-loss is aligned with the position's opening price. This strategy proves valuable when you aim to allow profits to
SweetSpots: Splits the chart by horizontal levels after a specified period. Author: John Smith
New article Tips from a professional programmer (Part III): Logging. Connecting to the Seq log collection and analysis system has been published: Implementation of the Logger class for unifying and structuring messages which are printed to the Experts log. Connection to the Seq log collection and
Developing a multi-currency Expert Advisor — source codes from a series of articles : The source codes written during the development of the library for creating multi-currency Expert Advisors that combine many instances of various trading strategies. Author: Yuriy Bykov
New article How to Access the MySQL Database from MQL5 (MQL4) has been published: The article describes the development of an interface between MQL and the MySQL database. It discusses existing practical solutions and offers a more convenient way to implement a library for working with databases....
Boa_ZigZag_Arrows_Duplex: Two Boa_ZigZag indicators with different periods, which appear as arrows on one chart. Author: Nikolay Kositsin
Check out the new article: Developing a Replay System (Part 27): Expert Advisor project — C_Mouse class (I) . In this article we will implement the C_Mouse class. It provides the ability to program at the highest level. However, talking about high-level or low-level programming languages is not
Check out the new article: How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 5): Bollinger Bands On Keltner Channel — Indicators Signal . The Multi-Currency Expert Advisor in this article is an Expert Advisor or Trading Robot that can trade (open orders, close orders and manage
Check out the new article: Integrate Your Own LLM into EA (Part 1): Hardware and Environment Deployment . With the rapid development of artificial intelligence today, language models (LLMs) are an important part of artificial intelligence, so we should think about how to integrate powerful LLMs into
Check out the new article: Developing a Replay System (Part 26): Expert Advisor project — C_Terminal class . We can now start creating an Expert Advisor for use in the replay/simulation system. However, we need something improved, not a random solution. Despite this, we should not be intimidated by
New article Handling ZIP Archives in Pure MQL5 has been published: The MQL5 language keeps evolving, and its new features for working with data are constantly being added. Due to innovation it has recently become possible to operate with ZIP archives using regular MQL5 tools without getting third...
MQL5 Version of Position Size Calculator - Based on VP Money Management rules: MT5 (MQL5) Version of Position Size Calculator - Based on VP Money Management rulesThis version has been tested and works in both versions; in MT4 (MQL4) as well as in MT5 (MQL5).See the original MT4(MQL4) only version...