Tutorials

Start from scratch in Quant!

Lecture 2: Run your First Strategy

Let’s kick off with technical analysis (TA). TA is a methodology for predicting price movements based on past market data, especially price itself and trade volume. Technical indicators covered in this lecture: Simple Moving Average (SMA) Bollinger Bands (BB) Relative Strength Index (RSI) SMA Formula where p is the adjusted closing price, n is the…

Lecture 1: Foundations in Programming

1 Python Python is a powerful, easy-to-use and object-oriented language. In Python, as well as in any other object-oriented programming language, we define a class to be a description of what the data look like (the state) and what the data can do (the behavior). Classes are analogous to abstract data types because a user of a class only…


Design a site like this with WordPress.com
Get started