From 01eb9df8600cc2432e245f5c504310721d569e22 Mon Sep 17 00:00:00 2001 From: c9s Date: Thu, 28 Apr 2022 14:45:58 +0800 Subject: [PATCH] add strategy template links to the readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1154a9482..a18065f6b 100644 --- a/README.md +++ b/README.md @@ -390,7 +390,7 @@ import ( ) ``` -## Write your own strategy +## Write your own private strategy Create your go package, and initialize the repository with `go mod` and add bbgo as a dependency: @@ -443,6 +443,13 @@ Or you can build your own wrapper binary via: bbgo build --config config/bbgo.yaml ``` +See also: + +- +- +- +- + ## Command Usages ### Submitting Orders to a specific exchagne session