Skip to content
Kevin Johnson edited this page Dec 28, 2020 · 1 revision

Welcome to the Pandas Technical Analysis (Pandas TA) Wiki!

This is an easy to use library that leverages the Pandas library with more than 120 Indicators and Utility functions. Many commonly used indicators are included, such as: Simple Moving Average (sma) Moving Average Convergence Divergence (macd), Hull Exponential Moving Average (hma), Bollinger Bands (bbands), On-Balance Volume (obv), Aroon & Aroon Oscillator (aroon), Squeeze (squeeze) and many more.


Features

  • Has 120+ indicators and utility functions.
  • Indicators are tightly correlated with the de facto TA Lib if they share common indicators.
  • Have the need for speed? By using the DataFrame strategy method, you get multiprocessing for free!
  • Easily add prefixes or suffixes or both to columns names. Useful for Custom Chained Strategies.
  • Example Jupyter Notebooks under the examples directory, including how to create Custom Strategies using the new Strategy Class
  • NEW Performance Metrics

Contributors

Much could not be achieved without the contributions of others. Thank you for your contributions!

alexonab | allahyarzadeh | codesutras | daikts | DrPaprikaa | FGU1 | lluissalord | maxdignan | NkosenhleDuma | pbrumblay | RajeshDhalange | rluong003 | SoftDevDanial | tg12 | YuvalWein

Clone this wiki locally