Analyzing Cryptocurrency Markets Using Python
blog.patricktriest.com
Analyzing Cryptocurrency Markets Using Python
1–10 of 56 posts
Re: Analyzing Cryptocurrency Markets Using Python
#2- it is not really pertinent to compute the correlation between prices. This takes the currencies trend into account since prices, contrary to e.g. "returns", are non stationary. This will lead to a biased higher correlation. Just do a ".pct_change()" before the correlation.
- also averaging the price between exchanges is a bit naive. It hides arbitrage opportunities and does not reflect the underlying traded volume. A VWAP would at least provide a better approximation.
Re: Analyzing Cryptocurrency Markets Using Python
#3As many developers hang out here I want to point out that the Stellar Foundation has a rolling competition for developers: https://www.stellar.org/lumens/build/. You can see here all the projects submitted to the last round: https://galactictalk.org/t/sbc2017april
Re: Analyzing Cryptocurrency Markets Using Python
#4My 2 cents: - it is not really pertinent to compute the correlation between prices. This takes the currencies trend into account since prices, contrary to e.g. "returns", are non stationary. This will lead to a biased higher correlation. Just do a ".pct_change()" before the correlation. - also averaging the price between exchanges is a bit naive. It hides arbitrage opportunities and does not reflect the underlying tr…
Re: Analyzing Cryptocurrency Markets Using Python
#5I'm a big fan of Stellar. It looks like the only cryptocurrency with an actual use case that works today and minimises costs for companies[1][2] building on top of it. Everything else looks like mostly hype driven. I would say that this is one of the reasons it trades so different from everything else, except Ripple. As many developers hang out here I want to point out that the Stellar Foundation has a rolling compet…
Re: Analyzing Cryptocurrency Markets Using Python
#6I'm a big fan of Stellar. It looks like the only cryptocurrency with an actual use case that works today and minimises costs for companies[1][2] building on top of it. Everything else looks like mostly hype driven. I would say that this is one of the reasons it trades so different from everything else, except Ripple. As many developers hang out here I want to point out that the Stellar Foundation has a rolling compet…
- Do you own Stellar Lumens?
- Are you involved in any Stellar related projects?
Re: Analyzing Cryptocurrency Markets Using Python
#7I'm a big fan of Stellar. It looks like the only cryptocurrency with an actual use case that works today and minimises costs for companies[1][2] building on top of it. Everything else looks like mostly hype driven. I would say that this is one of the reasons it trades so different from everything else, except Ripple. As many developers hang out here I want to point out that the Stellar Foundation has a rolling compet…
Is that the thing Stripe (or someone) launched years ago? The one where they were giving 50 coins free per subscriber?
Re: Analyzing Cryptocurrency Markets Using Python
#8I'm a big fan of Stellar. It looks like the only cryptocurrency with an actual use case that works today and minimises costs for companies[1][2] building on top of it. Everything else looks like mostly hype driven. I would say that this is one of the reasons it trades so different from everything else, except Ripple. As many developers hang out here I want to point out that the Stellar Foundation has a rolling compet…
Is that the thing Stripe (or someone) launched years ago? The one where they were giving 50 coins free per subscriber?
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?
Re: Analyzing Cryptocurrency Markets Using Python
#9I'm a big fan of Stellar. It looks like the only cryptocurrency with an actual use case that works today and minimises costs for companies[1][2] building on top of it. Everything else looks like mostly hype driven. I would say that this is one of the reasons it trades so different from everything else, except Ripple. As many developers hang out here I want to point out that the Stellar Foundation has a rolling compet…
Could you help me to put your opinion in the right context by answering a few questions? - Do you own Stellar Lumens? - Are you involved in any Stellar related projects?
I'm not trying to give investment advice in my post. You should definitely not be buying Lumens if you don't need them. Most of them are going to be given away: https://www.stellar.org/about/mandate/
Re: Analyzing Cryptocurrency Markets Using Python
#10Earlier quoted context omitted.
Is that the thing Stripe (or someone) launched years ago? The one where they were giving 50 coins free per subscriber?
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?
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.