EA use LSTM network

Avatar
  • updated

hi

can this EA use LSTM network?

Recurrent Neural Networks, specifically Long-Short-Term-Memory cells, that are trained using data from technical analysis indicators. Through this method, the EA is able to learn which indicators are most relevant for future price movements and act upon them. 

Avatar
1
Belpu Prajwal Rao

This is not as easy as we say. We need proper training data and also some hard work to find the required EA configurations which is at the moment not possible, but let's see what can be done, Let Andrey Khatimlianskyi or any other personal comment for this idea.

Thanks for contributing.

Avatar
1
Ulises Cune

Hello @jugulonline

If you can create an indicator that has buffers that indicate when to make a buy or sell, it can be used in the EA.

Can you create an indicator with Recurrent Neural Networks that indicates this?

Avatar
1
Ulises Cune

Hello,
Here I found a library, if you can create an indicator that has buy and sell buffers, it would be great to do some testing.

https://www.mql5.com/en/code/24200

Avatar
0
jugulonline
Quote from Ulises Cune

Hello,
Here I found a library, if you can create an indicator that has buy and sell buffers, it would be great to do some testing.

https://www.mql5.com/en/code/24200

great thank you