Articles, Library comments - page 95

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
Super Trend Hull Indicator : Super trend indicator that uses hull average for calculation. Author: Mladen Rakic
Check out the new article: Population optimization algorithms: Evolution of Social Groups (ESG) . We will consider the principle of constructing multi-population algorithms. As an example of this type of algorithm, we will have a look at the new custom algorithm - Evolution of Social Groups (ESG)
Check out the new article: Neural networks made easy (Part 71): Goal-Conditioned Predictive Coding GCPC) . In previous articles, we discussed the Decision Transformer method and several algorithms derived from it. We experimented with different goal setting methods. During the experiments, we worked
Check out the new article: Integrate Your Own LLM into EA (Part 3): Training Your Own LLM with CPU . With the rapid development of artificial intelligence today, language models (LLMs) are an important part of artificial intelligence, so we should think about how to integrate powerful LLMs into our
Lesson 7 Price action Ket hop Volume VSA : This is a lesson on trading using price action combined with volume. Author: Dao Thanh Tan
Calculate Lot Size and Trailling Stop : This is a lesson on how to: 1. calculate the lot size in each order corresponding to the percentage of balance loss. 2. Trailling and count position buy and sell. The condition buy or sell base on Price action and moving average filter Author: Dao Thanh Tan
Range Ratio : Indicator shows histogram of ratio of sum of lower time frame ranges to current timeframe bar range Author: Nikclay Khrushchev
  Experts: Risk Manager  (33   1 2 3 4)
Risk Manager : The Expert Advisor controls and limits the overall loss for the account, and the loss for every deal. It includes Trailing Stop for the account. Author: Анатолий Сергеев
New article Neural networks made easy (Part 11): A take on GPT has been published: Perhaps one of the most advanced models among currently existing language neural networks is GPT-3, the maximal variant of which contains 175 billion parameters. Of course, we are not going to create such a monster on
XWPR_Histogram_Vol_Direct : XWPR_Histogram_Vol indicator shows direction of the histogram bars movement using colored icons on these bars Author: Nikolay Kositsin
XWPR_Histogram_Vol : WPR_Histogram_Vol indicator with additional averaging of the resulting histogram Author: Nikolay Kositsin
Check out the new article: Trailing stop in trading . In this article, we will look at the use of a trailing stop in trading. We will assess how useful and effective it is, and how it can be used. The efficiency of a trailing stop largely depends on price volatility and the selection of the stop
Check out the new article: Neural networks made easy (Part 70): Closed-Form Policy Improvement Operators (CFPI) . In this article, we will get acquainted with an algorithm that uses closed-form policy improvement operators to optimize Agent actions in offline mode. The approach to optimizing the
Check out the new article: Causal inference in time series classification problems . In this article, we will look at the theory of causal inference using machine learning, as well as the custom approach implementation in Python. Causal inference and causal thinking have their roots in philosophy
Check out the new article: Introduction to MQL5 (Part 6): A Beginner's Guide to Array Functions in MQL5 . Embark on the next phase of our MQL5 journey. In this insightful and beginner-friendly article, we'll look into the remaining array functions, demystifying complex concepts to empower you to
Delete all objects on chart (main window and sub window) with drag and drop : It will delete all objects on the chart when the script is dragged onto the chart Author: Conor Mcnamara
Linear Regression Channel: Linear Regression Channel EA draws "Linear Regression Channel" on chart and trades with its trend,has Trailing Stop Loss &Take Profit works best on all time frames major forex pairs and stocks NASDAQ. Author: Aharon Tzadik
New article Data Science and Machine Learning (Part 11): Naïve Bayes, Probability theory in Trading has been published: Trading with probability is like walking on a tightrope - it requires precision, balance, and a keen understanding of risk. In the world of trading, the probability is everything
Check out the new article: Neural networks made easy (Part 48): Methods for reducing overestimation of Q-function values . In the previous article, we introduced the DDPG method, which allows training models in a continuous action space. However, like other Q-learning methods, DDPG is prone to
Check out the new article: DRAW_ARROW drawing type in multi-symbol multi-period indicators . In this article, we will look at drawing arrow multi-symbol multi-period indicators. We will also improve the class methods for correct display of arrows showing data from arrow indicators calculated on a
Check out the new article: Building A Candlestick Trend Constraint Model(Part 3): Detecting changes in trends while using this system . This article explores how economic news releases, investor behavior, and various factors can influence market trend reversals. It includes a video explanation and