Articles, Library comments - page 112

RSI_Divergence : RSI Divergence indicator Author: Scriptor
New article A scientific approach to the development of trading algorithms has been published: The article considers the methodology for developing trading algorithms, in which a consistent scientific approach is used to analyze possible price patterns and to build trading algorithms based on these
ATR with Smoothing : ATR with 4 smoothing options : RMA, EMA, WMA, SMA Author: Vitor Palmeira Abbehusen
New article Creating a ticker tape panel: Improved version has been published: How do you like the idea of reviving the basic version of our ticker tape panel? The first thing we will do is change the panel to be able to add an image, such as an asset logo or some other image, so that the user could
Min_Max_Volume : An information indicator showing maximum and minimum volumes. It has one input parameter: Period - indicator calculation period. A candlestick having the maximum volume for a given period, is marked with a signal dot above the candlestick, the one having the minimum volume is marked
TradingBoxing : Trading panel based on class CDialog. Author: Vladimir Karputov
Spread Indicator : Spread Indicator - displays current spread in the chart window. The indicator can be placed on any pair on chart window. The font colour and indicator's display position can be changed on the fly. Pips can be normalized too. Author: Mirza Baig
Cosine distance and cosine similarity : Calculate the cosine distance and similarity between 2 vectors . The cosine distance is 1-cosine_similarity and the cosine similarity is the dot product of two vectors by their magnitudes multiplied. Author: Lorentzos Roussos
New article Using limit orders instead of Take Profit without changing the EA's original code has been published: Using limit orders instead of conventional take profits has long been a topic of discussions on the forum. What is the advantage of this approach and how can it be implemented in your
professional trading lab : enjoy Author: Sibonelo Sydney Mthombothi
Check out the new article: Category Theory in MQL5 (Part 18): Naturality Square . This article continues our series into category theory by introducing natural transformations, a key pillar within the subject. We look at the seemingly complex definition, then delve into examples and applications
ForexCandlestickPatterns: ForexCandlestickPatterns with alert are forex indicators based on Japanese Candlestick Strategies. Author: Roberto Jacobs
New article Practical application of neural networks in trading (Part 2). Computer vision has been published: The use of computer vision allows training neural networks on the visual representation of the price chart and indicators. This method enables wider operations with the whole complex of
Check out the new article: Data Science and Machine Learning (Part 17): Money in the Trees? The Art and Science of Random Forests in Forex Trading . Discover the secrets of algorithmic alchemy as we guide you through the blend of artistry and precision in decoding financial landscapes. Unearth how
New article Averaging Price Series for Intermediate Calculations Without Using Additional Buffers is published: This article is about traditional and unusual algorithms of averaging packed in simplest and single-type classes. They are intended for universal usage in almost all developments of
Exp_Zonal_Trading : The Expert Advisor which uses the AO and AC indicators in its operation, which were proposed by the Bill Williams. Author: Nikolay Kositsin
The MasterMind : The Expert Advisor uses the iStochastic (Stochastic) Oscillator, iWPR (Larry Williams' Percent Range) indicators. Author: Vladimir Karputov
3_Level_ZZ_Semafor : The simple indicator which displays minimums and maximums of the eldest, middle and short periods using semaphore dots. The basis of the zigzag calculation is the algorithm from the client terminal standard set \Examples\ZigZag.mq5. This indicator was written during the current
New article Fast Dive into MQL5 is published: You have decided to study MQL5 trading strategies' programming language, but you know nothing about it? We have tried to examine MQL5 and MetaTrader 5 terminal from the newcomers' point of view and have written this short introductory article. In this
Pending orders by time 2 : The Expert Advisor sets pending Buy Stop and Sell Stop order at a specified time. Author: Vladimir Karputov
New article Learn how to design a trading system by RSI has been published: In this article, I will share with you one of the most popular and commonly used indicators in the world of trading which is RSI. You will learn how to design a trading system using this indicator. In this part, we will see
Input and output of onnx model : The script is useful for inspecting the structure of ONNX models, providing insights into the input and output, their names, and their properties. It is particularly helpful for debugging and understanding the characteristics of ONNX models used in machine learning
Check out the new article: MQL5 Wizard Techniques you should know (Part 09). Pairing K-Means Clustering with Fractal Waves . K-Means clustering takes the approach to grouping data points as a process that’s initially focused on the macro view of a data set that uses random generated cluster
Periodic Range Breakout 2.0 : Slightly improved version of the previous one. Author: Mokara
Simple Support and Resistance : Simple Support, Resistance, and Mid-Line boilerplate Author: THOMAS RAY GURCHIEK
  Experts: ZigZag EA  (62   1 2 3 4 5 6 7)
ZigZag EA : Expert Advisor based on ZigZag indicator. Working with pending Buy Stop and Sell Stop orders. Author: Vladimir Karputov
Check out the new article: Neural networks made easy (Part 51): Behavior-Guided Actor-Critic (BAC) . The last two articles considered the Soft Actor-Critic algorithm, which incorporates entropy regularization into the reward function. This approach balances environmental exploration and model
MetaCOT 2 CFTC ToolBox (Set of Indicators) MT4: MetaCOT 2 CFTC ToolBox Indicators is a set of MetaCOT 2 indicators which provides access to data from CFTC reports. MetaCOT 2 supports COT reports, Disaggregated COT, TFF and CIT. All indicators are available in source code and can be used to build...
MQL5 Programming for Traders – Source Codes from the Book. Part 3 : Part 3 "Object Oriented Programming in MQL5" offers an immersion into the world of object-oriented programming (OOP) in the MQL5 language. Software development often involves the complexity related to the management of multiple
MQL5 Programming for Traders – Source Codes from the Book. Part 2 : Part 2 "MQL5 programming fundamentals" is an introduction to the key concepts of this programming language. This part of the book is devoted to data types, identifiers, variables, expressions, and operators. You will learn how to