Articles, Library comments - page 81

News Detector for Mt4 & MT5 : One code that works for both Mt4 and Mt5 combined. Salient features of the code: -Filter News by High, Low or Medium Volatility -Filter By currencies -Filter by News Keyword -Auto GMT offset check -Dashboard to show upcoming News (Can be enabled or disabled) -Lines on
Double Bolling Band Signal : Let follow previous EA by this link https://www.mql5.com/en/code/46630 Author: Lo Thi Mai Loan
Candles, arbitrary seconds : This is an indicator that generates simulated data for any period - but in seconds Author: Automated-Trading
RSI Candles - Smoothed: Combination of 4 RSI values (RSI of High, Low, Open and Close) displayed as candles. This version has additional option to enable prices pre-smoothing prior to be used in calculation, which makes it an RSI-of-MA combination. To avoid prices pre-smoothing, use...
RegularExpressions in MQL5 for working with regular expressions : Regular expressions provide a formal language for quick and flexible processing of texts. Each regular expression is a pattern (mask), for which the regular expression engine tries to find matches in the source text. A pattern
Double ZigZag (no repaint): This indicator shows signals from two different Zigzags without repainting, and allows you to study the real behaviour of the zigzag indicator as a trading tool over time. Author: Point Zero
Check out the new article: Studying PrintFormat() and applying ready-made examples . The article will be useful for both beginners and experienced developers. We will look at the PrintFormat() function, analyze examples of string formatting and write templates for displaying various information in
Fractured Fractals: The Expert Advisor uses the Fractals indicator signals to place pending orders and trail the Stop Loss level of positions. Author: Vladimir Karputov
Close All Orders Instan : Close All Orders Instan Author: Abd Rahman W
Chart Save Template: The script saves current chart settings to a template with the specified name. Author: Vladimir Karputov
Check out the new article: Developing a Replay System — Market simulation (Part 08): Locking the indicator . In this article, we will look at how to lock the indicator while simply using the MQL5 language, and we will do it in a very interesting and amazing way. As I mentioned earlier, I could skip
Bands Bollinger code for beginners by William210 : Bands Bollinger beginner tutorial to learn how to code in MQL5 Author: Gerard Willia G J B M Dinh Sy
New article Graphical Interfaces IX: The Progress Bar and Line Chart Controls (Chapter 2) has been published: The second chapter of the part nine is dedicated to the progress bar and line chart controls. As always, there will be detailed examples provided to reveal how these controls can be used in
New article How to create a custom Donchian Channel indicator using MQL5 has been published: There are many technical tools that can be used to visualize a channel surrounding prices, One of these tools is the Donchian Channel indicator. In this article, we will learn how to create the Donchian
Moving average code for beginners by William210 : Moving average beginner tutorial to learn how to code in MQL5 Author: Gerard Willia G J B M Dinh Sy
New article Fundamentals of Statistics is published: Every trader works using certain statistical calculations, even if being a supporter of fundamental analysis. This article walks you through the fundamentals of statistics, its basic elements and shows the importance of statistics in decision
i-Regr : i-Regr is a MetaTrader 5 indicator. Regression Channel: Linear Regression Channel, Quadratic (Parabolic) Regression Channel, Cubic Regression Channel. Author: Vladimir Karputov
Check out the new article: Category Theory in MQL5 (Part 22): A different look at Moving Averages . In this article we attempt to simplify our illustration of concepts covered in these series by dwelling on just one indicator, the most common and probably the easiest to understand. The moving
New article MQL5 Cookbook: Monitoring Multiple Time Frames in a Single Window has been published: When choosing the direction for opening a position, a price chart with multiple time frames displayed at the same time may be quite useful. The MetaTrader 5 Client Terminal provides 21 time frames for
Check out the new article: Developing a Replay System — Market simulation (Part 02): First experiments (II) . This time, let's try a different approach to achieve the 1 minute goal. However, this task is not as simple as one might think. If you notice, we now have an outer loop that does this 1ms
Elliott Wave Oscillator: A good oscillator for helping you count Elliot waves. Author: Hossein Nouri 
New article The Order of Object Creation and Destruction in MQL5 is published: Every object, whether it is a custom object, a dynamic array or an array of objects, is created and deleted in MQL5-program in its particular way. Often, some objects are part of other objects, and the order of object
Save and show the objects of testing chart: After back testing, we usually need to analyze the testing result on a new chart which we have loaded our template,in this case we need to copy the objects on the testing chart to the new chart. This script helps to save the objects into a file and...
New article Another MQL5 OOP class is published: This article shows you how to build an Object-Oriented Expert Advisor from scratch, from conceiving a theoretical trading idea to programming a MQL5 EA that makes that idea real in the empirical world. Learning by doing is IMHO a solid approach to
INI File: A library to provide simple storage mechanism for expert advisors and indicators. Library Functions //---add new or update an existing key.bool  SetIniKey        (string fileName, string section, string key, T value)//--- If the key is not found, the returned value is NULL...
New article Universal Expert Advisor: Integration with Standard MetaTrader Modules of Signals (Part 7) has been published: This part of the article describes the possibilities of the CStrategy engine integration with the signal modules included into the standard library in MetaTrader. The article
New article Automated exchange grid trading using stop pending orders on Moscow Exchange (MOEX) has been published: The article considers the grid trading approach based on stop pending orders and implemented in an MQL5 Expert Advisor on the Moscow Exchange (MOEX). When trading in the market, one of
Cronex T RSI BBSW : The Cronex T RSI BBSW indicator for MetaTrader 5. Author: Sergii Kozin
  Indicators: FX Multi-Meter II  (50   1 2 3 4 5)
FX Multi-Meter II: Now combines 14 different indicators and 7 timeframes in an easy to read meter for any FX chart. Includes inbuilt History viewer. Fully configurable signals & indicators. Author: Benjamin Joshua Nash
The Double Bollinger Band Strategy MT4 : The Double Bollinger Band Strategy makes use of two Bollinger Bands in order to filter entries and exits in the forex market. Author: Lo Thi Mai Loan