Vanclief / finmod

Golang library for financial models and technical indicators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

finmod

Golang library that contains data structures for financial models as well as technical indicators.

Instalation

go get github.com/vanclief/finmod

Usage

TODO

Indicators

Simple Moving Average (MA): https://www.investopedia.com/terms/m/movingaverage.asp

Relative Strenght Index (RSI): https://www.investopedia.com/terms/r/rsi.asp

Exponential Weighted Volatility (EWV): An exponentialy weighted average that substracts the candle high, minus the candle low to give a measure of volatility. Made in house by Stranders & Valencia.

Development

Run all tests:

make test

About

Golang library for financial models and technical indicators

License:MIT License


Languages

Language:Go 99.8%Language:Makefile 0.2%