Discussion of article "Neural network: Self-optimizing Expert Advisor"

 

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

 

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?   

 

Hi, very elucidative.

Just to help, I work with AlgLib is so many platforms, and MQL is one of the most defective, like it's almost impossible to work with training tasks due to extremely poor resource management.

In this case I would use MLPSerialize, much easier to store the Network, and reliable.


Thanks anyway.

 

@ Jose Miguel Soriano

how is this an EA ? it's just a script while articles headline says 

"Neural network: Self-optimizing Expert Advisor " 


i think  that its misleading since i don't see any EA attached .

Reason: