Just for fun, I made a program that predicts the price of bitcoin

I was bored trying to think of a python program to write and I decided to write a bitcoin predicting program.How it works is it looks at the price graph for the last N (cycling through different values of N) days then tries to find the time the most similar pattern in price occurred in the past to the current pattern, then predicts the price based on what happened after that previous pattern occurred.This is probably worthless and won't be an accurate reflection of the future price at all, but just for fun, here's what it says about the next few years of bitcoin.It says that the current pattern we're in is reminiscent of 2018-01-06.On the graph, the left side of the green line is the recent price history (red line) and historical price history from 2018-01-06 (blue line), and right of the green line, the future price (red line) is modelled after the price history from 2018. The y-axis numbers on the left are the recent/future price and the y-axis numbers on the right are the historical prices from 2018.90-day prediction:Graph: https://ift.tt/ObCvznZ 2022-02-24 $41,030.37Bottom: 2022-04-19 $24,538.98Final: 2022-05-21 $34,227.861-year prediction:Graph: https://ift.tt/Q2nChtr 2022-02-24 $41,030.37Bottom: 2022-10-06 $13,340.72Final: 2023-02-20 $22,262.68(just under) 3-year prediction: (falls just short of 3 years, I think because it doesn't have enough data)Graph: https://ift.tt/UwNyRH9 2025-08-30 $282,899.62Bottom: 2022-10-06 $13,340.72Final: 2025-12-13 $155,385.66So there you have it. Just a bit of entertainment. Don't go investing based on this. I'm gonna keep track and see how successful its predictions were.

Submitted February 23, 2022 at 06:49AM

No comments:

Post a Comment