joosthoeks / jhTAlib

Technical Analysis Library Time-Series
https://joosthoeks.github.io/jhTAlib/
GNU General Public License v3.0
152 stars 44 forks source link

JHTALIB for python competitions, opensignals like solution, pure python panda-less #19

Open febuz opened 3 years ago

febuz commented 3 years ago

Is your feature request related to a problem? Please describe. For equity prediction I would like to use jhtalib to make indicators/ input signals

Describe the solution you'd like https://github.com/councilofelders/opensignals/blob/master/src/opensignals/features.py But then panda-less and more dynamic to select the jhtalib indicators

Describe alternatives you've considered Considered using PySpark to calculate such but it does not have talib like formulas, so than it defaults to pandas

Additional context Is used for Kaggle Jane Street, numer.ai Signals and Datacrunch competition

joosthoeks commented 3 years ago

You could check this example: https://github.com/joosthoeks/jhTAlib/blob/master/example/example-10-df-numpy-pandas.ipynb for transforming from Pandas data feed to data feed for jhTAlib.