finta
finta copied to clipboard
Common financial technical indicators implemented in Pandas.
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...
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...
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...