DOC

in.kncsolutions.dhelm.indicators : dhelm-indicators

Maven & Gradle

Jun 26, 2018

Dhelm-Indicators · Dhelm is a set of java-based open source libraries which can be used to develop software to perform technical analysis in stock market. The dhelm-indicator package includes APIs to calculate few common indicators. APIs for following indicators have been packaged into the v 1.0.0- 1. Simple Moving Average(SMA). 2. Exponential Moving Average(EMA). 3. Moving Average Convergence Divergence(MACD). 4. On Balance Volume(OBV). 5. Parabolic Stop and Reverse(PSAR). 6. Relative Strength Index(RSI). 7. Average Directional Index(ADX). 8. Bollinger Bands 9. Chaikin Money flow index. 10.Rate of Change(ROC). 11.Money Flow Index(MFI).

Table Of Contents

Latest Version

Download in.kncsolutions.dhelm.indicators : dhelm-indicators Javadoc & API Documentation - Latest Versions:

All Versions

Download in.kncsolutions.dhelm.indicators : dhelm-indicators Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file dhelm-indicators-1.0.1-javadoc.jar to dhelm-indicators-1.0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder dhelm-indicators-1.0.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "dhelm-indicators-1.0.1-sources.jar" -d "dhelm-indicators-1.0.1-javadoc" -subpackages