Live data from Hacker News

Analyzing Cryptocurrency Markets Using Python

blog.patricktriest.com

11–20 of 56 posts

Re: Analyzing Cryptocurrency Markets Using Python

#15
This would be more appropriately titled "downloading, cleaning, and plotting cryptocurrency price data using pandas and plotly in a Jupyter notebook."

TL DR the analysis is just a couple of time series correlation coefficient heatmaps.

That being said this is a great tutorial for people just starting out with data handling and analysis in pandas.

Re: Analyzing Cryptocurrency Markets Using Python

#18

I wanted to do something like that, eventually I did it on the elasticsearch. Then I wanted to share with the society and added grafana. The final result is real-time analytics of trading on main exchanges and for major pairs: https://cointradeanalysis.com

Cool! Bookmarked.

Re: Analyzing Cryptocurrency Markets Using Python

#19

I wanted to do something like that, eventually I did it on the elasticsearch. Then I wanted to share with the society and added grafana. The final result is real-time analytics of trading on main exchanges and for major pairs: https://cointradeanalysis.com

Wow, that is very cool.

Some feedback/ideas:

1) things like xrp_usd need more decimal places for price (Max price 0.16, Min price 0.15, you really need at least 4 decimal places.)

2) What you call "Amount" should really be called "Volume".. "Count orders" should be "Count Trades" or perhaps just "Trades".

3) The buy/sell graph: i would place the buy/sell bars beside each other (instead of having sell underneath pointing down). This would make it much easier to see which is higher, buy or sell.

Re: Analyzing Cryptocurrency Markets Using Python

#20

Earlier quoted context omitted.

Semi-related question: I got some of those ICO coins back then - i registered with username/password back then Still have username/password but i am unsure where to actually login? Anyone familiar w/ Stellar knows how to get to the account?

I just went through the same process – had some coins from the ICO a couple of years ago. If you head to https://launch.stellar.org/#/login you can log in. I got a message prompting me to contact Support, which I've done and now awaiting a reply.

Same here, it asked me for a confirmation code over email, but I received nothing, so I'm waiting for Support.
Post reply on HN