Articles, Library comments - page 81

New article Universal Expert Advisor: CUnIndicator and Use of Pending Orders (Part 9) has been published: The article describes the work with indicators through the universal CUnIndicator class. In addition, new methods of working with pending orders are considered. Please note: from this point on
New article Simple Mean Reversion Trading Strategy has been published: Mean reversion is a type of contrarian trading where the trader expects the price to return to some form of equilibrium which is generally measured by a mean or another central tendency statistic. Many asset classes, even
Boa_ZigZag_Arrows_Duplex : Two Boa_ZigZag indicators with different periods, which appear as arrows on one chart. Author: Nikolay Kositsin
Check out the new article: Developing a Replay System (Part 27): Expert Advisor project — C_Mouse class (I) . In this article we will implement the C_Mouse class. It provides the ability to program at the highest level. However, talking about high-level or low-level programming languages is not
Check out the new article: How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 5): Bollinger Bands On Keltner Channel — Indicators Signal . The Multi-Currency Expert Advisor in this article is an Expert Advisor or Trading Robot that can trade (open orders, close orders and manage
Check out the new article: Developing a Replay System (Part 26): Expert Advisor project — C_Terminal class . We can now start creating an Expert Advisor for use in the replay/simulation system. However, we need something improved, not a random solution. Despite this, we should not be intimidated by
Check out the new article: Data Science and Machine Learning(Part 20) : Algorithmic Trading Insights, A Faceoff Between LDA and PCA in MQL5 . Uncover the secrets behind these powerful dimensionality reduction techniques as we dissect their applications within the MQL5 trading environment. Delve into
Didi Needles - With Filtering : Classic version (on Chart) of Didi Needles indicator, now with a filtering threshold. Author: Minions Labs
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
New article Neural networks made easy (Part 8): Attention mechanisms has been published: In previous articles, we have already tested various options for organizing neural networks. We also considered convolutional networks borrowed from image processing algorithms. In this article, I suggest
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
  Experts: Hedge any positions  (42   1 2 3 4 5)
Hedge any positions : Opening an opposite position when reaching a profit of N pips Author: Vladimir Karputov
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
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
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
Check out the new article: Developing a Replay System — Market simulation (Part 17): Ticks and more ticks (I) . Here we will see how to implement something really interesting, but at the same time very difficult due to certain points that can be very confusing. The worst thing that can happen is
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
Stochastic Momentum Blau_SM : Stochastic Momenum (Stochastic Momentum, SM) by William Blau (see Momentum, Direction, and Divergence: Applying the Latest Momentum Indicators for Technical Analysis ). The q-period Stochastic Momentum is defined as a distance of the current close from the midpoint of q
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