Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maikroempagel/quantonex

A technical analysis library for algorithmic trading written in Elixir.
https://github.com/maikroempagel/quantonex

elixir elixir-lang elixir-language elixir-library elixir-programming-language

Last synced: about 2 months ago
JSON representation

A technical analysis library for algorithmic trading written in Elixir.

Awesome Lists containing this project

README

        

[![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).