Articles, Library comments - page 102

GRUCHA Percentage Index: GRUCHA Percentage Index Author: crn
Check out the new article: The Group Method of Data Handling: Implementing the Multilayered Iterative Algorithm in MQL5 . In this article we describe the implementation of the Multilayered Iterative Algorithm of the Group Method of Data Handling in MQL5. The Group Method of Data Handling is a type
Sell with Buy Stop Hedge for chart symbol / Buy with Sell Stop Hedge for chart symbol : Hedge with a stop order, instead of placing a Stop Loss. Author: Iulian Persinaru
New article Revisiting Murray system has been published: Graphical price analysis systems are deservedly popular among traders. In this article, I am going to describe the complete Murray system, including its famous levels, as well as some other useful techniques for assessing the current price
Volume Average percent : In capital markets, volume, or trading volume, is the amount (total number) of a security (or a given set of securities, or an entire market) that was traded during a given period of time. In the context of a single stock trading on a stock exchange, the volume is commonly
Check out the new article: Population optimization algorithms: Nelder–Mead, or simplex search (NM) method . The article presents a complete exploration of the Nelder-Mead method, explaining how the simplex (function parameter space) is modified and rearranged at each iteration to achieve an optimal
Multiple Buys and Sells ORDERS based on a currency pair strength. : Short description. Author: Iulian Persinaru
New article Parallel Particle Swarm Optimization has been published: The article describes a method of fast optimization using the particle swarm algorithm. It also presents the method implementation in MQL, which is ready for use both in single-threaded mode inside an Expert Advisor and in a
Check out the new article: Population optimization algorithms: Differential Evolution (DE) . In this article, we will consider the algorithm that demonstrates the most controversial results of all those discussed previously - the differential evolution (DE) algorithm. The idea of differential
Check out the new article: Neural networks made easy (Part 65): Distance Weighted Supervised Learning (DWSL) . In this article, we will get acquainted with an interesting algorithm that is built at the intersection of supervised and reinforcement learning methods. Behavior cloning methods, largely
Check out the new article: Introduction to MQL5 (Part 5): A Beginner's Guide to Array Functions in MQL5 . Explore the world of MQL5 arrays in Part 5, designed for absolute beginners. Simplifying complex coding concepts, this article focuses on clarity and inclusivity. Join our community of learners
Check out the new article: MQL5 Wizard Techniques you should know (14): Multi Objective Timeseries Forecasting with STF . Spatial Temporal Fusion which is using both ‘space’ and time metrics in modelling data is primarily useful in remote-sensing, and a host of other visual based activities in
ZigZag Based on Close Prices: The code is based on indicator ZigZag which is in-built in MT4.I have changed it so that it isn't calculated on highest Highs and lowest Lows, but instead uses highest Close and lowest Close of chart price history.See attached chart for differences: ZigZag (red) versus
Open Order With Trade Management : A Simple Trade Management Script Author: Muhammad Ali Akbar
Force index volatility bands : Force index with Volume/Volatility bands Author: Navdeep Singh
Error_Break_Script_V1 - Error_Break_Script_V1 : Short description.Error_Break_Script_V1 Author: Iulian Persinaru
Close_on_PROFIT_or_LOSS_inAccont_Currency : Close_on_PROFIT_or_LOSS_inAccont_Currency Author: Iulian Persinaru
  Scripts: CloseAllTrades  (11   1 2)
CloseAllTrades: Script closes all opened and pending positions. Author: Matus German
  Experts: MACD Cleaner  (12   1 2)
MACD Cleaner : An Expert Advisor based on the iMACD indicator (Moving Average Convergence/Divergence, MACD) Author: Vladimir Karputov
Check out the new article: MQL5 Wizard Techniques you should know (Part 07): Dendrograms . Data classification for purposes of analysis and forecasting is a very diverse arena within machine learning and it features a large number of approaches and methods. This piece looks at one such approach
Slope Entry Points : Indicator based on basic slope moving average and cloud around. Indicator shows two types of signals: prepearing - dot and entry - arrow. Author: Gelvema
Dynamic Trailing Stop Loss and Profit Target Management : This code snippet implements a dynamic risk management strategy for existing trades. It focuses on closing trades based on profit or loss thresholds and employs a trailing stop loss to lock in profits as the trade moves favorably. The
Urdala_Trol : The EA performs initial opening in both directions. Then it tries to pull the remaining side into profit. Working Strategy If there are no open positions (opened by the EA), two oppositely directed positions with the " Lots " initial lot are opened with a stop loss equal to " Stop Loss
Trail SL : simple trail stop loss code example. Author: Lee Chee Tat
FX5_NeelyElliotWave: The indicator plots various levels of Neely Monowaves on the chart. Author: Hazem
Check out the new article: DRAKON visual programming language — communication tool for MQL developers and customers . DRAKON is a visual programming language designed to simplify interaction between specialists from different fields (biologists, physicists, engineers...) with programmers in Russian
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
wd.Range_MACD : This indicator calculates the range difference between the 'MACD and Signal lines' and also the range distance between 'the last two MACD bar'. Author: Widy Prasetyo
LinearRegression : When applied to financial markets this method is usually used to determine the moments of prices extreme deviation from a "standard" level. Creation of a trend line using linear regression is based on the least squares method. This method assumes that a straight line is created
Check out the new article: ALGLIB numerical analysis library in MQL5 . The article takes a quick look at the ALGLIB 3.19 numerical analysis library, its applications and new algorithms that can improve the efficiency of financial data analysis. Why choose ALGLIB when working with financial data