pat42w / EF_Portfolio_Optimization

This project aims to test Portfolio Optimization methods on stock data in python.
MIT License
2 stars 0 forks source link

Historic_portfolio_nb.ipynb further updates prior to V0.1 release: #10

Closed pat42w closed 3 years ago

pat42w commented 3 years ago
pat42w commented 3 years ago

Rework actual returns to include the max & minimum returns achieved by the portfolio during the year which will be useful for analysis , this has been added in the latest commit min & max returns over the course of the year are now part of the output of portfolio_generate_test()

pat42w commented 3 years ago

Functionality added to portfolio_generate_test() for the following objectives using the obj_method argument:

note target_percent is only used for "RISK" & "RETURN" it has no effect on "SHARPE" or "MIN_VOL" example portfolio_generate_test(database ,startdate ,enddate , silent=False, obj_method="RISK" ,target_percent= 0.2)

pat42w commented 3 years ago

Closing, as the other developments are added & I cannot find further speed improvements.