项目作者: Dodo33

项目描述 :
Supertrend strategy for Gekko trading bot
高级语言: JavaScript
项目地址: git://github.com/Dodo33/gekko-supertrend-strategy.git
创建时间: 2017-09-12T13:58:14Z
项目社区:https://github.com/Dodo33/gekko-supertrend-strategy

开源协议:MIT License

下载


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.