Python Forum

Full Version: financial technical indicators
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am looking for packages of financial technical indicators that can be used to analyze financial data.
And I found pyti 0.2.1. Can anyone recommend some docs/sample codes for it, or for other packages? I use python 3.6.2 on Windows 10. Thanks.
There is a list on the github page, and one example (only) for pyti.exponential_moving_average here: https://github.com/kylejusticemagnuson/pyti if you haven't already visited the site.
you can look at the individual python files, and there's also information on how to run the suite.
I looked on nullege.come, and couldn't find any examples. It seems to be sparsely used.

Pypi search on financial (by itself) brings up: https://pypi.org/search/?q=financial

Not a lot of help, but perhaps useful
If you open MT4 platform I think you can see all the tech indicators' code.
Then you can try implement them in Python.
Getting the financial data is the easy part.