EasyAI / Python-Charting-Indicators

This repository contains a python file with is used to calculate charting indicators.
MIT License
23 stars 14 forks source link
algorithms analytics charts financial-analysis

Python-Trade-Indicators

Description

This repository contains a file used to calculate different indicators that can be used and plotted to graphs or for live calculations. THe current list of included indicators will be listed below.

Indicators List

Repository Contains:

Usage

The way that the data should be put threw in the case of requiring multiple elementes of the candle sticks, you'll need to style the lists to a dictionary formal like shown below:

candles = [[unix open time, open price, high price, low price, close price, volume], ...]

Contact

EMAIL: jlennie1996@gmail.com