[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 - danidant - 05-09-2018 (05-09-2018, 03:56 PM)Cryptos Wrote:(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? from gekko_tools folder on first page, i do git clone and copy paste as the guide said RE: [SHARE] Simple RSI BULL/BEAR strategy - seniaxls - 05-09-2018 Hello! Share your all config pls))) I need a couple for the BTC. https://imgur.com/bB33jX4 this screen 83kk % ETH )))) RE: [SHARE] Simple RSI BULL/BEAR strategy - danidant - 05-10-2018 (05-09-2018, 02:28 PM)danidant Wrote: sorry but help me please help me about this please ... RE: [SHARE] Simple RSI BULL/BEAR strategy - Cryptos - 05-10-2018 (05-10-2018, 04:05 AM)danidant Wrote:I suppose you are using the UI.(05-09-2018, 02:28 PM)danidant Wrote: (...) This might be a problem with your warmup period? The warmup period has to be at least your SMA.long period. RE: [SHARE] Simple RSI BULL/BEAR strategy - danidant - 05-10-2018 (05-10-2018, 11:08 AM)Cryptos Wrote:(05-10-2018, 04:05 AM)danidant Wrote:I suppose you are using the UI.(05-09-2018, 02:28 PM)danidant Wrote: (...) ok i will check later, thanks RE: [SHARE] Simple RSI BULL/BEAR strategy - danidant - 05-10-2018 (05-10-2018, 11:08 AM)Cryptos Wrote:i think it isnt about SMA long(05-10-2018, 04:05 AM)danidant Wrote:I suppose you are using the UI.(05-09-2018, 02:28 PM)danidant Wrote: (...) can you tell me hows your setup that run with no problems? RE: [SHARE] Simple RSI BULL/BEAR strategy - Ryancoin - 05-10-2018 Something seems to be wrong with mine. I've got all the indicators and get no error messages. However when I copy what somebody has posted i.e. 117% profit compared to -xyz% market. I get about 98% profit. Something I notice is it's only doing 70 trades when the one i'm copying does over 2000. RE: [SHARE] Simple RSI BULL/BEAR strategy - Henry151 - 05-10-2018 Hi folks, I had mine running live, on the USDT/BTC pair on Binance, it has been running a couple days and had made five or six trades, and then it gave me these errors: 2018-05-09 23:48:06 (ERROR): [binance.js] (getTrades) returned an irrecoverable error: Error: getaddrinfo EAI_AGAIN api.binance.com:443 2018-05-09 23:48:06 (WARN): Binance returned an error while fetching trades: [binance.js] getaddrinfo EAI_AGAIN api.binance.com:443 2018-05-10 04:53:08 (ERROR): [binance.js] (getTrades) returned an irrecoverable error: Error: Error -1000: An unknown error occured while processing the request. 2018-05-10 04:53:08 (WARN): Binance returned an error while fetching trades: [binance.js] Error -1000: An unknown error occured while processing the request. It seemed to still be running (the (DEBUG) lines were still printing saying "requested trades" ... "proccessed trades" ) but I stopped it and re-started it. Any idea what might have gone wrong, or what the errors indicate? Any way to enable even more additional logging/debug info? I didn't see anything else in the output that seemed relevant. Thanks in advance for any insight RE: [SHARE] Simple RSI BULL/BEAR strategy - whoodat - 05-12-2018 I have tried running this live a few times now using the GUI without any success. It appears to be working but makes 0 trades, any help appreciated. RE: [SHARE] Simple RSI BULL/BEAR strategy - crypto49er - 05-12-2018 @Ryancoin, You have to match exactly what was posted, the from/to date down to the second, the candle size, the warm up time, and all the paper trader settings. @Henry151, I briefly looked into this. Looks like some issue with Gekko handling the response from the Binance API. I have to dive deeper to know but it is likely because the API is returning duplicate results. @whoodat, Use TradingView to manually scan through whether the strategy you are using should have made a trade or not. I'm assuming you set a candle size that is available on Trading View or you have the pro account and you can adjust to whatever candle size you want. |