Built a Btc prediction to see if jev can have predictions of it going higher or lower in certain timeframes.
Homeby Kahlogosh2026-09-16
Built a Btc prediction to see if jev can have predictions of it going higher or lower in certain timeframes.
Left it to test, seems to be doing quite fine for now but wondering how it's predictions will turn of for daily.
Currently it can be very very certain in some decisions especially on big timeframes.
Also I don't believe this is nearly a good or the best way to use it, but it would be a nice test to see how it performs with a lot of simple information you can get from charts and process it fast to decide if it thinks it's going higher.
Another note the documentation says it would be better to split the questions and than compute later, which we technically don't do here it just gives it values of the market and asks for the decision, so separating the values and than getting the weights later with optimization could probably do much better.
https://lab.rokogrga.com/btc-jev
https://github.com/WebGrga/btc-jev-signal
Links