Merge pull request #687 from JaysonAlbert/dev

增加回测结果返回的数据
This commit is contained in:
vn.py 2018-01-16 13:35:18 +08:00 committed by GitHub
commit 7e62a7cf2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -779,6 +779,7 @@ class BacktestingEngine(object):
d['profitLossRatio'] = profitLossRatio
d['posList'] = posList
d['tradeTimeList'] = tradeTimeList
d['resultList'] = resultList
return d