finta icon indicating copy to clipboard operation
finta copied to clipboard

Common financial technical indicators implemented in Pandas.

Results 24 finta issues
Sort by recently updated
recently updated
newest added

Hello, first of all thanks for your awesome work! Not a strong programmer myself so I've been struggling to convert this indicator into python code. I think it will be...

Feature Request

Hi, first of all **THANK YOU FOR THIS AWESOME LIBRARY** A question: how can we set custom series name? At the moment it seems not possible setting a custom series...

help wanted
Feature Request

LICENSE is not visible in pypi.org , can't use the package without license in pypi.org can you please update your setup.py with license setup ( license = "LGPL-3.0" )

SSMA and SMMA are the same function both SSMA and SMMA are the smoothed simple moving average that first run the EMA on input prices, then run the SMA on...