README.md

[![Build badge](https://img.shields.io/github/workflow/status/maikroempagel/quantonex/ElixirCI?label=Build)](https://github.com/maikroempagel/quantonex/actions?query=workflow%3AElixirCI)
[![Coveralls badge](https://img.shields.io/coveralls/github/maikroempagel/quantonex)](https://coveralls.io/github/maikroempagel/quantonex)
[![License badge](https://img.shields.io/github/license/maikroempagel/quantonex)](https://github.com/maikroempagel/quantonex/blob/master/LICENSE.txt)
[![Package badge](https://img.shields.io/hexpm/v/quantonex)](https://hex.pm/packages/quantonex)
# Quantonex

A technical analysis library for algorithmic trading.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `quantonex` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:quantonex, "~> 0.1.2"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/quantonex](https://hexdocs.pm/quantonex).