Skip to content

Golang library for financial models and technical indicators

License

Notifications You must be signed in to change notification settings

Vanclief/finmod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published