Articles, Library comments - page 72

Check out the new article: Reimagining Classic Strategies in MQL5 (Part II): FTSE100 and UK Gilts . In this series of articles, we explore popular trading strategies and try to improve them using AI. In today's article, we revisit the classical trading strategy built on the relationship between the
New article Using the CCanvas class in MQL applications has been published: The article considers the use of the CCanvas class in MQL applications. The theory is accompanied by detailed explanations and examples for thorough understanding of CCanvas basics. Let's run the resulting example and try
New article LifeHack for Traders: Indicators of Balance, Drawdown, Load and Ticks during Testing has been published: How to make the testing process more visual? The answer is simple: you need to use one or more indicators in the Strategy Tester, including a tick indicator, an indicator of balance
QQE of CCI : QQE (Quantitative Qualitative Estimation) is normally made using RSI (Relative Strength Index) as a "basic" indicator. This version is using CCI (Commodity Channel Index) instead. It seems that the job done by the QQE calculation is making a useful indicator and that it is useful in
Max trade volume checker for your trading account : A dialog to display the maximum lot size permitted on the underlying asset for different types of orders (buy, sell, pending buy, and pending sell). Author: Conor Mcnamara
MA Ribbon : The indicator shows the areas, where fast MA and slow MA cross. Author: Automated-Trading
Check out the new article: Neural Networks Made Easy (Part 86): U-Shaped Transformer . We continue to study timeseries forecasting algorithms. In this article, we will discuss another method: the U-shaped Transformer. Forecasting long-term timeseries is of specifically great importance for trading
Money Fixed Risk : An example for calculating the lot value in accordance with the risk per trade. ‌ Author: Vladimir Karputov
Check out the new article: MQL5 Wizard Techniques you should know (Part 36): Q-Learning with Markov Chains . Reinforcement Learning is one of the three main tenets in machine learning, alongside supervised learning and unsupervised learning. It is therefore concerned with optimal control, or
New article Learn how to design a trading system by Gator Oscillator has been published: A new article in our series about learning how to design a trading system based on popular technical indicators will be about the Gator Oscillator technical indicator and how to create a trading system through
Check out the new article: DoEasy. Service functions (Part 1): Price patterns . In this article, we will start developing methods for searching for price patterns using timeseries data. A pattern has a certain set of parameters, common to any type of patterns. All data of this kind will be
The Roofing Filter : The Roofing Filter Indicator was created by John Ehlers ("Cycle Analytics for Traders" pg. 80 - 82). Author: Andrei Novichkov
b Clock Plus: This is an updated version of b Clock. Author: EMOSIA
Check out the new article: GIT: What is it? . In this article, I will introduce a very important tool for developers. If you are not familiar with GIT, read this article to get an idea of what it is and how to use it with MQL5. In this article, we will deviate a little from our main topic. Let's
Rotate TEXT : The script creates a text object on the chart that continuously rotates and changes its position based on price levels. Author: Paweł Wilski
Check out the new article: MQL5 Wizard Techniques you should know (Part 23): CNNs . Convolutional Neural Networks are another machine learning algorithm that tend to specialize in decomposing multi-dimensioned data sets into key constituent parts. We look at how this is typically achieved and
Check out the new article: Brain Storm Optimization algorithm (Part II): Multimodality . In the second part of the article, we will move on to the practical implementation of the BSO algorithm, conduct tests on test functions and compare the efficiency of BSO with other optimization methods. In the
Check out the new article: Neural Networks Made Easy (Part 83): The "Conformer" Spatio-Temporal Continuous Attention Transformer Algorithm . This article introduces the Conformer algorithm originally developed for the purpose of weather forecasting, which in terms of variability and capriciousness
Check out the new article: Building A Candlestick Trend Constraint Model (Part 8): Expert Advisor Development (II) . Think about an independent Expert Advisor. Previously, we discussed an indicator-based Expert Advisor that also partnered with an independent script for drawing risk and reward
Check out the new article: Neural Network in Practice: Secant Line . As already explained in the theoretical part, when working with neural networks we need to use linear regressions and derivatives. Why? The reason is that linear regression is one of the simplest formulas in existence. Essentially
Check out the new article: Developing a Replay System (Part 45): Chart Trade Project (IV) . The main purpose of this article is to introduce and explain the C_ChartFloatingRAD class. We have a Chart Trade indicator that works in a rather interesting way. As you may have noticed, we still have a
Check out the new article: Reimagining Classic Strategies (Part VII) : Forex Markets And Sovereign Debt Analysis on the USDJPY . In today's article, we will analyze the relationship between future exchange rates and government bonds. Bonds are among the most popular forms of fixed income securities
Support Resistance Trader: Support and Resistance lines are used with the Standard Deviation indicator for generating trade signals. Author: raposter 
Kase DevStops : Originally developed bu Cynthia Kase (in her book "Trading With the Odds"). This version is calculating the DevStops exactly as described in the book. Engineering a Better Stop: The Kase DevStops What all of this boils down to is that we need to take variance and skew into
Check out the new article: MQL5 Wizard Techniques you should know (Part 35): Support Vector Regression . Support Vector Regression is an idealistic way at finding a function or ‘hyper-plane’ that best describes the relationship between two sets of data. We attempt to exploit this is time series
closing partially script and Stop loss to Break Even point : closing partially script and Stop loss to Break Even point Author: Mehmet Bastem
Check out the new article: Developing a Replay System (Part 44): Chart Trader Project (III) . In the previous article I explained how you can manipulate template data for use in OBJ_CHART. In that article, I only outlined the topic without going into details, since in that version the work was done
Check out the new article: Brain Storm Optimization algorithm (Part I): Clustering . In this article, we will look at an innovative optimization method called BSO (Brain Storm Optimization) inspired by a natural phenomenon called "brainstorming". We will also discuss a new approach to solving
Errors function. In Russian.: Errors function. In Russian. Author: Iurii Tokman
PA RSI : The Oscillator Indicator for MetaTrader 4 is a powerful tool that accurately identifies the perfect signal on the completion of trends. Author: Nikclay Khrushchev