Hi I was hoping to make some form of a charting application to put on the android market.(a free and a paid version hopefully)
The only catch is i’m not sure what way is best to do this…So far ive found out that I can stream free data from yahoo, using excel. I was hoping Unity could help me develop a way that I could take that excel spreadsheet make some kind of database that would update accordingly for the users selected stocks ie Apple(APPL), by this i mean they’d have a portfolio.
Next I would need some way to take the data and store it, so i can construct a graph, and then use the information to make inidcators like the 20,50,or 200 day moving averages.
I know a little java and C#, but ive been told that learning SQL would be vital to my goal… is there a way around this in Unity, or will i have to be pretty network savy to tackle this challenge
Thanks to anyone that can help