Articles, Library comments - page 28

Check out the new article: Neural networks made easy (Part 60): Online Decision Transformer (ODT) . The last two articles were devoted to the Decision Transformer method, which models action sequences in the context of an autoregressive model of desired rewards. In this article, we will look at
Check out the new article: Developing a Replay System (Part 28): Expert Advisor project — C_Mouse class (II) . When people started creating the first systems capable of computing, everything required the participation of engineers, who had to know the project very well. We are talking about the dawn
Check out the new article: Testing different Moving Average types to see how insightful they are . We all know the importance of the Moving Average indicator for a lot of traders. There are other Moving average types that can be useful in trading, we will identify these types in this article and
Titik Impas Breakeven MT4 : The Breakeven Point, or Titik Impas, denotes the price level at which a trade's profit becomes zero. By setting a position to Titik Impas Breakeven, the stop-loss is aligned with the position's opening price. This strategy proves valuable when you aim to allow profits to
SweetSpots: Splits the chart by horizontal levels after a specified period. Author: John Smith
New article Tips from a professional programmer (Part III): Logging. Connecting to the Seq log collection and analysis system has been published: Implementation of the Logger class for unifying and structuring messages which are printed to the Experts log. Connection to the Seq log collection and
Developing a multi-currency Expert Advisor — source codes from a series of articles : The source codes written during the development of the library for creating multi-currency Expert Advisors that combine many instances of various trading strategies. Author: Yuriy Bykov
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: Integrate Your Own LLM into EA (Part 1): Hardware and Environment Deployment . With the rapid development of artificial intelligence today, language models (LLMs) are an important part of artificial intelligence, so we should think about how to integrate powerful LLMs into
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
MQL5 Version of Position Size Calculator - Based on VP Money Management rules: MT5 (MQL5) Version of Position Size Calculator - Based on VP Money Management rulesThis version has been tested and works in both versions; in MT4 (MQL4) as well as in MT5 (MQL5).See the original MT4(MQL4) only version...
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
MT5 DDE - Server: Export MQL5 live data to Excel (DDE) Author: Alexander Piechotta
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...