patriques82 / alphavantage4j

(Repository is not maintained anymore) A Java wrapper to get stock data and stock indicators from the Alpha Vantage API
https://www.alphavantage.co/
Apache License 2.0
124 stars 73 forks source link

Add more technical indicators #8

Closed patriques82 closed 6 years ago

patriques82 commented 6 years ago

Currently not all indicators are implemented (far from all). This issue contains the majority of the work remaining. It is quite easy to implement a technical indicator since one can just follow the example of EMA, SMA, etc..

Since I want to finish this project as soon as possible it would be great if collaborators want help out with this. It is a good way to understand the design of the library and maybe make improvements after that.

The following marked indicators are implemented

ghost commented 6 years ago

12 Pull request for MACD created.