I've been working on an intriguing project—a neural network that might just be capable of predicting $BTC 's price over the next five hours. I say "might" because I haven’t thoroughly tested it yet, but I wanted to share some early results with you, my followers.

To build this model, I trained it using the latest 60,000 data points, which I obtained through the Binance API in batches of 1,000. The initial training of the neural network was done on Google Colab, and then I transferred the data to my local computer for further processing. Each time the program runs, it fetches any missing data since the last session, integrates it into the neural network, performs additional training, and then provides five potential Bitcoin prices for the next five hours.

Predict price for Bitcoin next 5 hours: 58940.16 - 59121.56 - 59306.22 - 59491.11- 59677.17

The training was conducted using data on an hourly time frame. On the chart displayed, you can see the current Bitcoin prices over the past 24 hours. The red dot represents the predicted Bitcoin price one hour from now. The arrow indicates the direction in which the price is expected to move and by how much. As we can see, it's slowly trending upwards.

Predict price for Bitcoin next 5 hours: 58940.16 - 59121.56 - 59306.22 - 59491.11- 59677.17

This is a bit of an experimental venture, but if it works out, it could be fascinating. Of course, no one can predict prices if external factors come into play, like what happened yesterday. No model can be prepared for that.

Feel free to share this post so we can check back later and see how accurate the predictions were.

#trading #AI #BitcoinPricePrediction #experiments