Articles, Library comments - page 91

New article The Use of the MQL5 Standard Trade Class libraries in writing an Expert Advisor is published: This article explains how to use the major functionalities of the MQL5 Standard Library Trade Classes in writing Expert Advisors which implements position closing and modifying, pending order
Check out the new article: Build Self Optimizing Expert Advisors in MQL5 (Part 6): Self Adapting Trading Rules (II) . This article explores optimizing RSI levels and periods for better trading signals. We introduce methods to estimate optimal RSI values and automate period selection using grid
Check out the new article: Neural Networks in Trading: Hierarchical Vector Transformer (HiVT) . We invite you to get acquainted with the Hierarchical Vector Transformer (HiVT) method, which was developed for fast and accurate forecasting of multimodal time series. The challenges in autonomous
Fractal Adaptive Moving Average (FrAMA) : Fractal Adaptive Moving Average technical Indicator (FRAMA) was developed by John Ehlers. This indicator is constructed based on the algorithm of the Exponential Moving Average , in which the smoothing factor is calculated based on the current fractal
Check out the new article: From Basic to Intermediate: WHILE and DO WHILE Statements . In this article, we will take a practical and very visual look at the first loop statement. Although many beginners feel intimidated when faced with the task of creating loops, knowing how to do it correctly and
Check out the new article: William Gann methods (Part II): Creating Gann Square indicator . We will create an indicator based on the Gann's Square of 9, built by squaring time and price. We will prepare the code and test the indicator in the platform on different time intervals. In this article, we
Check out the new article: Neural Networks in Trading: Spatio-Temporal Neural Network (STNN) . In this article we will talk about using space-time transformations to effectively predict upcoming price movement. To improve the numerical prediction accuracy in STNN, a continuous attention mechanism is
Check out the new article: Developing a Replay System (Part 62): Playing the service (III) . In this article, we will begin to address the issue of tick excess that can impact application performance when using real data. This excess often interferes with the correct timing required to construct a
Check out the new article: Bacterial Chemotaxis Optimization (BCO) . The article presents the original version of the Bacterial Chemotaxis Optimization (BCO) algorithm and its modified version. We will take a closer look at all the differences, with a special focus on the new version of BCOm, which
ClockAnalog : 24-hour analog GMT(UTC) market clock displaying in background. The clock displays the Greenwich Mean Time and shows the status of all main stock exchanges according to their schedule. Author: Andrey Aseykin
Check out the new article: Price Action Analysis Toolkit Development (Part 17): TrendLoom EA Tool . As a price action observer and trader, I've noticed that when a trend is confirmed by multiple timeframes, it usually continues in that direction. What may vary is how long the trend lasts, and this
Currency Strength Meter: Currency Strength Meter indicator gets RSI (Relative Strength Index) values from four different instruments of your choice and displays them in indicator window. Features Ability to set custom colors and styles for each instrument, Displays colored labels for instrument...
  Experts: freeman  (8)
freeman : Strategies based on iMA (Moving Average, MA) and iRSI (Relative Strength Index, RSI) Author: Vladimir Karputov
New article Gradient Boosting (CatBoost) in the development of trading systems. A naive approach has been published: In this article, we train the CatBoost classifier in Python and export the model to mql5, as well as parse the model parameters and consider a custom strategy tester. The Python
Rsi(var) with averages : RSI that can use 4 different types of averages for RSI calculation was originally developed for MetaTrader 4 by Igor Durkin ( (originally posted here: https://www.mql5.com/en/forum/175870 ). Igor Durkin : ... So-called normal RSI uses EMA smoothing with period = 2*Length-1
XP Forex Trade Manager Grid MT4 : Forex Trade Manager Grid MT4 helps you to managing orders and achieve the goal. You only need to place first order with Take Profit, run EA and set in params profit (pips) you want to get. EA will be managing your positions, as will gather appointed number of pips
XP Forex Trade Manager MT4 : Forex Trade Manager MT4 simplifies managing open orders in MetaTrader 4. If you open a new order, the manager automatically sets Stop Loss and Take Profit. When price will move, then the program could move Stop Loss to Break Even (stop loss = open price) or continuously
XP Forex Trade Manager MT5 : Forex Trade Manager MT4 simplifies managing open orders in MetaTrader 5. Author: Marzena Maria Szmit
XP Forex Trade Manager Grid MT5 : Forex Trade Manager Grid MT5 helps you to managing orders and achieve the goal. Author: Marzena Maria Szmit
MACD Histogram, multi-timeframe, multi-color : This MACD indicator can be applied to any timeframe, higher or lower than the current chart's timeframe. The values can be calculated based on any of the usual price types. When the indicator is applied to a timeframe lower than the current chart's time
Check out the new article: Neural Networks in Trading: Unified Trajectory Generation Model (UniTraj) . Understanding agent behavior is important in many different areas, but most methods focus on just one of the tasks (understanding, noise removal, or prediction), which reduces their effectiveness
Check out the new article: Data Science and ML (Part 35): NumPy in MQL5 – The Art of Making Complex Algorithms with Less Code . NumPy library is powering almost all the machine learning algorithms to the core in Python programming language, In this article we are going to implement a similar module
Check out the new article: From Basic to Intermediate: IF ELSE . In this article we will discuss how to work with the IF operator and its companion ELSE. This statement is the most important and significant of those existing in any programming language. However, despite its ease of use, it can
Check out the new article: Exploring Advanced Machine Learning Techniques on the Darvas Box Breakout Strategy . The Darvas Box Breakout Strategy, created by Nicolas Darvas, is a technical trading approach that spots potential buy signals when a stock’s price rises above a set "box" range, suggesting
Volume_Price_Momentum_Oscillator : Volume Price Momentum Oscillator Author: Scriptor
  Experts: MT5-RingSystemEA  (15   1 2)
MT5-RingSystemEA : It's a triangular arbitrage system (three pairs correlation system) to use 3 currencies to make 3 pairs to open hedge orders on those. The expert starts opening six orders for each ring (3 plus and 3 minus) and wait to move prices in one direction to make a grid of orders. Author
  Experts: Proper Bot  (59   1 2 3 4 5 6)
Proper Bot: The Proper Bot is for those who like Martingale style trading. Features: Stop Loss, Take Profit, Trailing Stop Loss functions. All are calculated in POINTS. Author: Patrick Burns
Check out the new article: Price Action Analysis Toolkit Development (Part 12): External Flow (III) TrendMap . The flow of the market is determined by the forces between bulls and bears. There are specific levels that the market respects due to the forces acting on them. Fibonacci and VWAP levels
error EA but with run with profit!: an EA , run with a profit this is Error EA in error, so you can correct the EA, But no use EA Author: Lam K
Check out the new article: Automating Trading Strategies in MQL5 (Part 3): The Zone Recovery RSI System for Dynamic Trade Management . In this article, we create a Zone Recovery RSI EA System in MQL5, using RSI signals to trigger trades and a recovery strategy to manage losses. We implement a