02-01-2018, 04:37 PM
It's running on a Debian VM on Xenserver, the VM has 16GB of RAM, 80GB of swap (thought it was a memory issue at first, so went overboard...) and it has 16 cpu cores.
I just made it happen with backtesting on Poloniex USDT/BTC data for the year 2016.
Candle size: 2 Minutes
Warmup period: 100 candles
PPO Strategy
short = 400
long = 800
signal = 9
[thresholds]
down = -0.025
up = 0.025
persistence = 9
If I increase the candle size to 20 minutes it completes like it should and I get my backtest result on the GUI.
I just made it happen with backtesting on Poloniex USDT/BTC data for the year 2016.
Candle size: 2 Minutes
Warmup period: 100 candles
PPO Strategy
short = 400
long = 800
signal = 9
[thresholds]
down = -0.025
up = 0.025
persistence = 9
If I increase the candle size to 20 minutes it completes like it should and I get my backtest result on the GUI.