[Share] RSI-BB-ADX with candlebatcher - 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] RSI-BB-ADX with candlebatcher (/thread-57778.html) |
RE: [Share] RSI-BB-ADX with candlebatcher - Shrike998 - 02-05-2019 (02-04-2019, 02:50 PM)Gryphon Wrote: From a quick scan, you should just set candleSize : 1, no need for the array and random pick any more. Then you can easily check if it actually is the candle size causing the crashes. Hmm, i tried that but still crashing unfortuantly.. yeah - the idea there was to do *10 - thanks for spotting that! Il keep playing around with it. Gekkoga normaly works a treat, must be something im not spotting somewhere. thanks again! RE: [Share] RSI-BB-ADX with candlebatcher - Shrike998 - 02-09-2019 (02-05-2019, 01:15 AM)Shrike998 Wrote:(02-04-2019, 02:50 PM)Gryphon Wrote: From a quick scan, you should just set candleSize : 1, no need for the array and random pick any more. Then you can easily check if it actually is the candle size causing the crashes. Ok so now ive got Gekkoga working.. found some good settings, tweeked them about a bit, backtested, backtested, backtested with no issues, bot is buying and selling as normal.. ran it live as PT and... it goes short strait away (as soon as stratwarmup is completed) and then never goes long.. I left it for about 3 days and checked the settings against a trading view setup I think it has something to do with the historySize.. i have my long sma set to 100 and so history size to 100 also however the sma timeframe is at 20 so does this mean i should set the historySize to 2000? thanks, RE: [Share] RSI-BB-ADX with candlebatcher - Gryphon - 02-12-2019 Yep, the history size is in minutes. your SMA needs 100*20minutes, so 2000. If you left it for three days though that should have gone past the required warmup and started working... 2000 min = 1.38 days RE: [Share] RSI-BB-ADX with candlebatcher - Daniel - 03-11-2019 (11-27-2018, 09:37 AM)Gryphon Wrote: So - here's a quick example backtest from 6 months history on an alt, with Tommie's original strategy first, candlebatched second. Both have exactly the same parameters, as in the TOML file below. In which pair was the test? When I execute the strategy it works but does not make any exchange. Try with ETC / BTC, ADA / BTC, DASH / BTC and do not buy or sell. RE: [Share] RSI-BB-ADX with candlebatcher - Xylander - 03-19-2019 I have just installed gekko and I am trying this shared strategy. When I try to launch it as either a paper trader or live I get the following error: at Market.bound [as read] (/home/jon/moddedgekko/node_modules/lodash/dist/lodash.js:729:21) __augmented: true } RECEIVED ERROR IN GEKKO INSTANCE 2019-03-19-18-42-papertrader-116087543651925 { __augmented: true } Can you tell me if i am missing something in the original gekko install or are there some parameters that I need to change in the toml or js files? RE: [Share] RSI-BB-ADX with candlebatcher - Daniel - 03-26-2019 (03-11-2019, 01:37 AM)Daniel Wrote:(11-27-2018, 09:37 AM)Gryphon Wrote: So - here's a quick example backtest from 6 months history on an alt, with Tommie's original strategy first, candlebatched second. Both have exactly the same parameters, as in the TOML file below. Ya encontre el error. El problema era con el indicador RSI se tiene que usar el indicador RSI de https://github.com/RJPGriffin/gekko/blob/develop/strategies/indicators/RSI.js RE: [Share] RSI-BB-ADX with candlebatcher - Simone - 05-11-2019 Hi at all, i was tring this strategy but the terminal gives me this error /home/simone/gekko/strategies/moon.js:46 this.maSlow = new SMA(this.settings.SMA_long); ^ I'm not a programmer and i don't know how solve it. Can somebody help me please? RE: [Share] RSI-BB-ADX with candlebatcher - weros - 05-26-2019 Strategy looks great, I must check it. I will share the results RE: [Share] RSI-BB-ADX with candlebatcher - emrek - 06-09-2019 Other strategies work (RSI BULL BEAR strategies) But RSI_Bull_Bear_Adx_M1 does not buy / sell. (Duration 5 Months.) [attachment=368] [attachment=367] If the warm-up period is 80, there was only 1 purchase in 5 months. [attachment=369] I also modified the RSI file on the Link. The result has not changed. https://forum.gekko.wizb.it/thread-57778-post-61065.html#pid61065 RE: [Share] RSI-BB-ADX with candlebatcher - mali8 - 07-24-2019 Hey, i'm trying out this strategy and i'm getting this error: Code: <-- POST /api/backtest Any suggestions? |