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
- Host: GitHub
- URL: https://github.com/jiliplus/bt
- Owner: jiliplus
- License: mit
- Created: 2020-01-30T04:28:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-02T04:40:27.000Z (over 6 years ago)
- Last Synced: 2024-06-20T00:33:21.775Z (almost 2 years ago)
- Topics: back-testing, backtest, backtesting
- Language: Go
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
:mahjong: BackTesting
bt 模块实际上是模拟了一个交易所。
- [安装与更新](#%e5%ae%89%e8%a3%85%e4%b8%8e%e6%9b%b4%e6%96%b0)
## 安装与更新
在命令行中输入以下内容,可以获取到最新版
```shell
go get -u github.com/jujili/bt
```