-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Historical data #3
Comments
Hi, But was not able to make it work correctly. Im sure you can find a way to add that to the code :D |
I wrote a quick function to save data to a sheet called history, not sure if its exactly what you are talking about or not. Basically I have a 4 hour trigger on my getData and getHistory, so when the data updates its sent to the history page. It only saves data since you started using it, not the whole history of the coin. |
Nice! Yeah, pretty much that. IMO 1/day would be fine but the user could define their trigger. I've already been running into execution time limits with sheets since the overhaul. They annoyingly have limits on items per call and script execution time. I think the path forward is splitting up the custom functions/overall scripts more. Is that graph on the left just using the wrong axis? Were you trying to map balance/value of each currency over time? |
I found that every 4 hours was to often as well. Of course the trigger is person specific so it can be whatever is needed. Yeah I think the left graph looks goofy Im not a chart guy by any means and I was trying to visualize each coins gains/losses but I ended up removing it and just leaving the totals chart. |
@LeMoise could you share the getHistory() function you wrote? This is exactly what i'm after 😄 |
No description provided.
The text was updated successfully, but these errors were encountered: