README.md

## Indicado (Work in Progress) ๐Ÿงฎ

[Technical indicator](https://www.investopedia.com/terms/t/technicalindicator.asp) library for Elixir with no external dependency. Indicado helps you analyze historical data to generate future price movement predictions on numerical datasets. Many traders and automated trading platforms use technical analysis because past actions may indicate future prices. Indicado might also be used outside financial markets if data hold patterns and not random.

## What can you do with this library โ”

One idea is, you can follow up the cryptocurrency [trading bot series](https://www.youtube.com/watch?v=wVYIx7M6o28) of Frathon here. You can bring this library and a similar trading infrastructure explained in the video together. So, you can generate trading strategies with the indicators below and increase your chances of profiting.

## Table of Contents ๐Ÿ“‹
- [Indicado (Work in Progress) ๐Ÿงฎ](#indicado-work-in-progress-)
- [What can you do with this library โ”](#what-can-you-do-with-this-library-)
- [Table of Contents ๐Ÿ“‹](#table-of-contents-)
- [Supported Indicators ๐Ÿ“ˆ](#supported-indicators-)
- [Installation ๐Ÿ’ป](#installation-)
- [Usage ๐Ÿ› ๏ธ](#usage-๏ธ)
- [Contributing ๐Ÿงต](#contributing-)
- [Development ๐Ÿ‘ท](#development-)

## Supported Indicators ๐Ÿ“ˆ
Indicators below are supported.
- Accumulation/Distribution Line ([ADI](https://www.investopedia.com/terms/a/accumulationdistribution.asp))
- Bollinger Bands ([BB](https://www.investopedia.com/terms/b/bollingerbands.asp))
- Exponential Moving Average ([EMA](https://www.investopedia.com/terms/e/ema.asp))
- Moving Average Convergence Divergence ([MACD](https://www.investopedia.com/terms/m/macd.asp))
- Relative Strength Index ([RSI](https://www.investopedia.com/terms/r/rsi.asp))
- Simple Moving Average ([SMA](https://www.investopedia.com/terms/s/sma.asp))

Helper math functions such as mean, stddev, variance is accessible through `Indicado.Math` module.

## Installation ๐Ÿ’ป

WIP

## Usage ๐Ÿ› ๏ธ

WIP

## Contributing ๐Ÿงต

WIP

## Development ๐Ÿ‘ท

WIP