This may be a bit pedantic, but the phrase the author uses in his disclaimer "Experts agree that cryptocurrencies are a bubble." bothers me because it's kind of misleading. The 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%…
Cryptocurrency Analysis with Python – Buy and Hold
11–20 of 70 posts
Re: Cryptocurrency Analysis with Python – Buy and Hold
#12Don'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
#13Unless you can include the complete irrationality of the users fueling the crypto bubble to get rich into the statistical model, any statistical analysis of those prices will be misleading. Traditional 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
#14I ran some tests of my own with simulated automated trading strategies over the past few years of historical Bitcoin price data. I used a genetic algorithm to encode a range of time parameters for MACD, along with different trading triggers and amounts. After a day or two of running it against a huge number of permutations and generations optimized for highest overall return, I came to a similar conclusion: the fitte…
Re: Cryptocurrency Analysis with Python – Buy and Hold
#15I ran some tests of my own with simulated automated trading strategies over the past few years of historical Bitcoin price data. I used a genetic algorithm to encode a range of time parameters for MACD, along with different trading triggers and amounts. After a day or two of running it against a huge number of permutations and generations optimized for highest overall return, I came to a similar conclusion: the fitte…
In trading exchange bots will lose in unregulated market. Only the best bots can benefit where insider information is a common thing.
In margin trading however what you do is extend your overal capital, i.e. by having 10k usd you can make profits of holding 10k and trading 100k (at 10x margin). However of course margin is more dangerous but nevertheless you'll most likely end up with positive in the long run.
Re: Cryptocurrency Analysis with Python – Buy and Hold
#16I ran some tests of my own with simulated automated trading strategies over the past few years of historical Bitcoin price data. I used a genetic algorithm to encode a range of time parameters for MACD, along with different trading triggers and amounts. After a day or two of running it against a huge number of permutations and generations optimized for highest overall return, I came to a similar conclusion: the fitte…
Re: Cryptocurrency Analysis with Python – Buy and Hold
#17I ran some tests of my own with simulated automated trading strategies over the past few years of historical Bitcoin price data. I used a genetic algorithm to encode a range of time parameters for MACD, along with different trading triggers and amounts. After a day or two of running it against a huge number of permutations and generations optimized for highest overall return, I came to a similar conclusion: the fitte…
Is that another way of saying "the bubble hasn't burst yet"?
Re: Cryptocurrency Analysis with Python – Buy and Hold
#18My 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
A classifier that flips a coin would probably have higher accuracy.
Re: Cryptocurrency Analysis with Python – Buy and Hold
#19My 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
A classifier that flips a coin would probably have higher accuracy.
Re: Cryptocurrency Analysis with Python – Buy and Hold
#20Unless you can include the complete irrationality of the users fueling the crypto bubble to get rich into the statistical model, any statistical analysis of those prices will be misleading. Traditional historical trend analyses of stock prices assume the market is somewhat rational. (but not 100% efficient, which is where money can be made)
It's not irrational. It's an asset whose price is rising. If you want to make money, it's a good asset to trade. Just avoid hodling the bag when the music stops...
and how do you know exactly when the music has stopped?