From 71b95451e2b978879bdcce6585d00ec38ff0bfa4 Mon Sep 17 00:00:00 2001 From: UniversalBit Date: Mon, 30 Dec 2024 00:35:50 +0100 Subject: [PATCH] Update introduction.md --- docs/strategies/introduction.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/strategies/introduction.md b/docs/strategies/introduction.md index 7640867b..ae0a3670 100644 --- a/docs/strategies/introduction.md +++ b/docs/strategies/introduction.md @@ -1,13 +1,10 @@ -## Gekko Strategies +## Strategies * [community-strategies](https://github.com/universalbit-dev/gekko-m4-globular-cluster/tree/master/strategies/community-strategies) -* [community-indicators](https://github.com/universalbit-dev/gekko-m4-globular-cluster/tree/master/strategies/community-indicators) If you are familiar with javascript you can easily create your own strategies. Here is a video explaining everything you need to know: * [How to create Gekko Strategies](https://www.youtube.com/watch?v=6-74ZhrG0BE) -Below you can find simple and exemplary strategies that come with Gekko. These strategies come with Gekko and serve as examples. - -Gekko-M4 currently comes with the following example strategies: +Gekko-M4 currently comes with the following strategies examples: * [DEMA](https://github.com/universalbit-dev/gekko-m4-globular-cluster/blob/master/strategies/DEMA.js) * [INVERTER](https://github.com/universalbit-dev/gekko-m4-globular-cluster/blob/master/strategies/INVERTER.js)