You are viewing a single comment's thread from:

RE: I wrote this simple R script to keep track of crypto portfolio and evaluate realtime portfolio worth in any fiat or crypto

in #programming7 years ago (edited)

Thanks! I'm going to work on creating a user friendly web interface so user can interact with data using mouse and browser only. There needs to be a lot more functionalities as well in order for the project to be practically useful. Hoping that's going to be something useful. Also, since R has powerful statistical analysis tools/packages, having structured data in R environment is a plus.

Sort:  

I've done hundreds of buys and sells across a number of tokens going back to late 2013 and have tracked everything to the penny with excel. It's such a pain!

Try edit(trade_history) for an Excel like spreadsheet which lets you enter values in cells. You can import Excel files as well.