update readme

This commit is contained in:
c9s 2022-05-18 02:20:07 +08:00
parent 0030abfd3b
commit b22996a4ee
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -2,7 +2,27 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
## Getting Started ## Getting Started
First, run the development server: Install the dependencies:
```
yarn install
```
Create a symlink to your back-test report output directory:
```
(cd public && ln -s ../../../output output)
```
Generate some back-test reports:
```
(cd ../.. && go run ./cmd/bbgo backtest --config bollmaker_ethusdt.yaml --debug --session binance --output output --subdir)
```
Start the development server:
```bash ```bash
npm run dev npm run dev