Articles, Library comments - page 15

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
Check out the new article: Mastering JSON: Create Your Own JSON Reader from Scratch in MQL5 . Experience a step-by-step guide on creating a custom JSON parser in MQL5, complete with object and array handling, error checking, and serialization. Gain practical insights into bridging your trading logic
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
Check out the new article: Creating an MQL5-Telegram Integrated Expert Advisor (Part 1): Sending Messages from MQL5 to Telegram . In this article, we create an Expert Advisor (EA) in MQL5 to send messages to Telegram using a bot. We set up the necessary parameters, including the bot's API token and
Arbitrage Triangle EURGBP-EURUSD-GBPUSD by Peter Mueller : The EA identifies discrepancies between theoretical and actual currency exchange rates to execute risk-minimized trading opportunities. Author: Peter Mueller
MT5 DDE - Server: Export MQL5 live data to Excel (DDE) Author: Alexander Piechotta
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
Check out the new article: Neural Networks in Trading: Lightweight Models for Time Series Forecasting . Lightweight time series forecasting models achieve high performance using a minimum number of parameters. This, in turn, reduces the consumption of computing resources and speeds up
CloseAll FIFO : This free code manages to close all positions just by drag and drop into a chart. Author: David Diez
Spread indicator MT4 : Spread MetaTrader indicator — displays current spread in the main window of the chart. You can modify the font parameters, indicator's position and the normalization of the spread value. The spread is redrawn after each tick, ensuring the most current and active spread value
Check out the new article: Creating a Trading Administrator Panel in MQL5 (Part IX): Code Organization (I) . This discussion delves into the challenges encountered when working with large codebases. We will explore the best practices for code organization in MQL5 and implement a practical approach
Check out the new article: Introduction to MQL5 (Part 12): A Beginner's Guide to Building Custom Indicators . Learn how to build a custom indicator in MQL5. With a project-based approach. This beginner-friendly guide covers indicator buffers, properties, and trend visualization, allowing you to
Check out the new article: Trader-friendly stop loss and take profit . Stop loss and take profit can have a significant impact on trading results. In this article, we will look at several ways to find optimal stop order values. Stop loss and take profit are stop orders that close a position when the
Check out the new article: Artificial Bee Hive Algorithm (ABHA): Tests and results . In this article, we will continue exploring the Artificial Bee Hive Algorithm (ABHA) by diving into the code and considering the remaining methods. As you might remember, each bee in the model is represented as an
  Indicators: Trend Predictor  (15   1 2)
Trend Predictor : New level of trend prediction! Author: Ezatrimeo
Real Trade Copy MT5 : Utility for copying transactions from one MT5 account or MT4 account to another MT5 account. Author: Yuriy Bykov
New article Multicurrency monitoring of trading signals (Part 5): Composite signals has been published: In the fifth article related to the creation of a trading signal monitor, we will consider composite signals and will implement the necessary functionality. In earlier versions, we used simple
Detecting the start of a new bar or candle : Detecting the start of a new bar or candle, in the OnTick() event handler of an expert advisor. Author: Fernando Carreiro
Check out the new article: Developing a Replay System (Part 58): Returning to Work on the Service . After a break in development and improvement of the service used for replay/simulator, we are resuming work on it. Now that we've abandoned the use of resources like terminal globals, we'll have to
Check out the new article: Price Action Analysis Toolkit Development (Part 11): Heikin Ashi Signal EA . MQL5 offers endless opportunities to develop automated trading systems tailored to your preferences. Did you know it can even perform complex mathematical calculations? In this article, we
Range BreakOut EA: Range BreakOut EA. The range is defined by the min number of bars and max width in pips. This expert advisor is designed with visual strategy builder - Mission Automate. Code is generated automatically. More info: https://www.mql5.com/en/articles/4951 Author:...
  Scripts: Close-All  (43   1 2 3 4 5)
Close-All: A script to close all market positions and/or pending orders. Author: amrali
Check out the new article: Custom Indicator: Plotting Partial Entry, Exit and Reversal Deals for Netting Accounts . In this article, we will look at a non-standard way of creating an indicator in MQL5. Instead of focusing on a trend or chart pattern, our goal will be to manage our own positions