finantic.DynamicPortfolio
The most overlooked and underestimated way to improve a trading strategy is the selection and adjustment of the portfolio.
--- Rainer Sievers
The finantic.DynamicPortfolio extension works with an unusual but interesting idea: Instead of adapting a trading strategy to a given portfolio, the portfolio is adapted to a given strategy.
The goal of DynamicPortfolio is to construct a (short-term) portfolio that
- contains symbols that work well with a given strategy, i.e. symbols that showed good profits in the past.
- contains symbols that show low correlations with the rest of the portfolio.
Correlations and profitability are measured in one interval (the lookback interval). The results of these measurements are used to create a new Portfolio. The resulting portfolio is used in a non-overlapping more recent interval. The whole process is repeated with intervals shifted by a certain amount (the WalkForwardStepSize) into the future resulting in a walk forward kind of procedure.
Another way to look at the process is the notion of rebalancing the portfolio after a certain number of trading days.
There is a number of plots that visualize the various settings and their effect on the outcome. These plots show the persistence of Correlations or Profitability. Please make sure you have the finantic.InteractiveGraphics extension installed.
The finantic.DynamicPortfolio extension:
- contains a single building block in the Conditions section. Use this condition with your entry block.
- comes with a verbose Help page that contains step-by-step instructions and background information.
A C# API allows you to create and use dynamic portfolios with your C# coded strategy.
Requirements
This extension requires the finantic.Indicators extension.
Suggestions
finantic.InteractiveGraphics extension, PowerPack extension
Screenshots
Change Log
- Initial release.