Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/maikroempagel/quantonex
- Owner: maikroempagel
- License: apache-2.0
- Created: 2019-12-03T12:43:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T04:41:17.000Z (over 3 years ago)
- Last Synced: 2024-09-24T12:07:06.545Z (3 months ago)
- Topics: elixir, elixir-lang, elixir-language, elixir-library, elixir-programming-language
- Language: Elixir
- Homepage:
- Size: 185 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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)
# QuantonexA 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).