Skip to content

A technical analysis library for algorithmic trading written in Elixir.

License

Notifications You must be signed in to change notification settings

maikroempagel/quantonex

Folders and files

NameName
Last commit message
Last commit date
Mar 15, 2020
Mar 14, 2020
Mar 15, 2020
Mar 15, 2020
Dec 3, 2019
Feb 26, 2020
Mar 15, 2020
Feb 26, 2020
Mar 15, 2020
Mar 26, 2020
Feb 8, 2021

Repository files navigation

Build badge Coveralls badge License badge Package badge

Quantonex

A technical analysis library for algorithmic trading.

Installation

If available in Hex, the package can be installed by adding quantonex to your list of dependencies in mix.exs:

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

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/quantonex.