Articles, Library comments - page 68

Sequentially Close all trades in MT4 : This script will close all active trades sequentially. following the order in which they were opened Author: Biswarup Banerjee
Find the current winning / losing streak in MT4 : Find the current winning / losing streak in MT4 based on filters Author: Biswarup Banerjee
Smooth ATR trend envelopes of averages : Smooth ATR trend envelopes of averages Author: Mladen Rakic
Smart_Money_Pressure_Oscillator : Smart Money Pressure Oscillator Author: Scriptor
New article How to create a custom True Strength Index indicator using MQL5 has been published: Here is a new article about how to create a custom indicator. This time we will work with the True Strength Index (TSI) and will create an Expert Advisor based on it. As we can see as we have the four
Check out the new article: Developing a Replay System (Part 38): Paving the Path (II) . Many people who consider themselves MQL5 programmers do not have the basic knowledge that I will outline in this article. Many people consider MQL5 to be a limited tool, but the actual reason is that they do not
Check out the new article: Population optimization algorithms: Spiral Dynamics Optimization (SDO) algorithm . The article presents an optimization algorithm based on the patterns of constructing spiral trajectories in nature, such as mollusk shells - the spiral dynamics optimization (SDO) algorithm
ZigZag NK FiboFan : ZigZag allowing to build Fibo fans on the last two tops. Author: Nikolay Kositsin
ChannelEA2 : ChannelEA2 - an Expert Advisor working in a channel, using pending stop orders. Author: Scriptor
Averages MTF : A version that adds some averages not supported by built in standard types to the collection of averages in one single file. Author: Mladen Rakic
Logarithmic Moving Average : Logarithmic Moving Average continuously calculates the logarithmic mean of highest price and lowest price within a period. Author: Sardion Maranatha
Check out the new article: Developing an MQL5 RL agent with RestAPI integration (Part 2): MQL5 functions for HTTP interaction with the tic-tac-toe game REST API . In this article we will talk about how MQL5 can interact with Python and FastAPI, using HTTP calls in MQL5 to interact with the
Check out the new article: MQL5 Wizard Techniques you should know (Part 17): Multicurrency Trading . Trading across multiple currencies is not available by default when an expert advisor is assembled via the wizard. We examine 2 possible hacks traders can make when looking to test their ideas off
Check out the new article: The Group Method of Data Handling: Implementing the Combinatorial Algorithm in MQL5 . In this article we continue our exploration of the Group Method of Data Handling family of algorithms, with the implementation of the Combinatorial Algorithm along with its refined
New article Creating an EA that works automatically (Part 15): Automation (VII) has been published: To complete this series of articles on automation, we will continue discussing the topic of the previous article. We will see how everything will fit together, making the EA run like clockwork. I
Check out the new article: Ready-made templates for including indicators to Expert Advisors (Part 3): Trend indicators . In this reference article, we will look at standard indicators from the Trend Indicators category. We will create ready-to-use templates for indicator use in EAs - declaring and
Check out the new article: Developing a Replay System (Part 37): Paving the Path (I) . In this article, we will finally begin to do what we wanted to do much earlier. However, due to the lack of "solid ground", I did not feel confident to present this part publicly. Now I have the basis to do this
Linear Regression calculation based on pine script v4 : This is the exact conversion of linreg function from pine script v4 as an mql5 indicator. Author: Yashar Seyyedin
MQL4 Implementation of onTrade Event Handler : This is a simple code to mimic onTradeTransaction Event handler defined in MQL5 Author: Yashar Seyyedin
New article Implementing indicator calculations into an Expert Advisor code has been published: The reasons for moving an indicator code to an Expert Advisor may vary. How to assess the pros and cons of this approach? The article describes implementing an indicator code into an EA. Several
New article Creating an EA that works automatically (Part 09): Automation (I) has been published: Although the creation of an automated EA is not a very difficult task, however, many mistakes can be made without the necessary knowledge. In this article, we will look at how to build the first level
Check out the new article: Neural networks made easy (Part 68): Offline Preference-guided Policy Optimization . Since the first articles devoted to reinforcement learning, we have in one way or another touched upon 2 problems: exploring the environment and determining the reward function. Recent
Check out the new article: Developing a Replay System (Part 36): Making Adjustments (II) . One of the things that can make our lives as programmers difficult is assumptions. In this article, I will show you how dangerous it is to make assumptions: both in MQL5 programming, where you assume that the
Check out the new article: How to build and optimize a volatility-based trading system (Chaikin Volatility - CHV) . In this article, we will provide another volatility-based indicator named Chaikin Volatility. We will understand how to build a custom indicator after identifying how it can be used
Check out the new article: Population optimization algorithms: Micro Artificial immune system (Micro-AIS) . The article considers an optimization method based on the principles of the body's immune system - Micro Artificial Immune System (Micro-AIS) - a modification of AIS. Micro-AIS uses a simpler
Check out the new article: Developing a Replay System (Part 35): Making Adjustments (I) . Before we can move forward, we need to fix a few things. These are not actually the necessary fixes but rather improvements to the way the class is managed and used. The reason is that failures occurred due to
New article Step-by-Step Guide to Writing an Expert Advisor in MQL5 for Beginners is published: The Expert Advisors programming in MQL5 is simple, and you can learn it easy. In this step by step guide, you will see the basic steps required in writing a simple Expert Advisor based on a developed
Widescreenshooter : Script to create wide screenshots. Author: Olegs Kucerenko
ZigZag : The first variant of the ZigZag indicator from the MetaTrader 4 standard client terminal set optimized by its operation rate. The indicator has the look it had before further amendments and also its code is optimized to increase its execution rate as much as possible. As for the date of
Check out the new article: Building A Candlestick Trend Constraint Model (Part 1): For EAs And Technical Indicators . This article is aimed at beginners and pro-MQL5 developers. It provides a piece of code to define and constrain signal-generating indicators to trends in higher timeframes. In this