[SHARE] Simple RSI BULL/BEAR strategy - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Strategy Development (https://forum.gekko.wizb.it/forum-12.html) +--- Thread: [SHARE] Simple RSI BULL/BEAR strategy (/thread-100.html) |
RE: [SHARE] Simple RSI BULL/BEAR strategy - crypto49er - 05-04-2018 (05-04-2018, 08:02 PM)Henry151 Wrote: I am very curious to find out if others are having a similar experience to mine. After spending quite a while figuring out how gekko works and getting the RSI BULL/BEAR ADX strategy working, I'm finding that in backtests, it seems like my best parameters work best for older data, but that it is very hard to find parameters that work well on more recent data (like the last two months). If I find parameters that work well on the last two months, it seems that they don't work as well on longer periods of data and older periods of data (like say, the last 8 months, or the last 2 years). Henry151, Those are pretty awesome results! As for your question, it is possible. But people will continually tune this strategy and other strategies with new data so I don't think it's likely. My best guess is this strategy just doesn't do that well in a downtrend market but it moons during the bull market so the results are always pretty spectacular overall. To confirm this, check the November 2017 period where there was a dip. If you see the strategy performing just as badly as it does in March 2018 period, you know it's not because too many people are using this strategy. RE: [SHARE] Simple RSI BULL/BEAR strategy - Henry151 - 05-04-2018 Thanks crypto49er, I've seen far better backtest results, but this is with USDT/BTC pair, I think the bigger backtest results I've seen were on smaller pairs. Because of my confidence in the long-term performance of BTC, I prefer to trade those markets; i feel there is less risk than with the smaller coins. RE: [SHARE] Simple RSI BULL/BEAR strategy - crypto49er - 05-05-2018 All, I just made a video explaining how the ADX version of this strategy works. I try to explain both in code and visually using Trading View. Hope this helps. https://steemit.com/gekko/@crypto49er/t0olnilf RE: [SHARE] Simple RSI BULL/BEAR strategy - yesman85 - 05-06-2018 (05-04-2018, 09:44 PM)Henry151 Wrote: Thanks crypto49er, This is my latest USDT/ETH config, it works well, it's conservative, but when testing on USDT/BTC for example it gives much less result: Code: [SMA] RE: [SHARE] Simple RSI BULL/BEAR strategy - Ryancoin - 05-08-2018 Hi Tommie, I have only just started back testing so i'm not ready to try live trading just yet. However when I do and if I get some good results I feel it would only be fair to send you some of the profit. Do you have an address we can send tips to? Ryan RE: [SHARE] Simple RSI BULL/BEAR strategy - whoodat - 05-08-2018 Brand new Green and trying to learn...when I run the RSI BULL/BEAR as a backtest, the parameters do not populate does anyone know what I am doing wrong? I also seem to be getting this error: 2018-05-08 13:46:59 (INFO): Setting up Gekko in backtest mode 2018-05-08 13:46:59 (INFO): 2018-05-08 13:46:59 (INFO): Setting up: 2018-05-08 13:46:59 (INFO): Trading Advisor 2018-05-08 13:46:59 (INFO): Calculate trading advice 2018-05-08 13:46:59 (INFO): Using the strategy: RSI_BULL_BEAR_ADX 2018-05-08 13:46:59 (WARN): TALIB indicators could not be loaded, they will be unavailable. 2018-05-08 13:46:59 (ERROR): Failed to load indicator STC C:\Users\cr043134\Documents\gekko-develop\gekko-develop\strategies\RSI_BULL_BEAR_ADX.js:39 this.addIndicator('maSlow', 'SMA', this.settings.SMA.long ); ^ TypeError: Cannot read property 'long' of undefined at Base.init (C:\Users\cr043134\Documents\gekko-develop\gekko-develop\strategies\RSI_BULL_BEAR_ADX.js:39:56) at Base.bound [as init] (C:\Users\cr043134\Documents\gekko-develop\gekko-develop\node_modules\lodash\dist\lodash.js:729:21) at new Base (C:\Users\cr043134\Documents\gekko-develop\gekko-develop\plugins\tradingAdvisor\baseTradingMethod.js:87:8) at Actor.setupTradingMethod (C:\Users\cr043134\Documents\gekko-develop\gekko-develop\plugins\tradingAdvisor\tradingAdvisor.js:62:17) at Actor.bound [as setupTradingMethod] (C:\Users\cr043134\Documents\gekko-develop\gekko-develop\node_modules\lodash\dist\lodash.js:729:21) at new Actor (C:\Users\cr043134\Documents\gekko-develop\gekko-develop\plugins\tradingAdvisor\tradingAdvisor.js:23:8) at load (C:\Users\cr043134\Documents\gekko-develop\gekko-develop\core\pluginUtil.js:95:22) at C:\Users\cr043134\Documents\gekko-develop\gekko-develop\node_modules\async\dist\async.js:1156:9 at replenish (C:\Users\cr043134\Documents\gekko-develop\gekko-develop\node_modules\async\dist\async.js:1030:17) at iterateeCallback (C:\Users\cr043134\Documents\gekko-develop\gekko-develop\node_modules\async\dist\async.js:1015:17) xxx POST /api/backtest 500 406ms - Error: non-error thrown: Child process has died. at Object.onerror (C:\Users\cr043134\Documents\gekko-develop\gekko-develop\node_modules\koa\lib\context.js:105:40) at <anonymous> at process._tickCallback (internal/process/next_tick.js:188:7) RE: [SHARE] Simple RSI BULL/BEAR strategy - Cryptos - 05-09-2018 (05-08-2018, 06:20 PM)whoodat Wrote: C:\Users\cr043134\Documents\gekko-develop\gekko-develop\strategies\RSI_BULL_BEAR_ADX.js:39 You are using a wrong setting for SMA.long, check if you use the correct syntax. this.settings.SMA.long for toml file: [SMA] long: xxx short: xxx #### this.settings.SMA.long translates for config file: SMA: { long: xx, short: xx, }, The settings and TOML files of this strategy changed in the past, maybe you have an old version. RE: [SHARE] Simple RSI BULL/BEAR strategy - danidant - 05-09-2018 sorry but help me please i got this when doing back testing 2018-05-09 21:26:06 (INFO): Setting up: 2018-05-09 21:26:06 (INFO): Trading Advisor 2018-05-09 21:26:06 (INFO): Calculate trading advice 2018-05-09 21:26:06 (INFO): Using the strategy: RSI_BULL_BEAR_ADX xxx POST /api/backtest 500 267ms - Error: non-error thrown: Child process has died. at Object.onerror (/home/dani/gekko/node_modules/koa/lib/context.js:105:40) at <anonymous> at process._tickCallback (internal/process/next_tick.js:188:7) im new on this kind of apps/bot if i have file to edit please show what file or where it is thanks RE: [SHARE] Simple RSI BULL/BEAR strategy - whoodat - 05-09-2018 (05-09-2018, 07:40 AM)Cryptos Wrote:Thanks I fixed it all! Works great now.(05-08-2018, 06:20 PM)whoodat Wrote: C:\Users\cr043134\Documents\gekko-develop\gekko-develop\strategies\RSI_BULL_BEAR_ADX.js:39 RE: [SHARE] Simple RSI BULL/BEAR strategy - Cryptos - 05-09-2018 (05-09-2018, 02:28 PM)danidant Wrote: Using the strategy: RSI_BULL_BEAR_ADXfrom which source did you get the RSI_BULL_BEAR_ADX strategy? |