Articles, Library comments - page 14

Multi_BreakEven.mt5 : Multi_BreakEven is a script file that enables setting multiple entry positions to breakeven, either through pips or a target price, once the trade becomes favorable. Author: Daniel Opoku
Check out the new article: Experiments with neural networks (Part 7): Passing indicators . Examples of passing indicators to a perceptron. The article describes general concepts and showcases the simplest ready-made Expert Advisor followed by the results of its optimization and forward test. Reading
New article MQL5 Wizard techniques you should know (Part 06): Fourier Transform has been published: The Fourier transform introduced by Joseph Fourier is a means of deconstructing complex data wave points into simple constituent waves. This feature could be resourceful to traders and this article
Candle shadow percent: The indicator finds candlesticks with a minimum or maximum shadow size. Limitation on the size of the candlestick body. Author: Vladimir Karputov
Blue Renko Bars: An indicator for constructing Renko bars in the chart sub-window. Author: Artur Smorodin
Drag & drop scripts to modify all orders of a currency: You pick the script and drag it on a charts point. Then it uses this point to modify all stop/take profit levels of the charts currency. Author: Joao Rosas
Check out the new article: Learn how to deal with date and time in MQL5 . A new article about a new important topic which is dealing with date and time. As traders or programmers of trading tools, it is very crucial to understand how to deal with these two aspects date and time very well and
Session Open H-Line: Draws a Horizontal Line at Session Open: On the hour (09:00, 15:00 etc) or any minute past the hour (9:30, 18:47 etc). Author: file45
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
New article Handling ZIP Archives in Pure MQL5 has been published: The MQL5 language keeps evolving, and its new features for working with data are constantly being added. Due to innovation it has recently become possible to operate with ZIP archives using regular MQL5 tools without getting third...
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...
  Experts: AK-47 Scalper EA  (22   1 2 3)
AK-47 Scalper EA : AK-47 Scalper EA is fully automated. It uses the strategy of entering the sell Stop order continuously and will modifythe order when the price is opposite to the pending order. Author: Nguyen Quoc Hung
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