Articles, Library comments - page 83

Check out the new article: Automating Trading Strategies in MQL5 (Part 5): Developing the Adaptive Crossover RSI Trading Suite Strategy . In this article, we develop the Adaptive Crossover RSI Trading Suite System, which uses 14- and 50-period moving average crossovers for signals, confirmed by a
Check out the new article: Animal Migration Optimization (AMO) algorithm . The article is devoted to the AMO algorithm, which models the seasonal migration of animals in search of optimal conditions for life and reproduction. The main features of AMO include the use of topological neighborhood and a
Breakout : An indicator of levels. The indicator allows setting: the hour and minute of the beginning of the "period" zone, the hour and minute of the end of the "period" zone, the hour and minute of the end of the "area" The "area" zone begins right after the end of the "period" zone It has five
Trend Two Lines : The indicator in the subwindow shows a comparison of High and Low prices Author: Vladimir Karputov
Check out the new article: Reimagining Classic Strategies (Part IV): SP500 and US Treasury Notes . In this series of articles, we analyze classical trading strategies using modern algorithms to determine whether we can improve the strategy using AI. In today's article, we revisit a classical
Intraday Currencies Performance : A simple observatory of individual currencies. Author: Pueblo
BB-Xtreme MT4 EA : BB-Xtreme EA is a powerful Bollinger Bands breakout system with dynamic lot sizing, stop loss, take profit, slippage control, drawdown protection, and smart risk management. Author: Kommoju Sahityananda Devi
New article An Example of Developing a Spread Strategy for Moscow Exchange Futures has been published: The MetaTrader 5 platform allows developing and testing trading robots that simultaneously trade multiple financial instruments. The built-in Strategy Tester automatically downloads required tick
divergence and rsi : macd divergence and rsi Author: Playerone
Bollinger Bands ® : Bollinger Bands ® technical indicator (BB) is similar to Envelopes . The only difference is that the bands of Envelopes are plotted a fixed distance (%) away from the moving average, while the Bollinger Bands are plotted a certain number of standard deviations away from it
Zero Lag TEMA Crosses : This indicator is actually a combination of two values: it shows the crosses of fast and slow Zero Lag TEMA , and that cross determines the current market trend. Since Zero Lag TEMA is from a family of fast averages, this indicator is very responsive to sudden market changes
New article Graphical Interfaces I: Animating the Graphical Interface (Chapter 3) 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) explains in
Check out the new article: From Basic to Intermediate: Variables (III) . Today we will look at how to use predefined MQL5 language variables and constants. In addition, we will analyze another special type of variables: functions. Knowing how to properly work with these variables can mean the
Check out the new article: Creating a Trading Administrator Panel in MQL5 (Part IX): Code Organization (II): Modularization . In this discussion, we take a step further in breaking down our MQL5 program into smaller, more manageable modules. These modular components will then be integrated into the
Check out the new article: Developing a Replay System (Part 59): A New Future . Having a proper understanding of different ideas allows us to do more with less effort. In this article, we'll look at why it's necessary to configure a template before the service can interact with the chart. Also, what
  Indicators: Better Volume  (12   1 2)
Better Volume : Easy and visual way to check abnormal changes in Volume. Author: Minions Labs
Alchem STP Smart ATR : Smooth & smart multiplier to manage scaling and risk. Author: starsseccus2011
Check out the new article: Deconstructing examples of trading strategies in the client terminal . The article uses block diagrams to examine the logic of the candlestick-based training EAs located in the Experts\Free Robots folder of the terminal. For some time now, a new Free Robots folder has
Check out the new article: MQL5 Wizard Techniques you should know (Part 54): Reinforcement Learning with hybrid SAC and Tensors . Soft Actor Critic is a Reinforcement Learning algorithm that we looked at in a previous article, where we also introduced python and ONNX to these series as efficient
Check out the new article: Building a Keltner Channel Indicator with Custom Canvas Graphics in MQL5 . In this article, we build a Keltner Channel indicator with custom canvas graphics in MQL5. We detail the integration of moving averages, ATR calculations, and enhanced chart visualization. We also
A one line script that tells you how many bars are on your chart : A script which when dragged onto the chart will print out in the experts window the number of bars that are on that chart - like magic. Author: samuk1000
Check out the new article: Chemical reaction optimization (CRO) algorithm (Part I): Process chemistry in optimization . In the first part of this article, we will dive into the world of chemical reactions and discover a new approach to optimization! Chemical reaction optimization (CRO) uses
New article Neural networks made easy (Part 29): Advantage Actor-Critic algorithm has been published: In the previous articles of this series, we have seen two reinforced learning algorithms. Each of them has its own advantages and disadvantages. As often happens in such cases, next comes the idea
Check out the new article: Neural Networks in Trading: Using Language Models for Time Series Forecasting . We continue to study time series forecasting models. In this article, we get acquainted with a complex algorithm built on the use of a pre-trained language model. The authors of the paper "
Expert Advisor based on Price_Extreme_Indicator : The Expert Advisor is based on the channel indicator Price_Extreme_Indicator. Author: Scriptor
Pinbar Detector MT5 : Pinbar Detector is a MetaTrader indicator that tries to detect Pinbars (also known as "Pin-bar" or "Pin bar") and marks them by placing a "smiling face" symbol below the bullish Pinbars and above the bearish Pinbars. It is a pure price action indicator, which is not using any
Check out the new article: Mastering Log Records (Part 5): Optimizing the Handler with Cache and Rotation . This article improves the logging library by adding formatters in handlers, the CIntervalWatcher class to manage execution cycles, optimization with caching and file rotation, performance
  Expert Advisors: MT5 DDE - Server  (76   1 2 3 4 5 ... 7 8)
MT5 DDE - Server : Export MQL5 live data to Excel (DDE) Author: Alexander Piechotta
UltraRSI : This indicator is based on RSI (Relative Strength Index) and its multiple signal lines analysis. A trend direction in this indicator is determined by the cloud color, while its power is determined by the cloud width. You can use the overbought (UpLevel) and oversold (DnLevel) levels that
Check out the new article: Automating Trading Strategies in MQL5 (Part 6): Mastering Order Block Detection for Smart Money Trading . In this article, we automate order block detection in MQL5 using pure price action analysis. We define order blocks, implement their detection, and integrate automated