Gekko Forum
[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)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38


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_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)
from 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
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

help me about this please ...


RE: [SHARE] Simple RSI BULL/BEAR strategy - Cryptos - 05-10-2018

(05-10-2018, 04:05 AM)danidant Wrote:
(05-09-2018, 02:28 PM)danidant Wrote: (...)
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)
(...)

help me about this please ...
I suppose you are using the UI.
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:
(05-09-2018, 02:28 PM)danidant Wrote: (...)
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)
(...)

help me about this please ...
I suppose you are using the UI.
This might be a problem with your warmup period? The warmup period has to be at least your SMA.long period.

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:
(05-10-2018, 04:05 AM)danidant Wrote:
(05-09-2018, 02:28 PM)danidant Wrote: (...)
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)
(...)

help me about this please ...
I suppose you are using the UI.
This might be a problem with your warmup period? The warmup period has to be at least your SMA.long period.
i think it isnt about SMA long

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.