Code Monkey home page Code Monkey logo

Comments (3)

enzbus avatar enzbus commented on September 27, 2024 1

Ok, you ran into a temporary patch. Right now (assuming you're using the repo code) it drops all assets that don't have at least min_history_for_inclusion days of non-missing values at the start date of the backtest (default 252). They way it should work is by breaking the backtest into parts any time a new asset appears (after its min_history...), because each backtest needs to have the same number of assets (but we can concatenate them). All forecasters are robust against nans so they're not an issue. I'm refactoring the code of the simulator this week, not sure if I'll finish that feature soon but definitely in the next 2 weeks. You can try by reducing min_history... and starting the backtest after uber starts trading + min_history...

from cvxportfolio.

quant5 avatar quant5 commented on September 27, 2024

Follow-on comment:
The simulator doesn't fail if only internal pricing is used, but the new assets are not represented in the ptf at all.

Code snippet (using the sample code in readme):

simulator = cp.MarketSimulator(['AAPL', 'AMZN', 'TSLA', 'GM', 'CVX', 'UBER'])
backtest = simulator.backtest(policy, start_time='2019-01-01', end_time='2021-04-01')  # UBER went public in mid-2019

Results (UBER not represented at all):
image

from cvxportfolio.

enzbus avatar enzbus commented on September 27, 2024

This should work now, you can test with the hello_world.py in the repo (I added $UBER as you suggested). It's quite difficult to do in fact, but at least for IPOs it should already be correct. Each stock enters 1 year after its IPO (you can change it with the min_history keyword).
Figure_1

from cvxportfolio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.