Articles, Library comments - page 42

MultiTimeFrame Indicator: This indicator help you keep 3 different timeframes on the screen to see the price action clearly on both short term and long term without switching buttons. Author: SLIMFX
Daily Open Line: An simple Indicator displaying daily opening line. Author: Muhammad Syamil Bin Abdullah
Ronz AutoSLTP for MT5 : Converted Ronz AutoSLTP MT4 version into MT5 version. Original Link: https://www.mql5.com/en/code/11649 Original Descriptions: EA for Automatic Stop Loss, Take Profit, Profit Lock, and Trailing Stop (With Special Methods). SL and TP could be hidden. Author: DADALI ARWALY
AutoTrendLines: Indicator automatically identifies points and it draws support and resistance trend lines on them. There are two type of calculation lines. Author: Serhii Ivanenko
Check out the new article: Monte Carlo Permutation Tests in MetaTrader 5 . In this article we take a look at how we can conduct permutation tests based on shuffled tick data on any expert advisor using only MetaTrader 5. Obviously after exporting the file, make a note of where it is saved and open
QuickTradeKeys123 : QuickTradeKeys 123 is a user-friendly Expert Advisor (EA) for MetaTrader 5, enabling traders to execute buy and sell operations quickly by simply pressing the numbers '1' and '2' on their keyboard. Pressing '3' closes all open positions. This EA is ideal for swift trading and
Super Trend Averages: Super trend indicator with 18 possible averages for calculation. Author: Mladen Rakic
New article Library for easy and quick development of MetaTrader programs (part IV): Trading events has been published: In the previous articles, we started creating a large cross-platform library simplifying the development of programs for MetaTrader 5 and MetaTrader 4 platforms. We already have...
Classic 2 Moving Averages crossover EA: Classic and one of the most popular trading strategies. Buy when fast MA crosses slow MA from below and sell when it crosses it from above. The EA is automatically generated with Mission Automate - visual strategy builder. https://www.mql5...
Check out the new article: Data Science and Machine Learning (Part 25): Forex Timeseries Forecasting Using a Recurrent Neural Network (RNN) . Recurrent neural networks (RNNs) excel at leveraging past information to predict future events. Their remarkable predictive capabilities have been applied
Check out the new article: Neural networks made easy (Part 77): Cross-Covariance Transformer (XCiT) . In our models, we often use various attention algorithms. And, probably, most often we use Transformers. Their main disadvantage is the resource requirement. In this article, we will consider a new
New article Patterns with Examples (Part I): Multiple Top has been published: This is the first article in a series related to reversal patterns in the framework of algorithmic trading. We will begin with the most interesting pattern family, which originate from the Double Top and Double Bottom
  Indicators: SL&TP Values  (34   1 2 3 4)
SL&TP Values: Indicator displays the value of defined stop loss and or take profit in the deposit currency. Note: It calculates an estimated value based on a simple calculation and does not take into account brokerage commissions. Author: MhFx7
Check out the new article: Building A Candlestick Trend Constraint Model (Part 5): Notification System (Part III) . This part of the article series is dedicated to integrating WhatsApp with MetaTrader 5 for notifications. We have included a flow chart to simplify understanding and will discuss the
Check out the new article: Developing a Replay System (Part 41): Starting the second phase (II) . If everything seemed right to you up to this point, it means you're not really thinking about the long term, when you start developing applications. Over time you will no longer need to program new
New article Learn how to design a trading system by ADX has been published: In this article, we will continue our series about designing a trading system using the most popular indicators and we will talk about the average directional index (ADX) indicator. We will learn this indicator in detail to
Check out the new article: Developing a Replay System (Part 40): Starting the second phase (I) . Today we'll talk about the new phase of the replay/simulator system. At this stage, the conversation will become truly interesting and quite rich in content. I strongly recommend that you read the
Check out the new article: Propensity score in causal inference . The article examines the topic of matching in causal inference. Matching is used to compare similar observations in a data set. This is necessary to correctly determine causal effects and get rid of bias. The author explains how this
Get message of Popup Alert MT4 using : this Script will get content message from Popup Alert dialog Author: Nguyen Quoc Hung
Bollinger Bands with post outer band smoothing : Bollinger Bands with controllable outer band smoothing (post smoothing) Author: Conor Mcnamara
Bollinger Bands with pre outer band smoothing : Bollinger Bands with controllable outer band smoothing (pre smoothing) Author: Conor Mcnamara
ATR classic therefore without iATR by William210 : This code does not trace the iatr() because the iatr() or this code is a more modern version. This code uses original smoothing, a kind of SMA and not wilder smoothing. The analysis of the two smoothings can suggest opportunities elsewhere Author
BTF_BB: The Bigger Time Frame Bollinger Bands indicator Author: Scriptor
Check out the new article: Creating Time Series Predictions using LSTM Neural Networks: Normalizing Price and Tokenizing Time . This article outlines a simple strategy for normalizing the market data using the daily range and training a neural network to enhance market predictions. The developed
Check out the new article: Developing a Replay System (Part 39): Paving the Path (III) . Before we proceed to the second stage of development, we need to revise some ideas. Do you know how to make MQL5 do what you need? Have you ever tried to go beyond what is contained in the documentation? If not
Check out the new article: Population optimization algorithms: Resistance to getting stuck in local extrema (Part I) . This article presents a unique experiment that aims to examine the behavior of population optimization algorithms in the context of their ability to efficiently escape local minima
Check out the new article: Modified Grid-Hedge EA in MQL5 (Part I): Making a Simple Hedge EA . We will be creating a simple hedge EA as a base for our more advanced Grid-Hedge EA, which will be a mixture of classic grid and classic hedge strategies. By the end of this article, you will know how to
Trap News MT5 : Script For Trap News High Impact Author: reza rahmad
Check out the new article: Developing a multi-currency Expert Advisor (Part 4): Pending virtual orders and saving status . Having started developing a multi-currency EA, we have already achieved some results and managed to carry out several code improvement iterations. However, our EA was unable to
New article Learn how to design a trading system by Parabolic SAR has been published: In this article, we will continue our series about how to design a trading system using the most popular indicators. In this article, we will learn about the Parabolic SAR indicator in detail and how we can design