add resultList to result.

This commit is contained in:
JaysonAlbert 2018-01-15 09:53:38 +08:00
parent 61608dd20d
commit 36f6f2befa

View File

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