Skip to content

Commit

Permalink
export useful info in backtestResultExporter (askmike#2509)
Browse files Browse the repository at this point in the history
* add useful info to export

* standardize naming
  • Loading branch information
hiyan authored and askmike committed Oct 7, 2018
1 parent f9b4357 commit 827be89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/backtestResultExporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ BacktestResultExporter.prototype.processPerformanceReport = function(performance

BacktestResultExporter.prototype.finalize = function(done) {
const backtest = {
market: config.watch,
tradingAdvisor: config.tradingAdvisor,
strategyParameters: config[config.tradingAdvisor.method],
performanceReport: this.performanceReport
};

Expand Down

0 comments on commit 827be89

Please sign in to comment.