Articles, Library comments - page 8

New article MetaTrader 5 and Python integration: receiving and sending data has been published: Comprehensive data processing requires extensive tools and is often beyond the sandbox of one single application. Specialized programming languages are used for processing and analyzing data, statistics...
Intraday Currencies Performance : A simple observatory of individual currencies. Author: Pueblo
Check out the new article: MQL5 Wizard Techniques you should know (Part 12): Newton Polynomial . Newton’s polynomial, which creates quadratic equations from a set of a few points, is an archaic but interesting approach at looking at a time series. In this article we try to explore what aspects could
Check out the new article: Integrating ML models with the Strategy Tester (Conclusion): Implementing a regression model for price prediction . This article describes the implementation of a regression model based on a decision tree. The model should predict prices of financial assets. We have
New article MQL5 Wizard techniques you should know (Part 05): Markov Chains has been published: Markov chains are a powerful mathematical tool that can be used to model and forecast time series data in various fields, including finance. In financial time series modelling and forecasting, Markov
Check out the new article: Neural networks made easy (Part 61): Optimism issue in offline reinforcement learning . During the offline learning, we optimize the Agent's policy based on the training sample data. The resulting strategy gives the Agent confidence in its actions. However, such optimism
Acc+BAl+MArg v2: Adds Account Balance, Equity, Margin, Free Margin and Profit to Chart Author: file45
Check out the new article: Creating multi-symbol, multi-period indicators . In this article, we will look at the principles of creating multi-symbol, multi-period indicators. We will also see how to access the data of such indicators from Expert Advisors and other indicators. We will consider the
Real Trade Copy MT5 : Utility for copying transactions from one MT5 account or MT4 account to another MT5 account. Author: Yuriy Bykov
Take Profit based on current profit : Most EAs tend to close orders in take profit based on the distance in pips from the purchase price. However, this MQL4 code is based mainly on the current profit. Author: Luca Cerquatelli
New article An attempt at developing an EA constructor has been published: In this article, I offer my set of trading functions in the form of a ready-made EA. This method allows getting multiple trading strategies by simply adding indicators and changing inputs. The EA created by the constructor
Check out the new article: Neural networks made easy (Part 46): Goal-conditioned reinforcement learning (GCRL) . In this article, we will have a look at yet another reinforcement learning approach. It is called goal-conditioned reinforcement learning (GCRL). In this approach, an agent is trained to
Check out the new article: Quantization in machine learning (Part 1): Theory, sample code, analysis of implementation in CatBoost . The article considers the theoretical application of quantization in the construction of tree models and showcases the implemented quantization methods in CatBoost. No
STRADDLE NEWS: This EA puts two simultaneously Pending Orders (Buy Stop and Sell Stop), when activated one of two pending orders, the reverse pending order is closed. Author: Danny Benjumea
MQL Plus Enhanced Debugging Support : An (optional) include file to enhance debugging experience. Author: Dominik Egert
String Manipulation Functions : A collection of useful string manipulation functions.. Author: amrali
iRSIOnArray for MT5: Header with iRSIOnArray function for use with MQL 4 or 5 code. Author: lippmaje
New article Trading Signals in MetaTrader 5: A Better Alternative to PAMM Accounts! is published: We are pleased to announce that MetaTrader 5 now features Trading Signals, thus giving a powerful tool to investors and managers. While you are following the trades of a successful trader, the terminal...
Check out the new article: Integrate Your Own LLM into EA (Part 2): Example of 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: 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