Skip to content

Implementing technical indicators that are not implemented in ta-lib

Notifications You must be signed in to change notification settings

tomyitav/talib-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Implementing technical indicators that are not implemented in ta-lib

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages