From 8c38fe4015a27f217ff9f3eaa79c8013204423ca Mon Sep 17 00:00:00 2001 From: 4TT1L4 <2914096+4TT1L4@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:16:31 +0200 Subject: [PATCH 1/3] Add PoC disclaimer #15 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c5cb3f6..b95a1eb 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ SEED_PHRASE=[road, road, road, road, road, anger, anger, anger, anger, anger, an - `SEED_PHRASE` contains a YAML array with the words of the recovery phrase which is used to derive the wallet managed by the backend. # Example strategies + +> [!WARNING] +> The example strategy implementations are intended only as reference implemnentations. +> +> These examples are not production-ready and are only inteded as code examples. + Some example strategies are available in the strategies folder. These can be started by using make. ``` From 62da5a62ed2cc5327f31b6296e25620c5c11324e Mon Sep 17 00:00:00 2001 From: 4TT1L4 <2914096+4TT1L4@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:18:08 +0200 Subject: [PATCH 2/3] Add PoC disclaimer #15 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b95a1eb..c74e8d2 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,9 @@ SEED_PHRASE=[road, road, road, road, road, anger, anger, anger, anger, anger, an > [!WARNING] > The example strategy implementations are intended only as reference implemnentations. > -> These examples are not production-ready and are only inteded as code examples. +> These examples are not production-ready and are only intended as code examples with +> the goal to make it easier for trading strategy developers to implement their own +> trading strategies based on the existing code examples in the strategies folder. Some example strategies are available in the strategies folder. These can be started by using make. From ec4e3a603f91bd8110654eeaefa4a4590447da22 Mon Sep 17 00:00:00 2001 From: 4TT1L4 <2914096+4TT1L4@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:19:09 +0200 Subject: [PATCH 3/3] Add PoC disclaimer #15 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c74e8d2..207612f 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ SEED_PHRASE=[road, road, road, road, road, anger, anger, anger, anger, anger, an > > These examples are not production-ready and are only intended as code examples with > the goal to make it easier for trading strategy developers to implement their own -> trading strategies based on the existing code examples in the strategies folder. +> trading strategies based on the existing code examples in the [strategies folder](https://github.com/geniusyield/strategy-executor/tree/main/strategies). Some example strategies are available in the strategies folder. These can be started by using make.