Below are the code files that were created during Algorithmic Trading Series Sessions 1 and 2. We will keep on updating the codes and scripts as and when we will release the videos.
Session 1 : Only Introduction no codes in first lecture
I suggest to use virtualenv or uv to setup a python virtualenvironment first and install your python libraries under custom/venv directory/folder. Most of the problems are around python versioning mismatch etc.
we need to install certifi so that we dont get SSL certificate error, Auto installing certifi is giving errors
so lets manually download and install the certifi package.
i have followed all these steps as is, but still same error
ERROR: Twisted-20.3.0-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.
ERROR: TA_Lib-0.4.24-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.
I have installed and it shows no error, so whats the use of these two files? should I have to replace these with any other files or not, one more query that in this setup of install libraries when I checked TA-Lib is missing (after Iv xlwings there is mibian) does this means that TA Lib is not installed or I have to paste TA_Lib (one of the above mentioned file) in specific folder?