Skip to content

Dodo33/gekko-supertrend-strategy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gekko Supertrend strategy

Supertrend indicator for Gekko trading bot.

An helpful explanation of how calculate Supertrend can be found here.

Important note: This software is not a guarantee, that you'll make profits in trading Bitcoins, Altcoins or whatever. This is meant as a helper in observing the markets. Choose it wisely. This software nor I am are responsible if you lose money in trading assets! Use at your own risk.

How to use

Setup gekko

Configure Gekko like described here.

Required node modules

Install talib with the following command in the gekko directory.

npm install talib

Use this strategy

config.Supertrend = { atrEma: 7, bandFactor: 3, }

Use this method at your own risk! Especially if you're going to let Gekko do the trades for you! I'm not responsible for any loss you gain.

This README.md was written following this one.