- Notifications
You must be signed in to change notification settings - Fork2
dpinte/talib_wrappers
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ta-lib has a nice abstraction layer(http://ta-lib.org/d_api/d_api.html#Abstraction). This library uses theabstraction layer to expose all of the TA-lib functions to Python.
The Python wrappers simplify the usage of the functions by taking care of allthe allocation process for outputs, input checks, etc. It makes an efficientuse of NumPy arrays all over the place.