Nick Dolan
Nick Dolan
Hey @macd2! Nice suggestion! I'm thinking about these metrics too. I still haven't added them because there are no such metrics in Jesse's `.json` file output. @saleh-mir hey! How difficult...
@saleh-mir, could you also add `routes` in JSON? ``` routes = [ ('Binance', 'LTC-USDT', '1h', 'SMACrossover') ] Possible structure: { ..., routes: [ { exchange: 'Binance', pair: 'LTC-USDT', timeframe: '1h',...
Hey @chaostica! In other strategies such a mistake too? Is this strategy https://github.com/xFFFFF/Gekko-Strategies/tree/master/neuralnet_v2? I just copied and run. I have no errors, and the settings took from .toml path `config/strategies`....
Hey, no problem. gekko-batcher and gekko folders should be at one level directory. `config.gekkoPath = '../gekko/'` does mean go back to parent directory and enter gekko folder. So gekko-batcher should...
Hey @telnemri, thank you for the issue! We can generate a new random combination from settings for each start of a backtest, but I can't see any practical solution to...
Here is an example of optimisations to illustrate the use case, Max Drawdown is always around 30%, while Realised Max Drawdown is different everywhere and I need to throw out...
Tried playing with ports, but still only `weejewel/wg-easy` works well with config like this: ``` docker run -d \ --name=wg-easy \ -e WG_HOST=my_ip \ -e WG_DEVICE=ens3 \ -e PASSWORD=my_pass \...