added trend_return function and tests

This commit is contained in:
Kevin Johnson
2019-04-11 13:53:00 -07:00
parent 3f9c7f4035
commit dc82732301
6 changed files with 158 additions and 11 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ long_description = "An easy to use Python 3 Pandas Extension of Technical Analys
setup(
name = "pandas_ta",
packages = ["pandas_ta"],
version = "0.1.12a",
version = "0.1.13a",
description=long_description,
long_description=long_description,
author = "Kevin Johnson",