Articles, Library comments - page 78

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
Check out the new article: Neural networks made easy (Part 64): ConserWeightive Behavioral Cloning (CWBC) method . As a result of tests performed in previous articles, we came to the conclusion that the performance of the trained strategy largely depends on the training set used. In this article, we
Save history to HST : The script exports historical data to HST format for its use in MetaTrader 4 client terminal. This file can be imported in MetaTrader 4 as historical data or you can open it as offline chart. Initially, this script was designed for checking of the indicators, written in MQL4
Check out the new article: Cross-validation and basics of causal inference in CatBoost models, export to ONNX format . The article proposes the method of creating bots using machine learning. Just as our conclusions are often wrong and need to be verified, the results of predictions from machine
News EA Template without DLL: Template EA that downloads news without the use of DLL. Author: Yurij Izyumov
News EA Template Without DLL From 2 Sources: The functions included in this template use two news sources - Investing.com and Dailyfx.com. The template doesn’t use DLL. Author: Yurij Izyumov
Hans123_Trader v2 : Pending Buy Stop and Sell Stop orders. The EA trades in the specified time period. Determines the highest and lowest prices in the specified range of bars. Position trailing. A further development of the first version Hans123_Trader . The Expert Advisor places pending Buy Stop
New article Can Heiken-Ashi Combined With Moving Averages Provide Good Signals Together? has been published: Combinations of strategies may offer better opportunities. We can combine indicators or patterns together, or even better, indicators with patterns, so that we get an extra confirmation
  Indicators: Multi Forex Scanner  (44   1 2 3 4 5)
Multi Forex Scanner: Instead of having to analyze each pair individually, you can see at a glance what are the most promising pairs according to your own criteria. Author: Carlos Oliveira 
Check out the new article: MQL5 Wizard Techniques you should know (Part 13). DBSCAN for Expert Signal Class . Density Based Spatial Clustering for Applications with Noise is an unsupervised form of grouping data that hardly requires any input parameters, save for just 2, which when compared to other
Trade Sessions Indicator : This Indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer() , TimeGMT() functions are used. There is an opportunity to use the time changes to the summer time, at present time it's a primitive and realized with the
Check out the new article: Developing an MQTT client for Metatrader 5: a TDD approach — Part 6 . This article is the sixth part of a series describing our development steps of a native MQL5 client for the MQTT 5.0 protocol. In this part we comment on the main changes in our first refactoring, how we
Check out the new article: Neural networks made easy (Part 63): Unsupervised Pretraining for Decision Transformer (PDT) . We continue to discuss the family of Decision Transformer methods. From previous article, we have already noticed that training the transformer underlying the architecture of
Check out the new article: Quantization in machine learning (Part 2): Data preprocessing, table selection, training CatBoost models . The article considers the practical application of quantization in the construction of tree models. The methods for selecting quantum tables and data preprocessing
Check out the new article: Neural networks made easy (Part 49): Soft Actor-Critic . We continue our discussion of reinforcement learning algorithms for solving continuous action space problems. In this article, I will present the Soft Actor-Critic (SAC) algorithm. The main advantage of SAC is the