Articles, Library comments - page 40

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 consists...
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
New article Visual strategy builder. Creating trading robots without programming has been published: This article presents a visual strategy builder. It is shown how any user can create trading robots and utilities without programming. Created Expert Advisors are fully functional and can be tested...
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
New article Migrating from MQL4 to MQL5 is published: Many developers have accumulated a lot of indicators and trading strategies written in MQL4. To use them in Metatrader 5, they should be converted to MQL5. It's not so easy to rewrite all programs in MQL5. It would be much easier to convert them...
Check out the new article: The RSI Deep Three Move Trading Technique . Presenting the RSI Deep Three Move Trading Technique in MetaTrader 5. This article is based on a new series of studies that showcase a few trading techniques based on the RSI, a technical analysis indicator used to measure the
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
  Experts: Virtual Trailing Stop  (57   1 2 3 4 5 6)
Virtual Trailing Stop: Virtual Trailing Stop. Author: Vladimir Karputov
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...
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
Check out the new article: Neural networks made easy (Part 39): Go-Explore, a different approach to exploration . We continue studying the environment in reinforcement learning models. And in this article we will look at another algorithm – Go-Explore, which allows you to effectively explore the
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 
Sampler: The indicator (i_Sampler.mq5) calculates perfect market entry signals, which can be used for neural network training. It has two buffers: buffer 0 (green line) - analog signal, calculated as a ratio of the positive/negative price change (normalized to range [-1, +1]) during bars_future...
New article The algorithm of ticks’ generation within the strategy tester of the MetaTrader 5 terminal is published: MetaTrader 5 allows us to simulate automatic trading, within an embedded strategy tester, by using Expert Advisors and the MQL5 language. This type of simulation is called testing of...
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...
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
  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
volatility_Bar: volatility, flat Author: Martingeil
  Indicators: MA_BBands_YXF  (50   1 2 3 4 5)
MA_BBands_YXF: The indicator is a combination of MA channels and Bollinger Bands. Author: johnsun888