Bitvested / ta.py

Financial Technical Analysis in Python
MIT License
67 stars 27 forks source link

pandas #6

Open bibinvargheset opened 1 year ago

bibinvargheset commented 1 year ago

Great Job on there indictor, if you could write like pandas extenstion like pandas-ta or even directly applicable to pandas i would be easier and faster adoptable as most data is handled in pandas now a days

Vultwo commented 1 year ago

Thanks, I will add this to my todo list as others have requested this in the past. Not sure when to expect this feature though. I will keep you updated.

bibinvargheset commented 1 year ago

This will help as most inputs are in same ohlcv format so no need to change format for application and it would much faster if you use pandas features rather than for loops

HighVoltageCoder commented 10 months ago

It would be really good, to have the pandas support directly - out of the box. That would be killer feature, because you have so many indicators :) If you will be adding this kind of support, maybe this approach would be inspiration: https://github.com/dmitriiweb/tapy

Cheers,