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
- Host: GitHub
- URL: https://github.com/fremantle-industries/rewind
- Owner: fremantle-industries
- License: mit
- Created: 2021-09-18T01:18:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T17:25:21.000Z (over 3 years ago)
- Last Synced: 2025-10-13T15:39:18.937Z (8 months ago)
- Topics: backtest, elixir, quant
- Language: Elixir
- Homepage:
- Size: 1.08 MB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)