Articles, Library comments - page 44

Automatic Chart Refresher : A tool which refreshes the chart automatically and will make active indicators update if something stopped plotting on the chart. Author: phade
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
Check out the new article: Neural Networks Made Easy (Part 85): Multivariate Time Series Forecasting . In this article, I would like to introduce you to a new complex timeseries forecasting method, which harmoniously combines the advantages of linear models and transformers. The main idea of Client
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: Neural Networks Made Easy (Part 84): Reversible Normalization (RevIN) . We already know that pre-processing of the input data plays a major role in the stability of model training. To process "raw" input data online, we often use a batch normalization layer. But sometimes
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
stdlib.mq5: converted stdlib library for MQL5 from the MQL4 Author: jaffer wilson
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
New article How to earn money by fulfilling traders' orders in the Freelance service : In our service MQL5 Freelance developers are paid to create trading applications for traders customers. The service has been successfully operating since 2010, with over 100,000 projects completed to date
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
  Experts: AK-47 Scalper EA  (31   1 2 3 4)
AK-47 Scalper EA : The AK-47 Scalper EA is fully automated. It employs a strategy of continuously entering Sell Stop orders and will modify them when the price moves against the pending orders. Author: Nguyen Quoc Hung
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
Check out the new article: DoEasy. Controls (Part 33): Vertical ScrollBar . In this article, we will continue the development of graphical elements of the DoEasy library and add vertical scrolling of form object controls, as well as some useful functions and methods that will be required in the
Check out the new article: Matrix Factorization: The Basics . Since the goal here is didactic, we will proceed as simply as possible. That is, we will implement only what we need: matrix multiplication. You will see today that this is enough to simulate matrix-scalar multiplication. The most