Skip to content

Commit

Permalink
Merge pull request #1848 from emmanuel-ferdman/main
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s authored Dec 2, 2024
2 parents 1fee1db + 4d83110 commit dea2a74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ Write your own strategy in the strategy file:
vim strategy.go
```

You can grab the skeleton strategy from <https://github.com/c9s/bbgo/blob/main/pkg/strategy/skeleton/strategy.go>
You can grab the skeleton strategy from <https://github.com/c9s/bbgo/blob/main/pkg/strategy/example/skeleton/strategy.go>

Now add your config:

Expand Down
2 changes: 1 addition & 1 deletion README.zh_TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ go get github.com/c9s/bbgo@main
vim strategy.go
```

您可以從 <https://github.com/c9s/bbgo/blob/main/pkg/strategy/skeleton/strategy.go> 獲取策略骨架。 現在添加您的配置
您可以從 <https://github.com/c9s/bbgo/blob/main/pkg/strategy/example/skeleton/strategy.go> 獲取策略骨架。 現在添加您的配置

```sh
mkdir config
Expand Down

0 comments on commit dea2a74

Please sign in to comment.