02-14-2018, 03:50 PM
(01-31-2018, 07:53 PM)tommiehansen Wrote: This strategy changes RSI-params depending on a longer Moving Average.
The general idea is quite simple: RSI between A and B works best in trend C but works less great in trend D.
So... use that knowledge to do A when B and C when D.
This could ofc be expanded upon e.g. by adding RSI-crosses and stuff like that.
Works best with short duration candles e.g. 15 minutes.
---
Backtests
XRP-USDT, dec 2017 - jan 31 2018
https://i.imgur.com/4bcYnNm.png
XRP-USDT, 2016-10-15 - 2018-01-21
https://i.imgur.com/ZoUfeaT.png
ETH-USDT: 2016-01-01 - 2017-10-05
https://i.imgur.com/Yz0t4VN.png
NEO-USDT: 2017-12-01 - 2018-02-03
https://i.imgur.com/rqHjgyM.png
---
Instructions for use
0. Make sure you got the tulip indicators installed:
npm install tulind
1. Clone the repo:
git clone https://github.com/tommiehansen/gekko_tools.git
2. Copy JS-file RSI_BULL_BEAR.js to /gekko/strategies
3. Copy TOML-file RSI_BULL_BEAR.toml to /gekko/config/strategies
---
Latest version(s)
To get the latest versions goto (and modifications):
https://github.com/tommiehansen/gekko_to...strategies
...or just clone on your drive somewhere:
git clone https://github.com/tommiehansen/gekko_tools.git
Hi TommiH. Thanks for your strategy. After five days I noticed it works the other way around I want to with EUR/BTC on Gdax. It is genrating More EUR instead of more BTC what i prefer. Howto change the settings to work it the other way arround?