Gabriel Araujo

Results 107 comments of Gabriel Araujo

This seems to be a very good idea. Do you have such a database of difficult candles, or sources to them, or even ways to label and extract them? With...

Maybe we could have a program that breaks a big candle data series into 1 month blocks (or some other random size). Then it will test a series of strategies...

Hey @mczero80, epoch 3000 is too much. It should find some viable parameterset for the strategy at epoch 50 or 100. However, very few strategies should achieve this and if...

A system for managing models would be cool, but for now I'd just stick with one, to keep the ops sane..

Hey, it seems that each backtest is taking too long, so long that the connection dies before the result is ready. Taking 45 minutes to run this very few backtests...

hey, so that's really it, taking too long to backtest. Your rig seems suitable, so maybe it is CPU throttled for power saving or docker is impairing performance. 50s per...

Sorry bro, bayesian optimization (`-b`) is deprecated. Try running `python3 japonicus-run -g[c] --strat mystrat`. An error message should have been printed in your case, we have some issues with error...

`Error: config failure` is raised on connection on to gekko @ `evaluation/gekko/API.py`... maybe gekko's output has more information about that.

Ok, the useful output is written at the `logs`folder.

Hey, yeah `configStrategies` is deprecated. I guess your config problem is on parameter nesting at the `.toml` file... It should be: ``` [first] param = [1, 200] [second] param =...