Articles, Library comments - page 98

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
A cross-platform library of original mathematical functions : Original mathematical functions taken from different places, which either do not have analogues or perform much faster than alternative implementations Author: fxsaber
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. bool
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
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
Check out the new article: Developing an MQTT client for MetaTrader 5: a TDD approach — Part 3 . This article is the third part of a series describing our development steps of a native MQL5 client for the MQTT protocol. In this part, we describe in detail how we are using Test-Driven Development to
Check out the new article: Category Theory in MQL5 (Part 21): Natural Transformations with LDA . This article, the 21st in our series, continues with a look at Natural Transformations and how they can be implemented using linear discriminant analysis. We present applications of this in a signal
Check out the new article: Estimate future performance with confidence intervals . In this article we delve into the application of boostrapping techniques as a means to estimate the future performance of an automated strategy. When we test a candidate trading system, we naturally end up with a
MaybeAwo EA : a Versatile automated trading tool for the MetaTrader 4 platform. This EA is designed to assist traders in managing their positions effectively by offering features such as setting a breakeven point, trailing stop, stop loss, and take profit levels. It works with various input
Levels : Another version of the indicator that calculates support/resistance levels. Author: Nikolay Kositsin