All Projects → tomyitav → talib-extensions

tomyitav / talib-extensions

Licence: other
Implementing technical indicators that are not implemented in ta-lib

Programming Languages

python
139335 projects - #7 most used programming language

talib-extensions

Implementing technical indicators that are not implemented in ta-lib. usage is very similar to ta-lib, for example, compute Highest high, lowest low indicator: (extracted from test)

from indicators import TalibExtension

hhllMatrix = TalibExtension.HHLL(self.high, self.low, 5);

For other examples - see tests package

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].