File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ Write your own strategy in the strategy file:
448
448
vim strategy.go
449
449
` ` `
450
450
451
- You can grab the skeleton strategy from <https://github.com/c9s/bbgo/blob/main/pkg/strategy/skeleton/strategy.go>
451
+ You can grab the skeleton strategy from <https://github.com/c9s/bbgo/blob/main/pkg/strategy/example/ skeleton/strategy.go>
452
452
453
453
Now add your config :
454
454
Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ go get github.com/c9s/bbgo@main
416
416
vim strategy.go
417
417
` ` `
418
418
419
- 您可以從 <https://github.com/c9s/bbgo/blob/main/pkg/strategy/skeleton/strategy.go> 獲取策略骨架。 現在添加您的配置
419
+ 您可以從 <https://github.com/c9s/bbgo/blob/main/pkg/strategy/example/ skeleton/strategy.go> 獲取策略骨架。 現在添加您的配置
420
420
421
421
` ` ` sh
422
422
mkdir config
You can’t perform that action at this time.
0 commit comments