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)