Articles, Library comments - page 25

Check out the new article: DRAKON visual programming language — communication tool for MQL developers and customers . DRAKON is a visual programming language designed to simplify interaction between specialists from different fields (biologists, physicists, engineers...) with programmers in Russian
Check out the new article: Data Science and Machine Learning (Part 21): Unlocking Neural Networks, Optimization algorithms demystified . Dive into the heart of neural networks as we demystify the optimization algorithms used inside the neural network. In this article, discover the key techniques
Multi SellLimitOrders & Multi SellStopOrders : Multi Selllimit and Sellstop orders are script files that enable traders to place multiple orders with ease. These orders allow traders to enter the market at a specific price level, or at a specified number of pips away from the current market price
wd.Range_MACD : This indicator calculates the range difference between the 'MACD and Signal lines' and also the range distance between 'the last two MACD bar'. Author: Widy Prasetyo
LinearRegression: When applied to financial markets this method is usually used to determine the moments of prices extreme deviation from a "standard" level. Creation of a trend line using linear regression is based on the least squares method. This method assumes that a straight line is created...
Check out the new article: Neural networks made easy (Part 64): ConserWeightive Behavioral Cloning (CWBC) method . As a result of tests performed in previous articles, we came to the conclusion that the performance of the trained strategy largely depends on the training set used. In this article, we
Save history to HST: The script exports historical data to HST format for its use in MetaTrader 4 client terminal. This file can be imported in MetaTrader 4 as historical data or you can open it as offline chart. Initially, this script was designed for checking of the indicators, written in MQL4...
Check out the new article: Cross-validation and basics of causal inference in CatBoost models, export to ONNX format . The article proposes the method of creating bots using machine learning. Just as our conclusions are often wrong and need to be verified, the results of predictions from machine
News EA Template without DLL: Template EA that downloads news without the use of DLL. Author: Yurij Izyumov
News EA Template Without DLL From 2 Sources: The functions included in this template use two news sources - Investing.com and Dailyfx.com. The template doesn’t use DLL. Author: Yurij Izyumov
New article How to Become a Successful Signal Provider on MQL5.com has been published: My main goal in this article is to provide you with a simple and accurate account of the steps that will help you become a top signal provider on MQL5.com. Drawing upon my knowledge and experience, I will explain
Volume Profile : This is an indicator for showing volume profile on the chart, using simple calculations and very fast execution. Author: Mohammad Baset
New article Can Heiken-Ashi Combined With Moving Averages Provide Good Signals Together? has been published: Combinations of strategies may offer better opportunities. We can combine indicators or patterns together, or even better, indicators with patterns, so that we get an extra confirmation
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
  Indicators: Multi Forex Scanner  (44   1 2 3 4 5)
Multi Forex Scanner: Instead of having to analyze each pair individually, you can see at a glance what are the most promising pairs according to your own criteria. Author: Carlos Oliveira 
Check out the new article: MQL5 Wizard Techniques you should know (Part 13). DBSCAN for Expert Signal Class . Density Based Spatial Clustering for Applications with Noise is an unsupervised form of grouping data that hardly requires any input parameters, save for just 2, which when compared to other
Superb Fractal : Few improvements from standart fractal: 1. You can chouse size of fractal. Standart version use 2 as constant 2. It does not draw fractals against the trend, which makes your chart much more informative Author: Nikclay Khrushchev
Check out the new article: Developing an MQTT client for Metatrader 5: a TDD approach — Part 6 . This article is the sixth part of a series describing our development steps of a native MQL5 client for the MQTT 5.0 protocol. In this part we comment on the main changes in our first refactoring, how we
Check out the new article: Neural networks made easy (Part 63): Unsupervised Pretraining for Decision Transformer (PDT) . We continue to discuss the family of Decision Transformer methods. From previous article, we have already noticed that training the transformer underlying the architecture of
Check out the new article: Quantization in machine learning (Part 2): Data preprocessing, table selection, training CatBoost models . The article considers the practical application of quantization in the construction of tree models. The methods for selecting quantum tables and data preprocessing
Check out the new article: Neural networks made easy (Part 62): Using Decision Transformer in hierarchical models . In recent articles, we have seen several options for using the Decision Transformer method. The method allows analyzing not only the current state, but also the trajectory of previous
The simplest RSI-based EA: Sells at downward crossing of 70, buys at the upward crossing of 30. Author: Vladimir Khlystov
Moving Averages-14 different types : This is an indicator to calculate 14 types of moving averages based on close price. Author: Yashar Seyyedin
Check out the new article: Developing a Replay System (Part 32): Order System (I) . Of all the things that we have developed so far, this system, as you will probably notice and eventually agree, is the most complex. Now we need to do something very simple: make our system simulate the operation of
  Experts: ADX MACD Deev  (12   1 2)
ADX MACD Deev: An Expert Advisor based on indicators iADX (Average Directional Movement Index, ADX) and iMACD (Moving Average Convergence/Divergence, MACD) Author: Vladimir Karputov 
Wick or Body High Low : Searches for Wick or Body based High low in visible bars of chart Author: Rajesh Kumar Nait
Check out the new article: Developing a Replay System (Part 31): Expert Advisor project — C_Mouse class (V) . We need a timer that can show how much time is left till the end of the replay/simulation run. This may seem at first glance to be a simple and quick solution. Many simply try to adapt and
Check out the new article: Developing a Replay System (Part 30): Expert Advisor project — C_Mouse class (IV) . Today we will learn a technique that can help us a lot in different stages of our professional life as a programmer. Often it is not the platform itself that is limited, but the knowledge
Class For Working With Databases In A Simplified Manner : Short description. Author: Pfunzo Nefal
ATR based Moving Averages : This is an indicator to calculate ATR based moving averages. Author: Yashar Seyyedin