https://github.com/joosthoeks/jhTAlib
Tip revision: 5186f86eca1781f421af115586ea9e6eee015cec authored by joosthoeks on 13 December 2018, 20:27:19 UTC
modified
modified
Tip revision: 5186f86
README.md
# jhTAlib
Technical Analysis Library
jhTAlib is based on the idea of [mrjbq7/ta-lib](https://github.com/mrjbq7/ta-lib) but without the need for installation of [TA-LIB](http://ta-lib.org).
Work in progress...
## Depends on
* [cmath](https://docs.python.org/3/library/cmath)
* [math](https://docs.python.org/3/library/math)
* [statistics](https://docs.python.org/3/library/statistics)
## Install
```
$ [sudo] pip3 install jhtalib
```
or
```
$ git clone https://github.com/joosthoeks/jhTAlib.git
$ cd jhTAlib
$ [sudo] pip3 install -e .
```
## Update
```
$ [sudo] pip3 install --upgrade jhtalib
```
or
```
$ cd jhTAlib
$ git pull
```
## Examples
```
$ cd example/
```
### Example 1
```
$ python3 example-1-plot.py
```
* [](https://colab.research.google.com/github/joosthoeks/jhTAlib/blob/master/example/example-1-plot.ipynb)
### Example 2
```
$ python3 example-2-plot.py
```
* [](https://colab.research.google.com/github/joosthoeks/jhTAlib/blob/master/example/example-2-plot.ipynb)
### Example 3
```
$ python3 example-3-plot.py
```
* [](https://colab.research.google.com/github/joosthoeks/jhTAlib/blob/master/example/example-3-plot.ipynb)
### Example 4
```
$ python3 example-4-plot-quandl.py
```
* [](https://colab.research.google.com/github/joosthoeks/jhTAlib/blob/master/example/example-4-plot-quandl.ipynb)
### Example 5
```
$ python3 example-5-plot-quandl.py
```
* [](https://colab.research.google.com/github/joosthoeks/jhTAlib/blob/master/example/example-5-plot-quandl.ipynb)
### Example 6
```
$ python3 example-6-plot-quandl.py
```
* [](https://colab.research.google.com/github/joosthoeks/jhTAlib/blob/master/example/example-6-plot-quandl.ipynb)
## Test
```
$ cd test/
```
```
$ python3 test.py
```
## Wiki
* 