Ai trader - self learning robot

You can find some of the pages here, such as AI trader and AI trading using the NEAT algorithm. After looking at all those, I decided to implement my own deep learning model on forex data. Any inputs will be highly appreciated.

So far, I am testing 1D data from the last three months for prediction. I split the data into 80% for training the model and 20% for testing the results. I will update the code and post the results.

If there are any coders here, let’s collaborate

1 Like

download

Number of Correct Predictions: 9/13
trained on 3 months 1d data

Thanks for starting this thread. I’m just a beginner coder. I started learning Python. Maybe we can collaborate after I get better as a coder. Do you have recommendations for any books or websites I can learn from so I can code AI trader bots?