I am using C# and trying to figure out if I can create a way of returning a list of predicted future stock prices/movement by feeding in json data containing date, open, close, high, low, volume, adjusted close etc. (doesn't have to be too accurate for experimenting with code) using Microsoft's ML.NET.
Does anybody know how I could achieve this or have any useful links? I have been banging my head for a while trying to figure this out. Thank you!
I am expecting a returned list of future dates and correlated predicted prices or perhaps a high, average and low stock target. I am not fussy, I am mainly trying to figure out how to work ML.NET for price prediction without using a csv.