Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 891 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 891 Bytes

Dabbling with quantitative finance

A gentle introduction to world of quantitative finance, we will learn -

Install dependencies and run jupyter notebooks-

python3 -m venv env
# On Linux/Mac
source env/bin/activate 
# On Windows
env/scripts/activate
pip install -r requirements.txt
jupyter notebook

For further reading

Pairs trading

https://zerodha.com/varsity/chapter/pair-trading-basics/ https://marketsetup.in/posts/pair-trading-1/

Smart Beta Investing https://www.smallcase.com/blog/quality-smart-beta/

Trading Automation https://github.com/zerodha/pykiteconnect

https://marketsetup.in/posts/jugaad-trader-with-otp/

Patience in investing https://marketsetup.in/posts/patience-pays-off/