Gabriel Araujo
Gabriel Araujo
Hey, this last message is it running inside docker (composed with gekko)? Then it is working. Ok, I'm updating to this latest numpy, and dash also. This additional dash stuff...
Also, did you also try the docker-compose file at the repository, not from wiki?
I mean this `https://github.com/Gab0/japonicus/blob/master/docker-compose.yaml`
Seems a nice strat. Thanks, we need more of that XD. They use some strange Tulind indicators there, so we should expect poor EPOCH/second on japonicus. Name the strat to...
Sorry, that previous config was lacking: ``` "RSIBULLBEAR" : { # SMA Trends "SMA_long": (700,1400), "SMA_short": (40,60), # BULL "BULL_RSI": (5,18), "BULL_RSI_high": (60,100), "BULL_RSI_low" : (40,80), # BEAR "BEAR_RSI": (8,27),...
Each backtest takes 25s on standard settings on my Athlon 445.
Actually that's a very good strat :D
@nimasTT That error seems to be a timeout from Gekko, backtests are taking too long with all those tulind indicators. To proper run that strat on japonicus with no crash,...
I'm doing some backstests on RSI_BULL_BEAR, as RSI_BULL_BEAR_ADX gives error on my gekko/develop, anyone got that? anyway, with japonicus running on ``` poloniex | USDT | BTC | 2017-01-01 00:12...
@xFFFFF do you also get error on ADX from gekko alone?