Articles, Library comments - page 72

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 
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...
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
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
New article A Universal Oscillator with a GUI has been published: The article describes the process of creation of a universal indicator based on all oscillators available in the terminal, with its own graphical interface. The GUI allows users to quickly and easily change settings of each oscillator...
Sma with NET : Sma (Simple Moving Average) with NET (Noise Elimination Technology) Author: Mladen Rakic
New article Practical application of neural networks in trading. Python (Part I) has been published: In this article, we will analyze the step-by-step implementation of a trading system based on the programming of deep neural networks in Python. This will be performed using the TensorFlow machine
  Experts: PROphet  (11   1 2)
PROphet : A practical EA for the intraday trading from 10:00 till 19:00. It works well on 5M EURUSD. The expected payoff is 40..60 pips per week on the forward testing. Author: Борис
ATR - Average True Range - code for beginners by William210 : ATR - Average True Range - beginner tutorial to learn how to code in MQL5 Author: Gerard Willia G J B M Dinh Sy
Symbol Filling Policy Determination : This function allows you to retrieve and return the filling policy of a symbol in MetaTrader 5. This is useful for making trading decisions based on the filling policy of a specific financial instrument. Author: Manuel Espinosa
[EA] - Charles-1.3.7: Improvements to the previous version. Author: afabiani
  Experts: [EA] - Charles 2.1.5  (24   1 2 3)
[EA] - Charles 2.1.5: Multi-currency EA, working on brekouts and stop-orders. Author: afabiani
  Experts: [EA] Charles-1.3.3  (14   1 2)
[EA] Charles-1.3.3: EA placing orders progressively and scalping on global profit. Author: afabiani
AO - Awesome Oscillator - without iAO() code for beginners by William210 : AO - Awesome Oscillator - without iAO() beginner tutorial to learn how to code in MQL5 Author: Gerard Willia G J B M Dinh Sy
Marubozu : A Marubozo is a long-bodied candlestick with no shadow, from the Japanese word meaning "close-cropped". Candlestick charts look at the opening and closing price on a single day and are used by technical traders. Author: Rajesh Kumar Nait
Super Scalper EMAs : Low risk, max profit, winning strategy EA. Based upon Super Scalper EMAs indicator Author: Alessio Fabiani