Articles, Library comments - page 80

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
Autotrader Momentum : The Expert Advisor compares Close prices Author: Vladimir Karputov
New article MetaTrader 5 on macOS is published: We provide a special installer for the MetaTrader 5 trading platform on macOS. It is a full-fledged wizard that allows you to install the application natively. The installer performs all the required steps: it identifies your system, downloads and
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 Multibot in MetaTrader: Launching multiple robots from a single chart has been published: In this article, I will consider a simple template for creating a universal MetaTrader robot that can be used on multiple charts while being attached to only one chart, without the need to configure
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
MQL5 Programming for Traders – Source Codes from the Book. Part 5 : In Part 5 of the book, we'll delve deeper into the APIs associated with algorithmic trading, including financial data analysis and processing, chart visualization, automation, and user interactions. Author: MetaQuotes
New article Securing MQL5 code: Password Protection, Key Generators, Time-limits, Remote Licenses and Advanced EA License Key Encryption Techniques is published: Most developers need to have their code secured. This article will present a few different ways to protect MQL5 software - it presents
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 6 : In Part 6 of the "MQL5 Programming for Traders", we will study a key component of the MQL5 language – trading automation. We will start with a description of the fundamental entities, such as financial instrument specifications and
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