backtest fcn and portfolio value
Show older comments
Is there a way to increase the InitialPortfolioValue in fcn backtestEngine over time? For example, investor has one additional new dollar to invest every period. The investor can invest the dollar if there is a signal or wait until the next period to invest (if he waits, next period would have 2 dollars to invest - one from the last period and one from the current). The brute force solution is to run backtestEngine in a loop for each new period and update the InitialPortfolioValue value. Any other options? Seems like there should be functionality for this since its a common retirement savings problem.
Accepted Answer
More Answers (0)
Categories
Find more on Financial Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!