Adding equity to increase capital in portfolio backtest

Questions about MultiCharts and user contributed studies.
smhuggins
Posts: 12
Joined: 15 Mar 2015
Has thanked: 1 time

Adding equity to increase capital in portfolio backtest

Postby smhuggins » 05 Sep 2019

Hi all,
Feels like a simple question but can't find the answer after a lot of searching.

I want to add additional capital to my portfolio equity every month. Eg at the start of every month, add an additional $1,000 of capital.

Is this possible??

Thanks

User avatar
Svetlana MultiCharts
Posts: 645
Joined: 19 Oct 2017
Has thanked: 3 times
Been thanked: 163 times

Re: Adding equity to increase capital in portfolio backtest

Postby Svetlana MultiCharts » 05 Sep 2019

smhuggins,

If your goal is to change the portfolio capital from script, it is not supported, unfortunately, as the portfolio capital is read-only value.

User avatar
ABC
Posts: 718
Joined: 16 Dec 2006
Location: www.abctradinggroup.com
Has thanked: 125 times
Been thanked: 408 times
Contact:

Re: Adding equity to increase capital in portfolio backtest

Postby ABC » 06 Sep 2019

Hi smhuggins,

you might be able to walk around this by having your Money Management size the trades based on the equity which you could compute using the starting equity (you might want to use an input here instead of the reserved word) plus the net profit and another variable that you increment by 1000 once at the beginning of every month.

However as Svetlana pointed out you can't change the Portfolio Capital and you would have to set this high enough to prevent a situation where your computed portfolio equity will ever be higher than this Multicharts setting. A potential downside with this approach is that some performance report metrics use the portfolio capital as specified in the settings and these metrics would in turn not be an accurate reflection of your portfolio results.

Regards,

ABC


Return to “MultiCharts”