Articles, Library comments - page 10

Check out the new article: Data Science and ML (Part 40): Using Fibonacci Retracements in Machine Learning data . Fibonacci retracements are a popular tool in technical analysis, helping traders identify potential reversal zones. In this article, we’ll explore how these retracement levels can be
Check out the new article: Neural Networks in Trading: Generalized 3D Referring Expression Segmentation . While analyzing the market situation, we divide it into separate segments, identifying key trends. However, traditional analysis methods often focus on one aspect and thus limit the proper
Check out the new article: How to create a trading journal with MetaTrader and Google Sheets . Create a trading journal using MetaTrader and Google Sheets! You will learn how to sync your trading data via HTTP POST and retrieve it using HTTP requests. In the end, You have a trading journal that will
Check out the new article: From Basic to Intermediate: Arrays and Strings (III) . This article considers two aspects. First, how the standard library can convert binary values to other representations such as octal, decimal, and hexadecimal. Second, we will talk about how we can determine the width
Check out the new article: Developing a Replay System (Part 68): Getting the Time Right (I) . Today we will continue working on getting the mouse pointer to tell us how much time is left on a bar during periods of low liquidity. Although at first glance it seems simple, in reality this task is much
Check out the new article: Trading with the MQL5 Economic Calendar (Part 8): Optimizing News-Driven Backtesting with Smart Event Filtering and Targeted Logs . In this article, we optimize our economic calendar with smart event filtering and targeted logging for faster, clearer backtesting in live
  Experts: BollingerBandsEA  (14   1 2)
BollingerBandsEA : BollingerBandsEA trades according to Bollinger Bands. Author: Igor Widiger
Check out the new article: Artificial Ecosystem-based Optimization (AEO) algorithm . The article considers a metaheuristic Artificial Ecosystem-based Optimization (AEO) algorithm, which simulates interactions between ecosystem components by creating an initial population of solutions and applying
ADX Indicator (MQL5) : The ADX (Average Directional Index) Smoothed indicator enhances the standard ADX by applying dual exponential smoothing filters to reduce noise and provide clearer trend signals. It plots three lines: smoothed +DI (blue), -DI (red), and the main ADX line (green). This refined
Check out the new article: Data Science and ML (Part 39): News + Artificial Intelligence, Would You Bet on it? . News drives the financial markets, especially major releases like Non-Farm Payrolls (NFPs). We've all witnessed how a single headline can trigger sharp price movements. In this article
Check out the new article: Custom Debugging and Profiling Tools for MQL5 Development (Part I): Advanced Logging . Learn how to implement a powerful custom logging framework for MQL5 that goes beyond simple Print() statements by supporting severity levels, multiple output handlers, and automated file
Check out the new article: African Buffalo Optimization (ABO) . The article presents the African Buffalo Optimization (ABO) algorithm, a metaheuristic approach developed in 2015 based on the unique behavior of these animals. The article describes in detail the stages of the algorithm implementation
Check out the new article: From Basic to Intermediate: Arrays and Strings (II) . In this article I will show that although we are still at a very basic stage of programming, we can already implement some interesting applications. In this case, we will create a fairly simple password generator. This
Economic Calendar Data Aggregator : This is meant to be an aggregating service script that collects data from the EconomicCalendar functions & outputs the values to a text file as a list of dictionaries for each event collected over a period of time. This is meant to be a prototype test to
Stoch Cross EA – Buy Below 20, Sell Above 80 (H1) : A simple and effective Expert Advisor based on Stochastic Oscillator reversal signals on the H1 timeframe. Buy signals are triggered when %K crosses above %D below the 20 level. Sell signals are triggered when %K crosses below %D above the 80
Shved Supply and Demand - indicator for MetaTrader 5 - Multi Timeframe Version : This is MQL5 version of Shved Supply and Demand indicator written by Shved and upgraded by eevviill7 from this link. Subsequently Mr. Behzad Movaghar added other functionalities to this link. This version of the
Risk Management EA Based on ATR Volatility : This Expert Advisor (EA) helps traders manage risk by automatically adjusting position sizes and stop-loss levels based on market volatility, using the Average True Range (ATR) indicator. The EA calculates the optimal position size for each trade
Find Swing Highs Swing Lows : The Swing High/Low Identifier for MetaTrader 5 marks significant swing highs and swing lows directly on your chart with color-coded arrows. This tool helps traders quickly identify key price levels, which can serve as resistance and support, and is ideal for trend
Check out the new article: Neural Networks in Trading: Superpoint Transformer (SPFormer) . In this article, we introduce a method for segmenting 3D objects based on Superpoint Transformer (SPFormer), which eliminates the need for intermediate data aggregation. This speeds up the segmentation process
Creating a Simple News Filter for XAUUSD Trading on MT5 : Trading XAUUSD (Gold) is often influenced by major economic news events like USD, GBP, or EUR releases. To mitigate risks during these volatile periods, using a News Filter in your Expert Advisor (EA) is essential. In this article, I’ll share
BBMA - Bollinger Band Moving Average : All indicators required by BBMA Strategy in a single indicator. Author: Sopheak Khlot
BBMA - Bollinger Band Moving Average : All indicators required by BBMA Strategy in a single indicator. Author: Sopheak Khlot
Range Breakout Indicator - Indicator Buffer Only : This indicator for Breakout Strategy. It doesn't print objects on the chart. Author: Sopheak Khlot
Check out the new article: Raw Code Optimization and Tweaking for Improving Back-Test Results . Enhance your MQL5 code by optimizing logic, refining calculations, and reducing execution time to improve back-test accuracy. Fine-tune parameters, optimize loops, and eliminate inefficiencies for better
Check out the new article: MQL5 Trading Tools (Part 2): Enhancing the Interactive Trade Assistant with Dynamic Visual Feedback . In this article, we upgrade our Trade Assistant Tool by adding drag-and-drop panel functionality and hover effects to make the interface more intuitive and responsive. We
Check out the new article: MQL5 Wizard Techniques you should know (Part 64): Using Patterns of DeMarker and Envelope Channels with the White-Noise Kernel . The DeMarker Oscillator and the Envelopes' indicator are momentum and support/ resistance tools that can be paired when developing an Expert
Check out the new article: Finding custom currency pair patterns in Python using MetaTrader 5 . Are there any repeating patterns and regularities in the Forex market? I decided to create my own pattern analysis system using Python and MetaTrader 5. A kind of symbiosis of math and programming for
SignalAI - Indicator : This Indicator shows Buy or Sell Signal Author: Mduduzi Gift Ngcebo Langa
Multi-Day Dynamic VWAP : Dynamic VWAP level which can be averaged over multiple days Author: Conor Mcnamara
Check out the new article: Developing a Replay System (Part 67): Refining the Control Indicator . In this article, we'll look at what can be achieved with a little code refinement. This refinement is aimed at simplifying our code, making more use of MQL5 library calls and, above all, making it much
This website uses cookies. Learn more about our Cookies Policy.