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

https://github.com/jiliplus/bt

backtesting framework in Go
https://github.com/jiliplus/bt

back-testing backtest backtesting

Last synced: 4 months ago
JSON representation

backtesting framework in Go

Awesome Lists containing this project

README

          

:mahjong: BackTesting


Release

Go Report Card

Go Doc


Change Log

Go Version

MIT License


jili交流QQ群:23530093

微信公众号:jujili

知乎专栏:jili

bt 模块实际上是模拟了一个交易所。

- [安装与更新](#%e5%ae%89%e8%a3%85%e4%b8%8e%e6%9b%b4%e6%96%b0)

## 安装与更新

在命令行中输入以下内容,可以获取到最新版

```shell
go get -u github.com/jujili/bt
```