Portfolio Strategy - Money Management Signal  [SOLVED]

Questions about MultiCharts and user contributed studies.
korradok

Portfolio Strategy - Money Management Signal

Postby korradok » 12 Feb 2015

Hi,

i would like read more informations about Money management signal.
I'd like set a strategy stop loss and target profit in order to close all my portfolio positions.
Maybe still i din't understant it well and i find it complicated.
Could you kindly help me to find more informations or better let me see some examples?
Thanks in advance

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Portfolio Strategy - Money Management Signal

Postby Henry MultiСharts » 12 Feb 2015

Hello korradok,

Please refer to the Portfolio Trader documentation and strategy examples to learn how to use the new features and keywords:
https://www.multicharts.com/trading-sof ... lio_Trader
Portfolio Money Management Keywords:
https://www.multicharts.com/trading-sof ... M_Keywords
Portfolio Trader Strategy Examples:
https://www.multicharts.com/trading-sof ... y_Examples

korradok

Re: Portfolio Strategy - Money Management Signal

Postby korradok » 12 Feb 2015

thanks, i tried this but i don't see anychange in my results

Code: Select all

var: need_convert(false), equity(0);
equity = Portfolio_Equity;
if (SymbolCurrencyCode <> portfolio_CurrencyCode) then
equity = convert_currency( datetime, portfolio_CurrencyCode, SymbolCurrencyCode, equity);
setstopposition;
setprofittarget(0.01 * equity);
it seem it not works

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Portfolio Strategy - Money Management Signal

Postby Henry MultiСharts » 12 Feb 2015

korradok,

You need to use this code in your trading signal, not in the money management signal.

korradok

Re: Portfolio Strategy - Money Management Signal

Postby korradok » 12 Feb 2015

thanks, but i need to set a profit target for my strategy and in my strategy i have more instruments.
Maybe you mean that it is not possible have a strategy profit target?

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Portfolio Strategy - Money Management Signal  [SOLVED]

Postby Henry MultiСharts » 12 Feb 2015

thanks, but i need to set a profit target for my strategy and in my strategy i have more instruments.
Maybe you mean that it is not possible have a strategy profit target?
Sorry, this is not what I mean. Please study the documentation I have posted above to understand how Portfolio Trader works.


Return to “MultiCharts”