Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kaelzhang/node-finmath

Fintech mathematics
https://github.com/kaelzhang/node-finmath

Last synced: 20 days ago
JSON representation

Fintech mathematics

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/kaelzhang/node-finmath.svg?branch=master)](https://travis-ci.org/kaelzhang/node-finmath)
[![Coverage](https://codecov.io/gh/kaelzhang/node-finmath/branch/master/graph/badge.svg)](https://codecov.io/gh/kaelzhang/node-finmath)

# finmath

Fintech mathematics

## Install

```sh
$ npm install finmath
```

## Usage

```js
import {
macd,
kdj,
ma,
sma,
dma,
wma,
ema,
hhv,
llv,
sd,
boll,
add,
sub,
mul,
div
} from 'finmath'
```

- [macd](https://github.com/kaelzhang/macd)
- [kdj](https://github.com/kaelzhang/kdj)
- [ma, sma, dma, wma, ema](https://github.com/kaelzhang/moving-averages)
- [hhv, llv](https://github.com/kaelzhang/hhv-llv)
- [sd](https://github.com/kaelzhang/s-deviation)
- [boll](https://github.com/kaelzhang/bollinger-bands)
- [add, sub, mul, div](https://github.com/kaelzhang/node-math-array)

## License

MIT