This is my second try to implement technical indicators. I've done it in Elixir before. The aim of the project is to be used in different scenarios like back-testing and automated trading.
This is list of implemented indicators:
- MA (EMA, SMA)
- RSI
- MACD
- Stochastic
At the moment there are somethings to be done before it gets ready for use in production. And it needs some refactors and optimization like memoization.