Algorithmic Crypto Trading
Prelude
This is the first "pitch" I have led for Texas UCF. Texas UCF stands for Texas Undergraduate Computational Finance. I joined the selective club the second semester of my freshman year.
Website: texasucf.org
Contents
The PDF presentation is at the following link: https://drive.google.com/file/d/1kPaR00zSFPAIQIypFOlLI3OpmyQDTT1d/view?usp=sharing
The rest of this blog post will just be a summary and/or commentary on the pitch.
Hypothesis
This is the premise behind the pitch.
- Crypto and related assets are volatile
- Many institutional investors have not yet created Crypto trading desks
- Hence, as retail investors, there may be “older” strategies that are still profitable
To trade volatility we can:
- Option Straddles - Data hard to find for backtesting purposes
- VIX Futures - Doesn’t exist for BTC at the time (or it was not very common)
- Momentum Trading - What we will try
Backtesting
We used Python to backtest momentum strategies using the following indicators with various parameters and currencies:
- RSI
- Bollinger Bands
- MACD
Other
We also tried other ways to trade/research.
- Pairs Trading
- Impulse Response
- Candle Stick Pattens (mostly momentum or reversal based)
Conclusion
None of our strategies beat holding, especially considering fees and spreads.
Thanks for reading!