"Neural Networks in Algorithmic Trading in MQL5" BOOK CODE DOES NOT WORK

 

I read the first three chapters of the book and was very interested in testing the included code to get a better understanding of the whole concept and ideas that were discussed and presented.  I tried to run the ea_template.mq5 and it is failing on the net.load(Model, Common).  It makes sense because there is no such file called "our_model.net".  So, I then tried to run the initial_data.mq5 to see if I can start from the beginning, it does not work either.  Looking at the debug code that was generated from the initial_data debug, I get the following error: "2024.07.21 12:17:22.162 MQL5 debugger script 'initial_data.ex5' is unsupported program type".  It is obvious that the author did a wonderful job researching his content on Neural Network and how it could support financial code, however, it would be awesome if the presented code from the book actually worked, as least as a sampler on what Neural Network could help to achieve with financial trading.  
If this is possible, and the code actually works, can I get   step-by-step outline on how to prepare the layout and data to run a sample EA from the book's recommendations and process?

I am sure that the book has value, but how is the value being evaluated if the presented code with pictures of its results do not work during testing from a reader like myself?

Please help us to get started...


 
Johnny Sandaire:

I read the first three chapters of the book and was very interested in testing the included code to get a better understanding of the whole concept and ideas that were discussed and presented.  I tried to run the ea_template.mq5 and it is failing on the net.load(Model, Common).  It makes sense because there is no such file called "our_model.net".  So, I then tried to run the initial_data.mq5 to see if I can start from the beginning, it does not work either.  Looking at the debug code that was generated from the initial_data debug, I get the following error: "2024.07.21 12:17:22.162 MQL5 debugger script 'initial_data.ex5' is unsupported program type".  It is obvious that the author did a wonderful job researching his content on Neural Network and how it could support financial code, however, it would be awesome if the presented code from the book actually worked, as least as a sampler on what Neural Network could help to achieve with financial trading.  
If this is possible, and the code actually works, can I get   step-by-step outline on how to prepare the layout and data to run a sample EA from the book's recommendations and process?

I am sure that the book has value, but how is the value being evaluated if the presented code with pictures of its results do not work during testing from a reader like myself?

Please help us to get started...


Hi,

All files for this book you can find in public project "NeuroBook". Just join and load this project.

Then you can compile files and attach it to chart.

But this script just create csv file for further analysis.


 

1.

---------------------

2.

---------------------

3.

---------------------

4.

---------------------

5.