Self-optimisation of any target function was unfortunately not seen.
Maybe a translation flaw, but I don't get it:
What are you teaching the neural network?
What is the input and what is the target?
What exactly are you optimising?
It's a rambling article.
So much for the advantage of using Alglig in MT5.
Congratulations on the information,
The script was missing.
Hi and Thanks, it was great to see this self optimizer bu NN,
How can I use this in MT4? do you have the MT4 version?
To summarise, I can say: as a programming exercise it is probably useful, but as a guide on the topic of creating and using a neural network it is absolutely unacceptable. The author (or translator) should stick to the established terms and definitions in this area so as not to mislead users. And I think preliminary review of texts before publication is very desirable. I am not talking about the absence of graphs, drawings illustrating the text. Without them it is a sheet of code.
Good luck
Alexey Volchanskiy:
Хотелось бы в статьях, посвященных созданию советников, увидеть результаты в тестере и торговли на демо. А то опять сферический конь в вакууме. Еще не одной дельной статьи по использованию нейросетей в трейдинге не было. Одни теории.
The statement is strong, but unfounded.
In the appendix to the articles (mine at least) there are codes of Expert Advisors. Put them on demo and test them. Or do you prefer to believe other people's pictures? Do not be lazy, try it.
The purpose of the articles is to give you new ideas, ways and methods that can be applied in Expert Advisors. But it is up to you to set up for productive work. It is in the market that you can be lured by beautiful pictures.
Good luck
Greetings.
New Article Neural Networks: Intelligent Trading Systems Self-Optimising has been published:

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
New article Neural network: Self-optimizing Expert Advisor has been published:
Is it possible to develop an Expert Advisor able to optimize position open and close conditions at regular intervals according to the code commands? What happens if we implement a neural network (multilayer perceptron) in the form of a module to analyze history and provide strategy? We can make the EA optimize a neural network monthly (weekly, daily or hourly) and continue its work afterwards. Thus, we can develop a self-optimizing EA.
If we conduct a test with the following network structure: "10 input layer neurons, 35 first hidden layer neurons, 10 second hidden layer neurons and 1 output layer neuron", the script displays the following data during its execution:
Author: Jose Miguel Soriano