d

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).
https://dhelm.kncsolutions.in
The Apache Software License, Version 2.0
KNC Solutions Private Limited.
Pallav Nandi Chaudhuri
Files download
File Operation
dhelm-indicators-1.0.1.jar download
dhelm-indicators-1.0.1.pom download
dhelm-indicators-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>in.kncsolutions.dhelm.indicators</groupId>
  <artifactId>dhelm-indicators</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'in.kncsolutions.dhelm.indicators:dhelm-indicators:1.0.1'
Gradle Kotlin
implementation("in.kncsolutions.dhelm.indicators:dhelm-indicators:1.0.1")
Scala SBT
libraryDependencies += "in.kncsolutions.dhelm.indicators" % "dhelm-indicators" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='in.kncsolutions.dhelm.indicators', module='dhelm-indicators', version='1.0.1')
)
Apache Ivy
<dependency org="in.kncsolutions.dhelm.indicators" name="dhelm-indicators" rev="1.0.1" />
Leiningen
[in.kncsolutions.dhelm.indicators/dhelm-indicators "1.0.1"]
Apache Buildr
'in.kncsolutions.dhelm.indicators:dhelm-indicators:jar:1.0.1'