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

https://github.com/fremantle-industries/rewind

Backtest historical trading strategies
https://github.com/fremantle-industries/rewind

backtest elixir quant

Last synced: 8 months ago
JSON representation

Backtest historical trading strategies

Awesome Lists containing this project

README

          

# Rewind

Backtest historical trading strategies

## Install

Add `rewind` to your list of dependencies in `mix.exs`

```elixir
def deps do
[
{:rewind, "~> 0.0.1"}
]
end
```

## Requirements

`rewind` requires Elixir 1.11+ & Erlang/OTP 22+

## Help Wanted :)

If you think this `rewind` thing might be worthwhile and you don't see a feature
or venue listed we would love your contributions to add them! Feel free to
drop us an email or open a Github issue.

## Authors

- Alex Kwiatkowski - alex+git@fremantle.io

## License

`rewind` is released under the [MIT license](./LICENSE)