shepherdpp / qteasy

a python-based fast quantitative investment module
BSD 3-Clause "New" or "Revised" License
73 stars 28 forks source link

convert backtest and optimization results to objects #154

Open shepherdpp opened 6 months ago

shepherdpp commented 6 months ago

this pull request should be done after re-structuring of qteasy core. This pull request contains changes that converts backtest and optimization results into result objects, that users can interact with by printing out reports or do further data processing.

However, these changes are deeply linked with those related to qteasy core restructuring, thus these changes will be implemented and merged to master after the restructuring is completed