Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTests #50
Open
Tests #50
Labels
Comments
|
Hi @joarleymoraes , This is a really good requirement. The more important thing here would be how to obtain example quality dataset for every indicator. Perhaps, https://stockcharts.com is a good baseline to do it. Of course, you are invited to contribute! |
|
I have added tests for some indicators. You can check it here: https://github.com/bukosabino/ta/tree/master/ta/tests Also, you can execute it: python -m unittest discoverI think this is a good first issue to start helping in the development of the library. Best, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Hey there,
Nice job with this library!
Can I ask why you have no (unit) tests to verify the correctness of the implementation of the indicators ?
I may be able to contribute there.
Cheers,