Skip to content

vpozdnyakov/invest_optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Portfolio generator based on MOEX Russia Index

This notebook shows how to generate a portfolio based on MOEX Russia Index. You need only set the total amount of investment. This method based on the Branch and Bound solver ECOS_BB.

The latest version of cvxpy package does not support ECOS_BB solver, so install the version 1.0

$pip uninstall cvxpy
$pip install cvxpy==1.0.31

About

Portfolio generator based on MOEX Russia Index

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published