top of page
Blog
Search


Practical portfolio optimization in Python (3/3) – code
Portfolio optimization In the last article of this series, we will go through a fully functional code. You will read here how the process...
Petr Tmej
Jul 15, 202211 min read


Practical portfolio optimization in Python (2/3) – machine learning
Advanced Portfolio Optimization In the second article, we will go through more advanced approaches and also modern ones. We will slightly...
Petr Tmej
Jul 15, 20228 min read


Practical portfolio optimization in Python (1/3) – Markowitz
Mean-Variance Portfolio optimization Portfolio optimization is one of the fundamental topics for assets management, as old as...
Petr Tmej
Jul 15, 20228 min read


Infrastructure of algorithmic trading systems
Build the infrastructure of your algorithmic trading system A development process’s infrastructure can be understood as a step-by-step...
Petr Tmej
Jul 15, 20226 min read


Correlation approaches for stock pairs you have not seen before
Stock Pairs As described in our other articles, stock pairs are a mean-reversion trading system widely used in the industry. In pairs,...
Petr Tmej
Jul 15, 202211 min read


Working with Time Series in Pandas – Grouping / DatetimeIndex
PANDAS - Grouping and DateTimeIndex In this article, we continue playing with time series in Python, resp. Pandas. Our previous article...
Petr Tmej
Jul 15, 20229 min read


What is a stock split and how to adjust it with Python?
WHAT IS STOCK SPLIT? It is normal in financial markets that companies split their stocks (or merges – reverse stock splits). A stock...
Petr Tmej
Jul 15, 20225 min read


The basic principles of learning Python for Algorithmic Trading
Super simple - yet useful advice for beginners! Let this introductory article be the basic explanation about how I started to work with...
Petr Tmej
Jul 15, 20225 min read


Learn Time Series Analysis in Pandas – Introduction
LEARN TIME SERIES IN PYTHON - Pandas In this introductory article on time series analysis in Python, we will cover some simple working...
Petr Tmej
Jul 15, 20227 min read


Must-Know List of My Favorite 10 Python Libraries for Algorithmic Trading
10 Python libraries I consider essential for work This article will show you ten Python libraries that I consider to be my daily bread as...
Petr Tmej
Jul 15, 20225 min read


Practical portfolio optimization in Python (3/3) – code
Portfolio optimization In the last article of this series, we will go through a fully functional code. You will read here how the process...
Petr Tmej
Jul 15, 202211 min read


Practical portfolio optimization in Python (2/3) – machine learning
Advanced Portfolio Optimization In the second article, we will go through more advanced approaches and also modern ones. We will slightly...
Petr Tmej
Jul 15, 20228 min read


Practical portfolio optimization in Python (1/3) – Markowitz
Mean-Variance Portfolio optimization Portfolio optimization is one of the fundamental topics for assets management, as old as...
Petr Tmej
Jul 15, 20228 min read


Infrastructure of algorithmic trading systems
Build the infrastructure of your algorithmic trading system A development process’s infrastructure can be understood as a step-by-step...
Petr Tmej
Jul 15, 20226 min read


Correlation approaches for stock pairs you have not seen before
Stock Pairs As described in our other articles, stock pairs are a mean-reversion trading system widely used in the industry. In pairs,...
Petr Tmej
Jul 15, 202211 min read


Working with Time Series in Pandas – Grouping / DatetimeIndex
PANDAS - Grouping and DateTimeIndex In this article, we continue playing with time series in Python, resp. Pandas. Our previous article...
Petr Tmej
Jul 15, 20229 min read


What is a stock split and how to adjust it with Python?
WHAT IS STOCK SPLIT? It is normal in financial markets that companies split their stocks (or merges – reverse stock splits). A stock...
Petr Tmej
Jul 15, 20225 min read


The basic principles of learning Python for Algorithmic Trading
Super simple - yet useful advice for beginners! Let this introductory article be the basic explanation about how I started to work with...
Petr Tmej
Jul 15, 20225 min read


Learn Time Series Analysis in Pandas – Introduction
LEARN TIME SERIES IN PYTHON - Pandas In this introductory article on time series analysis in Python, we will cover some simple working...
Petr Tmej
Jul 15, 20227 min read


Must-Know List of My Favorite 10 Python Libraries for Algorithmic Trading
10 Python libraries I consider essential for work This article will show you ten Python libraries that I consider to be my daily bread as...
Petr Tmej
Jul 15, 20225 min read
bottom of page