
In this article we discuss the correlation of cryptocurrency indicators regarding price and volume and google trend data. Furthermore, it is extension of an article I was writing about a year ago. Additional disclaimer: This is no investment advice or…

In this article, we are going to use numerical optimization methods to perform crypto portfolio optimization. Additional disclaimer: This is no investment advice or encouragement to buy Crypto. Please, do your own research before investing. This tutorial is only for…

In this article I will continue on crypto portfolio optimization. This time, return and risk are considered simulatenously which leads us to a Pareto optimization problem. In the following we are going to apply that to cryptocurrencies with the largest…

In this post we will be scraping websites (coinmarketcap.com) for historical bitcoin data using BeautifulSoup and Python. Furthermore, the data is processed and put into a Pandas dataframe. After that, the historical Bitcoin data is used to plot a candlestick…

In this post I will talk about how to use correlation matrices for crypto portfolio optimization. After some basics and the Python code, we will discuss the results. Furthermore, this will be applied on some large cap Altcoins. Additional disclaimer:…

In this post I will deepen crypto price simulations based on Monte Carlo. Therefore, a Brownian motion model including jump diffussion will be considered. Furthermore, we will use the cryptocurrency Ethereum for price simulations to compare various methods. Additional disclaimer:…

In this post we will use Monte Carlo simulations to guess the Bitcoin price in the near future using Python. Therefore, I will explain some related statistics and ways to analyze the generated data. Furthermore, we will use crypto price…

In this post we are going to calculate a vertical (compression) shock. Therefore, the equation system is solved using the Newton-Raphson method amongst other methods. Furthermore, we use the Van der Waals equation of state to calculate fluid properties. Introduction…