Articles, Library comments - page 9

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
Check out the new article: Integrate Your Own LLM into EA (Part 4): Training Your Own LLM with GPU . 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 our
Check out the new article: MQL5 Wizard Techniques you should know (Part 24): Moving Averages . Moving Averages are a very common indicator that are used and understood by most Traders. We explore possible use cases that may not be so common within MQL5 Wizard assembled Expert Advisors. We continue
Linear Regression Line : Linear Regression Line Author: Mladen Rakic
Linear Regression Slope : Linear Regression Slope Author: Mladen Rakic
Linear Regression Value : Linear Regression Value indicator Author: Mladen Rakic
Donchian Channels: Donchian Channels is a volatility indicator based on the calculation of the current price range with the help of the recent highest and lowest prices. All that is needed to calculate the Channel is to find the highest maximum and the lowest minimum for a definite period....
Check out the new article: The base class of population algorithms as the backbone of efficient optimization . The article represents a unique research attempt to combine a variety of population algorithms into a single class to simplify the application of optimization methods. This approach not
RSI Bot MT5 : RSI Bot, send alert buy when RSI<=20, send alert sell when RSI>=80 Author: Nguyen Minh Tri
CHistoryPositionInfo Class: A class for easy access to the closed position properties. Author: amrali
Tick RSI Adaptive : RSI adaptive indicator based on tick calculations Author: Conor Mcnamara
Check out the new article: Building A Candlestick Trend Constraint Model (Part 5): Notification System (Part I) . We will breakdown the main MQL5 code into specified code snippets to illustrate the integration of Telegram and WhatsApp for receiving signal notifications from the Trend Constraint