-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
UX updateChanges to improve user experienceChanges to improve user experiencefeatureNew feature being developedNew feature being developed
Description
Implement a pipeline to collect the best portfolio from a nCrResult object and automatically run a backtest by passing the investment parameters through nCrOptimize to the BtEngine object.
Pipeline Steps
- Investment parameter and best portfolio retrieval
BtEngineinitialisation with portfolio weights and investment parametersBtEngine.run()with a preselected strategy (proposed default strat: "rsi_ewma")- Implement a
BtResultobject to store and append the backtest results to the HTML report generated bynCrResult - Record data on instance memory or external cache, use
IPython.displayto render the HTML report in a jupyter environment
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
UX updateChanges to improve user experienceChanges to improve user experiencefeatureNew feature being developedNew feature being developed
Projects
Status
Ready