top of page
Growth

Trading Technical Indicators

Open Source Python Library

Where Traditional Technical Analysis and AI are met

Trading Technical Indicators (tti) is an open source python library for Technical Analysis of trading indicators, using traditional methods and machine learning algorithms.

Current Released Version 0.2.2

  • Calculate technical indicators (62 indicators supported).

  • Produce graphs for any technical indicator.

  • Get trading signals for each indicator.

  • Trading simulation based on trading signals.

  • Machine Learning integration for prices direction prediction (not included in this release).

Change Log

 

Stable Releases 

  • 0.2.2: Incompatibilities with the latest pandas release 1.2.0 fixed (#20)

  • 0.2.1: Bug fixes, new pandas release causes an exception in some indicators calculation (#20)

  • 0.2.0: First stable release, updates described in the following github issues (#2, #3, #14, #15)

 

Beta Releases 

  • 0.1.b3: Updates described in the following github issues (#7, #8, #11)

  • 0.1.b2: Bugs fixes described in the following github issue (#1)

  • 0.1.b1: Cosmetic changes in package building file applied (setup.py)

  • 0.1.b0: First beta release

 

Planned Releases 

  • 1.0.0: Full featured release, including machine learning related features (planned for 31.05.2021).

Trading technical indicators supported:

  • Accumulation Distribution Line

  • Average True Range

  • Bollinger Bands

  • Chaikin Money Flow

  • Chaikin Oscillator

  • Chande Momentum Oscillator

  • Commodity Channel Index

  • Detrended Price Oscillator

  • Directional Movement Index

  • Double Exponential Moving Average

  • Ease Of Movement

  • Envelopes

  • Fibonacci Retracement

  • Forecast Oscillator

  • Ichimoku Cloud

  • Intraday Movement Index

  • Klinger Oscillator

  • Linear Regression Indicator

  • Linear Regression Slope

  • Market Facilitation Index

  • Mass Index

  • Median Price

  • Momentum

  • Exponential Moving Average

  • Simple Moving Average

  • Time-Series Moving Average

  • Triangular Moving Average

  • Variable Moving Average

  • Moving Average Convergence Divergence

  • Negative Volume Index

  • On Balance Volume

  • Parabolic SAR

  • Performance

  • Positive Volume Index

  • Price And Volume Trend

  • Price Channel

  • Price Oscillator

  • Price Rate Of Change

  • Projection Bands

  • Projection Oscillator

  • Qstick

  • Range Indicator

  • Relative Momentum Index

  • Relative Strength Index

  • Relative Volatility Index

  • Standard Deviation

  • Stochastic Momentum Index

  • Fast Stochastic Oscillator

  • Slow Stochastic Oscillator

  • Swing Index

  • Time Series Forecast

  • Triple Exponential Moving Average

  • Typical Price

  • Ultimate Oscillator

  • Vertical Horizontal Filter

  • Volatility Chaikins

  • Volume Oscillator

  • Volume Rate Of Change

  • Weighted Close

  • Wilders Smoothing

  • Williams Accumulation Distribution

  • Williams %R

Implementation based on the book 'Technical Analysis from A to Z, Steven B. Achelis'

Validation based on the 'A to Z Companion Spreadsheet, Steven B. Achelis and Jon C. DeBry'

bottom of page