Articles, Library comments - page 9

Check out the new article: Creating a market making algorithm in MQL5 . How do market makers work? Let's consider this issue and create a primitive market-making algorithm. Many people think that a market maker does not bear any risks at all. However, this is not the case. The main risk of a market
New article Understand and Use MQL5 Strategy Tester Effectively has been published: There is an essential need for MQL5 programmers or developers to master important and valuable tools. One of these tools is the Strategy Tester, this article is a practical guide to understanding and using the
  Experts: AK-47 Scalper EA  (24   1 2 3)
AK-47 Scalper EA : AK-47 Scalper EA is fully automated. It uses the strategy of entering the sell Stop order continuously and will modifythe order when the price is opposite to the pending order. Author: Nguyen Quoc Hung
Check out the new article: Time series clustering in causal inference . Clustering algorithms in machine learning are important unsupervised learning algorithms that can divide the original data into groups with similar observations. By using these groups, you can analyze the market for a specific
Check out the new article: Neural networks made easy (Part 82): Ordinary Differential Equation models (NeuralODE) . In this article, we will discuss another type of models that are aimed at studying the dynamics of the environmental state. Let's get acquainted with a new model family: Ordinary
Check out the new article: MQL5 Wizard Techniques you should know (Part 30): Spotlight on Batch-Normalization in Machine Learning . Batch normalization is the pre-processing of data before it is fed into a machine learning algorithm, like a neural network. This is always done while being mindful of
Check out the new article: Price-Driven CGI Model: Advanced Data Post-Processing and Implementation . In this article, we will explore the development of a fully customizable Price Data export script using MQL5, marking new advancements in the simulation of the Price Man CGI Model. We have
New article MQL5 — You too can become a master of this language has been published: This article will be a kind of interview with myself, in which I will tell you how I took my first steps in the MQL5 language. I will show you how you can become a great MQL5 programmer. I will explain the necessary
Raymond Cloudy Day For EA : Raymond Cloudy Day For EA, a revolutionary trading tool created by Raymond and expertly developed for the MT5 platform. This innovative indicator integrates a cutting-edge calculation method with advanced algorithms, surpassing traditional Pivot Points to enhance trading
Check out the new article: Developing a Replay System (Part 43): Chart Trader Project (II) . Most people who want or dream of learning to program don't actually have a clue what they're doing. Their activity consists of trying to create things in a certain way. However, programming is not about
Check out the new article: Integrating MQL5 with data processing packages (Part 1): Advanced Data analysis and Statistical Processing . Integration enables seamless workflow where raw financial data from MQL5 can be imported into data processing packages like Jupyter Lab for advanced analysis
Open and Close positions using the lines: It opens and closes positions using the crossing of the movable lines. Author: Vladimir Khlystov
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...
New article Websockets for MetaTrader 5 has been published: Before the introduction of the network functionality provided with the updated MQL5 API, MetaTrader programs have been limited in their ability to connect and interface with websocket based services. But of course this has all changed, in
Basic Martingale EA : A Sample of Averaging Up/Down Martingale EA. Author: DADALI ARWALY
Check out the new article: MQL5 Wizard Techniques you should know (Part 29): Continuation on Learning Rates with MLPs . We wrap up our look at learning rate sensitivity to the performance of Expert Advisors by primarily examining the Adaptive Learning Rates. These learning rates aim to be customized
AverageRangeLines_v1.6 : ADR,AWR,AMR,Draws Average Range Lines Author: NickBixy
Check out the new article: Algorithmic Trading With MetaTrader 5 And R For Beginners . Embark on a compelling exploration where financial analysis meets algorithmic trading as we unravel the art of seamlessly uniting R and MetaTrader 5. This article is your guide to bridging the realms of analytical
Check out the new article: Build Self Optimizing Expert Advisors With MQL5 And Python (Part II): Tuning Deep Neural Networks . Machine learning models come with various adjustable parameters. In this series of articles, we will explore how to customize your AI models to fit your specific market
New article Trading Tactics on Forex has been published: The article will help a beginning trader to develop trading tactics on FOREX. Author: Victor Chebotariov
New article Features of Experts Advisors has been published: Creation of expert advisors in the MetaTrader trading system has a number of features. Author: MetaQuotes Software Corp.
Moving Average with alerts on price crossovers : I wanted to build a moving average which would create an alert when the price moves over the line by a user defined amount of points. It creates both bullish and bearish signals depending on the direction of market price moving through the MA. It is
Check out the new article: Developing a Replay System (Part 42): Chart Trader Project (I) . Let's create something more interesting. I don't want to spoil the surprise, so follow the article for a better understanding. From the very beginning of this series on developing the replay/simulator system
Check out the new article: OpenAI's ChatGPT features within the framework of MQL4 and MQL5 development . In this article, we will fiddle around ChatGPT from OpenAI in order to understand its capabilities in terms of reducing the time and labor intensity of developing Expert Advisors, indicators and
Check out the new article: Data Science and ML (Part 28): Predicting Multiple Futures for EURUSD, Using AI . It is a common practice for many Artificial Intelligence models to predict a single future value. However, in this article, we will delve into the powerful technique of using machine learning
Check out the new article: Role of random number generator quality in the efficiency of optimization algorithms . In this article, we will look at the Mersenne Twister random number generator and compare it with the standard one in MQL5. We will also find out the influence of the random number
No Loss EA - No Indicator, No Price Action strategy for MetaTrader 4 : This strategy eliminates the need to rely on indicators, candlestick patterns, chart patterns, or any price action. This EA employs a progressive system that I have been using for the past six months and have backtested for over
MovingAverages.mqh Part I by Wiliam210 : This indicator shows you how to use native functions SimpleMA(), ExponentialMA(), SmoothedMA(), LinearWeightedMA which are in the MovingAverages.mqh library in the includes directory Author: Gerard Willia G J B M Dinh Sy
We all know MQL5 is a great language. It provides a full set of functions to deal with the market data and to develop programs and automated strategies. But sometimes it may not attend to all of our needs. Imagine you want pass a double** ptr to a function. You can't do that in MQL5, because
Fair Value Gap : Fair Value gaps are used in ICT's smart money concept where there is an imbalanace of 1 point or more between 1st candle's high and 3rd candle 's low in bullish and 1st candle 's low and 3rd candle's high in bullish Author: Rajesh Kumar Nait