Articles, Library comments - page 28

Didi Index: Didi Index mql5 source code. Author: Rudinei Felipetto
Check out the new article: Neural networks are easy (Part 59): Dichotomy of Control (DoC) . In the previous article, we got acquainted with the Decision Transformer. But the complex stochastic environment of the foreign exchange market did not allow us to fully implement the potential of the
Export trade history to CSV: This script will export the trade history from MT5 selected between two dates. The resulting file is CSV that can be opened/imported with any spreadsheet software.Current version 1.0 does not add the takeprofit and stoploss. Any advice to improve this is welcomed. Author...
Historex: export the history of rates and ticks to CSV-files : This is a script to export rates and ticks of current chart's symbol into CSV-files compatible with MT5's export/import format. Author: Stanislav Korotky
Check out the new article: Developing a Replay System — Market simulation (Part 25): Preparing for the next phase . In this article, we complete the first phase of developing our replay and simulation system. Dear reader, with this achievement I confirm that the system has reached an advanced level
Check out the new article: Developing a Replay System — Market simulation (Part 24): FOREX (V) . Today we will remove a limitation that has been preventing simulations based on the Last price and will introduce a new entry point specifically for this type of simulation. The entire operating
Check out the new article: Benefiting from Forex market seasonality . We are all familiar with the concept of seasonality, for example, we are all accustomed to rising prices for fresh vegetables in winter or rising fuel prices during severe frosts, but few people know that similar patterns exist in
Check out the new article: Developing a Replay System — Market simulation (Part 23): FOREX (IV) . Now the creation occurs at the same point where we converted ticks into bars. This way, if something goes wrong during the conversion process, we will immediately notice the error. This is because the
Check out the new article: Developing a Replay System — Market simulation (Part 22): FOREX (III) . Although this is the third article on this topic, I must explain for those who have not yet understood the difference between the stock market and the foreign exchange market: the big difference is
SAR ADX Signal : SAR ADX Signal with mobile notification, rewritten from MT4 version (source no longer found). This is a repaintable indicator, please be careful when using it. Author: Le Minh Duc
Automatically bring charts one by one to the top: This indicator helps to move charts one by one to the the front, just like slide show,and make your hands free. Author: Ziheng Zhuang
New article Dealing with Time (Part 2): The Functions has been published: Determing the broker offset and GMT automatically. Instead of asking the support of your broker, from whom you will probably receive an insufficient answer (who would be willing to explain a missing hour), we simply look
Strong Historical Levels : Short description. Author: Mahdi Ebrahimzadeh
5 Minutes Scalping System: It is a manual trading system consisting of 5 indicators. We buy when all indicators are in blue, and we sell when all indicators are in red. Indicators auto turn chart in M5 time frame, there is a switch to skip it. Author: Nikolaos Pantzos
New article OpenCL: From Naive Towards More Insightful Programming is published: This article focuses on some optimization capabilities that open up when at least some consideration is given to the underlying hardware on which the OpenCL kernel is executed. The figures obtained are far from being...
  Indicators: FivePattern  (36   1 2 3 4)
FivePattern: This indicator shows М & W Wave Patterns by Merrill and support/resistance levels on a chart. The indicator is recalculated on each new history bar (to save CPU time when rendering objects). The names of all objects are pseudo-random. The indicator calculates the predicted price...
Check out the new article: Introduction to MQL5 (Part 4): Mastering Structures, Classes, and Time Functions . Unlock the secrets of MQL5 programming in our latest article! Delve into the essentials of structures, classes, and time functions, empowering your coding journey. Whether you're a beginner
Check out the new article: Population optimization algorithms: Stochastic Diffusion Search (SDS) . The article discusses Stochastic Diffusion Search (SDS), which is a very powerful and efficient optimization algorithm based on the principles of random walk. The algorithm allows finding optimal
MACD_Histogram: The indicator displays divergences between a price chart and MACD histogram signal line. The divergences are shown on a chart as line segments. The trade signals are displayed as colored arrows, also it shows alerts. Author: Nikolay Kositsin
ChandelierStops_v1: A trend indicator implemented in the form of NRTR. Author: Nikolay Kositsin
  Experts: Simple Scalping EA  (26   1 2 3)
Simple Scalping EA: Very simple scalping EA, no Indicators. Logic is based on very fast price movements. Author: yan
Indices Testing : Der EA tradet nur Buy - Positionen und setzt kein Sl und TP ein. Author: Igor Widiger
Check out the new article: Developing a Replay System — Market simulation (Part 21): FOREX (II) . We will continue to build a system for working in the FOREX market. In order to solve this problem, we must first declare the loading of ticks before loading the previous bars. This solves the problem
Adaptive Volatility Analysis : AVA adapts its analysis based on current market dynamics. This adaptability makes it invaluable for predicting shifts towards higher volatility or calmer periods. Author: Thibauld Charles Ghislain Robin
Frog Jump : Hides Alone Candlesticks Author: Rajesh Kumar Nait
Trend indicator based on singular spectrum analysis: Extracting trend and filtering noises using the method of singular spectrum analysis. Adjusting the indicator parameters allows to control the smoothness of the extracted trend and noise filtering threshold. Author: Roman Korotchenko
Check out the new article: Neural networks made easy (Part 58): Decision Transformer (DT) . We continue to explore reinforcement learning methods. In this article, I will focus on a slightly different algorithm that considers the Agent’s policy in the paradigm of constructing a sequence of actions
Symbol Trade Made Simple With Functions : This library shows useful informations and do a lot of functions to a symbol. Author: Thiago Duarte
New article How to Write a Good Description for a Market Product is published: MQL5 Market has many products for sale but some of their descriptions leave much to be desired. Many texts are obviously in need of improvement, as common traders are not able to comprehend them. This article will help...
New article Custom symbols: Practical basics has been published: The article is devoted to the programmatic generation of custom symbols which are used to demonstrate some popular methods for displaying quotes. It describes a suggested variant of minimally invasive adaptation of Expert Advisors for