Supertrend strategy for Gekko trading bot
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.
Configure Gekko like described here.
Install talib with the following command in the gekko directory.
npm install talib
Supertrend.js
to gekko/strategies. Supertrend.toml
to gekko/config/strategies. CONFIGURING TRADING ADVICE
section inside config.js
. config.tradingAdvisor
as you want. config.Supertrend = {
atrEma: 7,
bandFactor: 3,
}
This README.md was written following this one.