mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
update readme
This commit is contained in:
parent
0030abfd3b
commit
b22996a4ee
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user