Articles, Library comments - page 13

Check out the new article: Building A Candlestick Trend Constraint Model (Part 5): Notification System (Part III) . This part of the article series is dedicated to integrating WhatsApp with MetaTrader 5 for notifications. We have included a flow chart to simplify understanding and will discuss the
Check out the new article: Developing a Replay System (Part 41): Starting the second phase (II) . If everything seemed right to you up to this point, it means you're not really thinking about the long term, when you start developing applications. Over time you will no longer need to program new
New article Learn how to design a trading system by ADX has been published: In this article, we will continue our series about designing a trading system using the most popular indicators and we will talk about the average directional index (ADX) indicator. We will learn this indicator in detail to
Check out the new article: MQL5 Wizard Techniques you should know (Part 25): Multi-Timeframe Testing and Trading . Strategies that are based on multiple time frames cannot be tested in wizard assembled Expert Advisors by default because of the MQL5 code architecture used in the assembly classes. We
Trailing with Close by Button and Profit : This EA help you for Auto set the TP & SL by default parameter, Auto trailing stop & step for any order that you place from any device, Easy way to close all orders with 3 Button "Close All" "Close Profit" "Close Lose", Auto close all orders by profit or
Check out the new article: Developing a Replay System (Part 40): Starting the second phase (I) . Today we'll talk about the new phase of the replay/simulator system. At this stage, the conversation will become truly interesting and quite rich in content. I strongly recommend that you read the
Check out the new article: Propensity score in causal inference . The article examines the topic of matching in causal inference. Matching is used to compare similar observations in a data set. This is necessary to correctly determine causal effects and get rid of bias. The author explains how this
Linear Regression Value (apply to) : Linear Regression Value indicator with an option that allows it to be applied to another indicator Author: Mladen Rakic
Get message of Popup Alert MT4 using : this Script will get content message from Popup Alert dialog Author: Nguyen Quoc Hung
Log4mql (MT5) : A logging library similar to Log4j but for MQL. Author: lippmaje
Bollinger Bands with post outer band smoothing : Bollinger Bands with controllable outer band smoothing (post smoothing) Author: Conor Mcnamara
Bollinger Bands with pre outer band smoothing : Bollinger Bands with controllable outer band smoothing (pre smoothing) Author: Conor Mcnamara
ATR classic therefore without iATR by William210 : This code does not trace the iatr() because the iatr() or this code is a more modern version. This code uses original smoothing, a kind of SMA and not wilder smoothing. The analysis of the two smoothings can suggest opportunities elsewhere Author
BTF_BB: The Bigger Time Frame Bollinger Bands indicator Author: Scriptor
Check out the new article: Developing Zone Recovery Martingale strategy in MQL5 . The article discusses, in a detailed perspective, the steps that need to be implemented towards the creation of an expert advisor based on the Zone Recovery trading algorithm. This helps automate the system saving time
New article How to create bots for Telegram in MQL5 has been published: This article contains step-by-step instructions for creating bots for Telegram in MQL5. This information may prove useful for users who wish to synchronize their trading robot with a mobile device. There are samples of bots in...
Check out the new article: Mastering Market Dynamics: Creating a Support and Resistance Strategy Expert Advisor (EA) . A comprehensive guide to developing an automated trading algorithm based on the Support and Resistance strategy. Detailed information on all aspects of creating an expert advisor in
Check out the new article: Creating Time Series Predictions using LSTM Neural Networks: Normalizing Price and Tokenizing Time . This article outlines a simple strategy for normalizing the market data using the daily range and training a neural network to enhance market predictions. The developed
Check out the new article: Developing a Replay System (Part 39): Paving the Path (III) . Before we proceed to the second stage of development, we need to revise some ideas. Do you know how to make MQL5 do what you need? Have you ever tried to go beyond what is contained in the documentation? If not
Check out the new article: Population optimization algorithms: Resistance to getting stuck in local extrema (Part I) . This article presents a unique experiment that aims to examine the behavior of population optimization algorithms in the context of their ability to efficiently escape local minima
Check out the new article: Modified Grid-Hedge EA in MQL5 (Part I): Making a Simple Hedge EA . We will be creating a simple hedge EA as a base for our more advanced Grid-Hedge EA, which will be a mixture of classic grid and classic hedge strategies. By the end of this article, you will know how to
Trap News MT5 : Script For Trap News High Impact Author: reza rahmad
Check out the new article: Developing a multi-currency Expert Advisor (Part 4): Pending virtual orders and saving status . Having started developing a multi-currency EA, we have already achieved some results and managed to carry out several code improvement iterations. However, our EA was unable to
New article Learn how to design a trading system by Parabolic SAR has been published: In this article, we will continue our series about how to design a trading system using the most popular indicators. In this article, we will learn about the Parabolic SAR indicator in detail and how we can design
Check out the new article: Building A Candlestick Trend Constraint Model(Part 5): Notification System(Part II) . Today, we are discussing a working Telegram integration for MetaTrader5 Indicator notifications using the power of MQL5, in partnership with Python and the Telegram Bot API. We will
New article How to Buy a Trading Robot on MQL5 Market? is published: Now you also can use trading robots and any technical indicators with MetaTrader 5. All you need to do is to launch MetaTrader 5 trading terminal and open Market tab of Toolbox window. Author: MetaQuotes
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
Colored Zerolag MACD: This is the MQL5 version of ZeroLag MACD that was available for MetaTrader 4 here: https://www.mql5.com/en/code/9993 Author: Farzin Sadeghi
Linear Regression Line (apply to) : Linear regression line with an option to be applied to another indicators Author: Mladen Rakic
Check out the new article: Color buffers in multi-symbol multi-period indicators . In this article, we will review the structure of the indicator buffer in multi-symbol, multi-period indicators and organize the display of colored buffers of these indicators on the chart. A single-color indicator