07-15-2018, 12:05 AM
To go back to the api change, I’ve gone back to my bulktester and added this:
"backtestResultExporter": {
"enabled": true,
"writeToDisk": false,
"data": {
"stratUpdates": false,
"roundtrips": true,
"stratCandles": true,
"stratCandleProps": [
"open"
],
"trades": true
}
},
Now the api request is failing. Are there any other differences in the gekkoConfig object from 0.5x?
"backtestResultExporter": {
"enabled": true,
"writeToDisk": false,
"data": {
"stratUpdates": false,
"roundtrips": true,
"stratCandles": true,
"stratCandleProps": [
"open"
],
"trades": true
}
},
Now the api request is failing. Are there any other differences in the gekkoConfig object from 0.5x?