Articles, Library comments - page 90

Harmonic AI Pattern : HarmonicEA is an Expert Advisor (EA) developed for MetaTrader 4 (MT4) that utilizes harmonic pattern recognition and RSI-based signals to identify potential trading opportunities in the forex market. The EA is designed to detect various bullish and bearish harmonic patterns
Intraday Channel Breakout : Indicator that is checking for intra-day channel values and breakouts of those channels. The time segment that is used for channel is specified by the parameters, and then it is used to check if the upper or lower limit is broken. It is strictly made to be used on
AllTheUpsTheresAlwaysDowns : This Expert Advisor (EA) is designed to automate trading with advanced entry and breakeven conditions. It places buy and sell orders based on moving averages and manages trades with customizable settings for lot sizes, stop loss, take profit, and breakeven conditions. It
New article Take a few lessons from Prop Firms (Part 1) — An introduction has been published: In this introductory article, I address a few of the lessons one can take from the challenge rules that proprietary trading firms implement. This is especially relevant for beginners and those who struggle
Trailing Stop Management Function : Filter orders based on the set magic number, execute the final stop loss management function, adjust the Stoploss and TrailingStop parameters, and place the Management function according to the structure of ea. It is recommended to place it under void OnTick()
Entropy : The indicator that demonstrates the power of price changes entropy. The entropy is the measure of the disorder of the system. The entropy is calculated using the Maximum Entropy Method . If we try to evaluate it according to its indicative attributes without paying much attention to its
  Indicators: GG-TrendBar  (26   1 2 3)
GG-TrendBar: This indicator shows you the trend on every timeframe simultaneously Author: Gordon Gekko
Check out the new article: Using optimization algorithms to configure EA parameters on the fly . The article discusses the practical aspects of using optimization algorithms to find the best EA parameters on the fly, as well as virtualization of trading operations and EA logic. The article can be
New article How to connect MetaTrader 5 to PostgreSQL has been published: This article describes four methods for connecting MQL5 code to a Postgres database and provides a step-by-step tutorial for setting up a development environment for one of them, a REST API, using the Windows Subsystem For
Lesson 9 Buy sell stop Order : This is a lesson on buying or selling with pending orders stop Author: Dao Thanh Tan
Check out the new article: Neural networks made easy (Part 73): AutoBots for predicting price movements . We continue to discuss algorithms for training trajectory prediction models. In this article, we will get acquainted with a method called "AutoBots". Effectively predicting the movement of
Check out the new article: Bill Williams Strategy with and without other Indicators and Predictions . In this article, we will take a look to one the famous strategies of Bill Williams, and discuss it, and try to improve the strategy with other indicators and with predictions. Bill Williams has a
Hoop master 2 : Working with pending Buy stop and Sell stop orders. Martingale. Author: Vladimir Karputov
New article Understand and Efficiently use OpenCL API by Recreating built-in support as DLL on Linux (Part 2): OpenCL Simple DLL implementation has been published: Continued from the part 1 in the series, now we proceed to implement as a simple DLL then test with MetaTrader 5. This will prepare us
Check out the new article: Neural networks made easy (Part 72): Trajectory prediction in noisy environments . The quality of future state predictions plays an important role in the Goal-Conditioned Predictive Coding method, which we discussed in the previous article. In this article I want to
Code Block for "Trailing Stop" based on current market price. (Ask / Bid) : This code block loops through all opened position and do trailing based on Ask and Bid prices. Author: Hapu Arachchilage Tharindu Lakmal
The colored volumes (English Version) : Colored volumes at the bottom of the chart Author: ROMAN KIVERIN
New article Building an Automatic News Trader has been published: This is the continuation of Another MQL5 OOP class article which showed you how to build a simple OO EA from scratch and gave you some tips on object-oriented programming. Today I am showing you the technical basics needed to develop
Basic Library to Create Volume Profiles : Basic library to create Volume Profiles on chart. Author: Yashar Seyyedin
New article Neural networks made easy (Part 28): Policy gradient algorithm has been published: We continue to study reinforcement learning methods. In the previous article, we got acquainted with the Deep Q-Learning method. In this method, the model is trained to predict the upcoming reward
New article Neural networks made easy (Part 27): Deep Q-Learning (DQN) has been published: We continue to study reinforcement learning. In this article, we will get acquainted with the Deep Q-Learning method. The use of this method has enabled the DeepMind team to create a model that can outperform
Trend direction and force - DSEMA smoothed : Trend direction and force - double smoothed EMA smoothed Author: Mladen Rakic
FolowLineEA: It's an expert to help any user to find better settings for FolowLine indicator. Expert works only with FolowLine indicator. Author: Nikolaos Pantzos
RSI with channels : standart RSI with dynamic levels Author: Andrei Khrushchev
New article Neural networks made easy (Part 22): Unsupervised learning of recurrent models has been published: We continue to study unsupervised learning algorithms. This time I suggest that we discuss the features of autoencoders when applied to recurrent model training. The model testing
New article Learn how to design a trading system by Volumes has been published: Here is a new article from our series about learning how to design a trading system based on the most popular technical indicators. The current article will be devoted to the Volumes indicator. Volume as a concept is one
Check out the new article: Population optimization algorithms: Artificial Multi-Social Search Objects (MSO) . This is a continuation of the previous article considering the idea of social groups. The article explores the evolution of social groups using movement and memory algorithms. The results
Check out the new article: Combinatorially Symmetric Cross Validation In MQL5 . In this article we present the implementation of Combinatorially Symmetric Cross Validation in pure MQL5, to measure the degree to which a overfitting may occure after optimizing a strategy using the slow complete
A BETTER RSI : Relative Strength Index that completely removes noise, works on all markets! Author: Zoe Nsidibe Udokpan
Hello, I'm new here. Somebody help me with a function to decode JWT into readable JSON. I couldn't find an implementation anywhere. I receive a token from the broker, which I will have to use in requests