Earlier quoted context omitted.
I've told people to buy at $3,800, $5,900, and $14,000 and got shouted down each time. All of these were after major crashes, so of course the price was about to bounce back. Even if you know when the music hasn't stopped yet, it's very hard to get anyone to listen.
For what is worth, I also thought that ~5500 dip in mid november was a good time as well. I wish I had money in the exchange that weekend because it quickly recovered days afterward. The recent dip was scarier though and time will tell whether we are still on the rise or just a temporary recovery.
Cryptocurrency Analysis with Python – Buy and Hold
51–60 of 70 posts
Re: Cryptocurrency Analysis with Python – Buy and Hold
#52Earlier quoted context omitted.
if Gold can be irrational for 2k years, I don't see why not bitcoin can't, the only think gold has going for "longer history", yet HN folk love to say "past performance are not an...bla bla", yes it also has the 5% - 10% industrial use, but bitcoin has that too by being able to transfer it without third party, so will also not go to zero because will be useful as transfer of value.
Gold has a price floor because it has some industrial utility and is useful for making jewelry. All that has to happen to destroy bitcoin is a flaw in the implementation. Seriously, look at OpenSSL and tell me the same issues aren’t possible in bitcoin. When did we get so trusting of software that we decided it’d be a good idea to base currency on a distributed algorithm?
Bitcoin is very very far from a perfect solution, but it is a solution to many problems currencies have.
Re: Cryptocurrency Analysis with Python – Buy and Hold
#53Earlier quoted context omitted.
Not to be rude but I stopped reading at "MACD". TA is not the go-to strategy in stock trading for a reason. Indicators like MACD, RSI, Bollinger Bands etc re-paint a lot. So the perfect signals everyone sees on the charts are, for the most part, are just "profitable system" mirage.
Thanks. The conclusions may be obvious to experts in algo trading (and I heard similar things about the problems of TA for stock trading prior to doing this), but it was educational for me to go through the exercise because (1) it confirmed to me that the crypto markets behave similar to other markets, and (2) it helped me understand exactly where and how a technical indicator like MACD falls short for making trade d…
Would you care to elaborate on which indicators you tried, and what happened?
Re: Cryptocurrency Analysis with Python – Buy and Hold
#54Earlier quoted context omitted.
> Just avoid hodling the bag when the music stops... and how do you know exactly when the music has stopped?
It's easy to tell when the music has stopped. The hard part is anticipating the stopping.
Maybe balloon is a better word than bubble.
Re: Cryptocurrency Analysis with Python – Buy and Hold
#55Earlier quoted context omitted.
if Gold can be irrational for 2k years, I don't see why not bitcoin can't, the only think gold has going for "longer history", yet HN folk love to say "past performance are not an...bla bla", yes it also has the 5% - 10% industrial use, but bitcoin has that too by being able to transfer it without third party, so will also not go to zero because will be useful as transfer of value.
Gold has a price floor because it has some industrial utility and is useful for making jewelry. All that has to happen to destroy bitcoin is a flaw in the implementation. Seriously, look at OpenSSL and tell me the same issues aren’t possible in bitcoin. When did we get so trusting of software that we decided it’d be a good idea to base currency on a distributed algorithm?
Re: Cryptocurrency Analysis with Python – Buy and Hold
#56Unless 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...
Re: Cryptocurrency Analysis with Python – Buy and Hold
#57Unless 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)
if Gold can be irrational for 2k years, I don't see why not bitcoin can't, the only think gold has going for "longer history", yet HN folk love to say "past performance are not an...bla bla", yes it also has the 5% - 10% industrial use, but bitcoin has that too by being able to transfer it without third party, so will also not go to zero because will be useful as transfer of value.
Re: Cryptocurrency Analysis with Python – Buy and Hold
#58Earlier quoted context omitted.
Not to be rude but I stopped reading at "MACD". TA is not the go-to strategy in stock trading for a reason. Indicators like MACD, RSI, Bollinger Bands etc re-paint a lot. So the perfect signals everyone sees on the charts are, for the most part, are just "profitable system" mirage.
TA is "Technical Analysis", according to Google. You're telling me those indicators are NOT used by rules-based traders in the stock market?
It is one of the core foundations that underpin up modern finance (something that Bitcoin advocates would be keen to learn about...) - see also [Efficient Market Hypothesis](https://en.wikipedia.org/wiki/Efficient-market_hypothesis), [Modigliani and Miller Capital Structure Theory](https://en.wikipedia.org/wiki/Modigliani%E2%80%93Miller_theo...), or the [Modern Portfolio Theory](https://en.wikipedia.org/wiki/Modern_portfolio_theory).
In short, TA has refuted time and time again. It's complete garbage used only by amatures.
Re: Cryptocurrency Analysis with Python – Buy and Hold
#59Earlier quoted context omitted.
a lot more people sell than buy cryptocurrency
How would that work? Any coin that is bought is also sold, so you're saying that the buys come from a few people buying big amounts? But all those sellers were buyers at some point...
Re: Cryptocurrency Analysis with Python – Buy and Hold
#60Earlier quoted context omitted.
Thanks. The conclusions may be obvious to experts in algo trading (and I heard similar things about the problems of TA for stock trading prior to doing this), but it was educational for me to go through the exercise because (1) it confirmed to me that the crypto markets behave similar to other markets, and (2) it helped me understand exactly where and how a technical indicator like MACD falls short for making trade d…
> Only after trying it myself did I gain insight as to why they don't actually work so well. Would you care to elaborate on which indicators you tried, and what happened?
There are at least two other important considerations apart from the indicator itself: how to actually execute effectively with limited funds (when your trigger fires, do you trade everything you can, only a certain percentage, or some variable amount based on technical factors? - that's an entirely separate algorithmic rabbit hole); and even if you do find a good algorithm and it performs great in backtesting historical data, it's almost always harder to achieve the same results in real market conditions (it's difficult to simulate the spread and dynamics of limited market depth).