Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
preparing for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
peerchemist committed Jan 25, 2020
1 parent ba9dcd0 commit 3f3e811
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ ____________________________________________________________________________
### will return Series with calculated BBANDS values but will use KAMA instead of MA for calculation, other types of Moving Averages are allowed as well.
`TA.BBANDS(ohlc, TA.KAMA(ohlc, 20))`


For more examples see examples directory.

------------------------------------------------------------------------

I welcome pull requests with new indicators or fixes for existing ones.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name="finta",
version="0.4.0",
version="0.4.1",
description=" Common financial technical indicators implemented in Pandas.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 3f3e811

Please sign in to comment.