Financial modeling


Power function

For this first article, we're gonna see the most basic way to implement the power function in python which only relies on "for" and "if_else" loop. Ready ? Let's get started !


Black & Scholes pricing & Options strategies

Today we're gonna approach the Black and Scholes (B&S) model and the most common option strategies used on the market (straddle, collar and butterfly) trough Python. Ready ? Let's start 


Introduction to technical analysis

Hi, today we're gonna approach some of the basic technical indicators that are used on the crypto market to try to forecast the fluctuation of the price of cryptocurrencies. Ready ? Let's do


Quick analysis of the Buy & Hold strategy (VBA)

Today we're gonna make a quick analysis of the infamous Buy & Hold strategy but instead of using python we will this time use excel and more specifically VBA to change a little bit and  . . .


Bitcoin trading algorithm part 1

As you may have noticed by browsing through the website, I'm quite interested by the crypto space  that's why I thought that it would be cool to create as our first trading algorithm a bitcoin ...


Statement analysis (part 1)

Financial statement analysis is one of the pillar of financial analysis and one the main of the tool allowing analysts to spot the weaknesses and strength ...