Cryptocurrency Analysis with Python – Buy and Hold
romanorac.github.io
Cryptocurrency Analysis with Python – Buy and Hold
1–10 of 70 posts
Re: Cryptocurrency Analysis with Python – Buy and Hold
#2Re: Cryptocurrency Analysis with Python – Buy and Hold
#3More detail: https://quantivity.wordpress.com/2011/02/21/why-log-returns/
Re: Cryptocurrency Analysis with Python – Buy and Hold
#4Don't work with closing prices for statistical analysis. Work with returns (really log returns). This would have simplified some of the code, and made the plots in the same units rather than requiring separate axes. More detail: https://quantivity.wordpress.com/2011/02/21/why-log-returns/
Re: Cryptocurrency Analysis with Python – Buy and Hold
#5Traditional historical trend analyses of stock prices assume the market is somewhat rational. (but not 100% efficient, which is where money can be made)
Re: Cryptocurrency Analysis with Python – Buy and Hold
#6See https://github.com/Chipy-Finance/CryptoTechnicals/blob/maste...
https://github.com/Chipy-Finance/CryptoTechnicals/blob/maste...
There is more in the github directory also.
Re: Cryptocurrency Analysis with Python – Buy and Hold
#7Follow me on Twitter to get the latest updates: https://twitter.com/romanorac
Re: Cryptocurrency Analysis with Python – Buy and Hold
#8The actual fact at hand is ~96% of economists think that the crypto market has been subject to a massive speculation bubble as of November. While that's sort of close to Roman's disclaimer, there is some nuance that ought to be given, since a) 4% of professionals dissent, and b) the question asked of economists had a temporal element to it, and they might have answered differently if the market hadn't tripled in value in as many months. It's the difference between 'the housing market is in a bubble currently', and 'housing is a bubble'.
Re: Cryptocurrency Analysis with Python – Buy and Hold
#9Re: Cryptocurrency Analysis with Python – Buy and Hold
#10My next step is to implement strategy testing. I would like to end this series with a classifier that predicts buy or hold. Follow me on Twitter to get the latest updates: https://twitter.com/romanorac