Skip to content

EasyAI/Python-Charting-Indicators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

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

  • Bollinger Bands (BB)
  • Relative Strength Index (RSI)
  • StochRSI
  • Stochastic Oscillator
  • Simple Moving Average (SMA)
  • Exponential Moving Average (EMA)
  • SS
  • Moving Average Convergence Divergence (MACD)
  • ZeroLag MACD
  • TR
  • ATR
  • DM
  • Average Directional Index (ADX DI)
  • Ichimoku Cloud
  • Force Index
  • Commodity Channel Index (CCI)
  • Money Flow Index (MFI)
  • Heiken Ashi Candles
  • Top/Bottoms finder

Repository Contains:

  • technical_indicators.py : This contains the main logic for calculation of the indicators.

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: [email protected]

About

This repository contains a python file with is used to calculate charting indicators.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages