Articles, Library comments - page 52

  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
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
Check out the new article: Modified Grid-Hedge EA in MQL5 (Part II): Making a Simple Grid EA . In this article, we explored the classic grid strategy, detailing its automation using an Expert Advisor in MQL5 and analyzing initial backtest results. We highlighted the strategy's need for high holding
  Indicators: Harmonic Pattern Finder V3  (89   1 2 3 4 5 ... 8 9)
Harmonic Pattern Finder V3: Indicator to display existent and emerging harmonic chart patterns. Author: Andre Enger
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
  Libraries: PNG  (12   1 2)
PNG : Forget about BMP files like a bad dream. With this library, you will now be able to use the more advanced and compact PNG image format for your programs. Author: BeeXXI Corporation
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
MTF_RSI: The Multi timeframes RSI indicator Author: Scriptor
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