Articles, Library comments - page 83

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 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
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
New article Forecasting Time Series (Part 2): Least-Square Support-Vector Machine (LS-SVM) has been published: This article deals with the theory and practical application of the algorithm for forecasting time series, based on support-vector method. It also proposes its implementation in MQL and
Check out the new article: Filtering and feature extraction in the frequency domain . In this article we explore the application of digital filters on time series represented in the frequency domain so as to extract unique features that may be useful to prediction models. In the article " Practical
Check out the new article: Developing a Replay System — Market simulation (Part 20): FOREX (I) . The initial goal of this article is not to cover all the possibilities of Forex trading, but rather to adapt the system so that you can perform at least one market replay. We'll leave simulation for
Moving Averages, multi-timeframe : The iUniMA MTF indicator allows the user to choose between different types of moving averages ( SMA , EMA , SMMA , LWMA , AMA , DEMA , TEMA , FRAMA , and VIDYA ). It can be applied to any timeframe, higher or lower than the current chart's timeframe. Compared to
SR_TLB : An interpretation of Stieve Nisson's 'Three Line Break' strategy Author: Nikolay Kositsin
Check out the new article: Data Science and Machine Learning (Part 16): A Refreshing Look at Decision Trees . Dive into the intricate world of decision trees in the latest installment of our Data Science and Machine Learning series. Tailored for traders seeking strategic insights, this article
New article Market math: profit, loss and costs has been published: In this article, I will show you how to calculate the total profit or loss of any trade, including commission and swap. I will provide the most accurate mathematical model and use it to write the code and compare it with the
trading tycoon : enjoy Author: Sibonelo Sydney Mthombothi
Multi SellOrders : To assist traders who wish to open multiple sell orders quickly, a script file has been developed that allows them to execute a large number of trades with just one command. The default take profit and stop loss values are set in 5-digit broker format, but for traders using a
Implementation of my Hull Moving Average : Here is my colored Hull Moving Average. Author: Wolfgang Melz
Multi SellOrders : To assist traders who wish to open multiple sell orders quickly, a script file has been developed that allows them to execute a large number of trades with just one command. The default take profit and stop loss values are set in 5-digit broker format, but for traders using a
New article Adding a control panel to an indicator or an Expert Advisor in no time has been published: Have you ever felt the need to add a graphical panel to your indicator or Expert Advisor for greater speed and convenience? In this article, you will find out how to implement the dialog panel with
New article Graphical Interfaces I: Form for Controls (Chapter 2) has been published: This article is the continuation of the first part of the series about graphical interfaces. The first article Graphical Interfaces I: Preparation of the Library Structure (Chapter 1) considers in detail what this
Candle Grids : Draw a Rectangle on chart to plot custom grids based on points value on input Author: Rajesh Kumar Nait
Heikin Ashi Lines : A simpler way to display Heikin Ashi Author: Fernando Carreiro
New article Graphical Interfaces I: Preparation of the Library Structure (Chapter 1) has been published: This article is the beginning of another series concerning development of graphical interfaces. Currently, there is not a single code library that would allow quick and easy creation of high
New article Expert Advisor featuring GUI: Creating the panel (part I) has been published: Despite the fact that many traders still prefer manual trading, it is hardly possible to completely avoid the automation of routine operations. The article shows an example of developing a multi-symbol signal