abhi1010 / Trading-Toolkit

Implementation of basic trading tools and indicators.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

The purpose of this ever-growing repository is to serve as an introduction to basic market indicators that serve as the basis of a multitude of trading decisions. All implementations are done using barebones numpy and pandas and can probably be done using a more efficient vectorized approach (which will also be explored) but for now the goal is to gain an understanding of the working of the indicators.

Indicators Currently Implemented

The list of indicators implemented can be found here - https://github.com/ChetanTayal138/Trading-Toolkit/blob/main/INDICATORS.md

About

Implementation of basic trading tools and indicators.


Languages

Language:Python 58.8%Language:Jupyter Notebook 41.2%