TA-Lib - Technical Analysis Library
Contents
TA-Lib is widely used by trading software developers requiring to perform technical analysis of financial market data.
Install
install from PyPI:
|
|
or
Max OS
|
|
Abstract API Quick Start
|
|
TA-lib function help
In this case we’re looking for a hammer pattern.
|
|
From experimentation, I’ve found that a value of 100 represents a bullish signal, -100 a bearish signal, and 0 neutral.
example
|
|
参考
- TA-Lib
- Python wrapper for TA-Lib
- About A pure Go port of ta-lib only in candle recognition module (CDL).
- Python wrapper for TA-Lib Documentation
- Recognizing over 50 Candlestick Patterns with Python
- TALIB 中文文档 Pattern Recognition Functions 形态识别
- Backtesting Candlestick Patterns in Python
- All Tech Indicators
- Use Deep Learning techniques to trade in Chinese Financial Market. (Algorithm Trading)