[no_toc]
TradingWithPython library is a collection of functions and classes for Quantitative trading. It includes tools to get data from sources like YahooFinance, CBOE and InteractiveBrokers and often used P&L benchmarking functions.
This library will be used throughout the course and you will learn to use it as we go.
Installation
Automatic installation
The package can be found on PyPi . To install automatically with pip, open command prompt and run pip install tradingWithPython
Manual installation on Windows
Get the installer from PyPi and run it.
Manual installation
1. Get the zip file from PyPi , unzip in a directory.
2. Open command prompt and run python setup.py install
Development code
Latest working version is hosted on Github