Articles, Library comments - page 20

New article The Indicators of the Micro, Middle and Main Trends is published: The aim of this article is to investigate the possibilities of trade automation and the analysis, on the basis of some ideas from a book by James Hyerczyk "Pattern, Price & Time: Using Gann Theory in Trading Systems" in...
New article Econometric approach to finding market patterns: Autocorrelation, Heat Maps and Scatter Plots has been published: The article presents an extended study of seasonal characteristics: autocorrelation heat maps and scatter plots. The purpose of the article is to show that "market memory" is
Place Hedge Order of unbalanced positions in MT4 : This script will place hedge trade of unbalanced type in MT4. Author: Biswarup Banerjee
Close or delete orders based on type in MT4 : This script will close all active trades and delete pending orders based on the order type passed on the input. Author: Biswarup Banerjee
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
New article Creating Tick Indicators in MQL5 is published: In this article, we will consider the creation of two indicators: the tick indicator, which plots the tick chart of the price and tick candle indicator, which plot candles with the specified number of ticks. Each of the indicators writes...
Find the current winning / losing streak in MT4 : Find the current winning / losing streak in MT4 based on filters Author: Biswarup Banerjee
Check out the new article: Master MQL5 from beginner to pro (Part I): Getting started with programming . This article is an introduction to a series of articles about programming. It is assumed here that the reader has never dealt with programming before. So, this series starts from the very basics
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
Determine Broker's Daylight (DST) schedule : Script to determine whether your Broker follows the US, UK or AU daylight (DST) schedule. Author: amrali
ZigZag NK FiboFan: ZigZag allowing to build Fibo fans on the last two tops. Author: Nikolay Kositsin
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
  Scripts: Close-All  (42   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: 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
New article Creating and testing custom symbols in MetaTrader 5 has been published: Creating custom symbols pushes the boundaries in the development of trading systems and financial market analysis. Now traders are able to plot charts and test trading strategies on an unlimited number of financial...
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...
AUTO PIVOTS for MT5 : This is a classic pivots indicator redone for MT5 Author: Humphrey Kebaya Mwamba
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
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