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

BBands MA argument is silently ignored if it is not a pd.Series. As the fool that I am I gave an integer as MA argument instead of a pd.Series and...

Hi I was using the FRAMA class and I fount that one if the inputs wasn't used at all. The PR just remove that

When using VAMA for 'x' periods, the average doesn't appear until 2 x 'x' periods have passed. Ex. VAMA is merged with OHLC and the periods value is set to...

- your code doesn't contain `linreg` compared with the one found from trading-view, may I ask why? - yours: ```python @classmethod def SQZMI(cls, ohlc: DataFrame, period: int = 20, MA:...

Unfortunately no time to describe, but Chandelier doesn't look correct. Especially when comparing to https://school.stockcharts.com/doku.php?id=technical_indicators:chandelier_exit. Finta's short line is never above the original price series when testing with SPX. The...

hi fisher consists of two lines The first line is output but not the second line. What is current? ![15-09-1400 19-28-18](https://user-images.githubusercontent.com/95639952/144879271-86069469-1016-4426-861e-9df35504962d.jpg)

After using PSAR I see that the original data for "close" in ohlc has changed and calling any other function after PSAR will produce wrong results because "close" price is...

Hello guys, I want to use Williams Fractal on my bot. I reviewed your code but I don't understand what value you use in the test? #101 PR is that....

Add a coverage tool to ensure the repository is covered by existing tests We could use Pypi modules such as `coverage` and `figleaf`, or automated tools such as codecov.

Sorry if this is not the right section but could you think about adding SUPERTREND indicator please ? here it is : https://www.netpicks.com/supertrend-indicator/ http://www.freebsensetips.com/blog/detail/7/What-is-supertrend-indicator-its-calculation Kind regards,

Feature Request