Search found 6 matches

by stefano84
13 Jun 2016
Forum: MultiCharts
Topic: Advice PMMS Portfolio (maximum 10 position simultaneously)
Replies: 0
Views: 1577

Advice PMMS Portfolio (maximum 10 position simultaneously)

I'm looking for some help (also for a fee!) for writing a code in portfolio money management signal I program a little something with Powerlanguage at the level of systems and indicators with no problems, but I can not understand anything at the level of PMMS portfolio trader.. !! There were months ...
by stefano84
15 Dec 2015
Forum: MultiCharts
Topic: Problem with Portfolio Money Management Signal.
Replies: 5
Views: 2371

Re: Problem with Portfolio Money Management Signal.

hi no erocla! I found this: http://www.multicharts.com/discussion/viewtopic.php?t=48970&p=117449 It was very helpful to me. The problem is that it does not go on different strategies. I described the problem better in this post: https://www.multicharts.com/discussion/viewtopic.php?f=1&t=49195 For th...
by stefano84
29 Nov 2015
Forum: MultiCharts
Topic: Limit max number of open positions in different strategy.
Replies: 0
Views: 1699

Limit max number of open positions in different strategy.

TOPIC Backtesting limit maximum number of open positions in different strategy (Portfolio trader). I found this code in the forum and have seen that works well when run on one strategy that has many symbol. SIGNAL: inputs:ptf(true); IF (marketposition = 0 and dayofweek(date)=1) then BEGIN if (ptf =...
by stefano84
15 Nov 2015
Forum: MultiCharts
Topic: Calculation mechanism Portfolio Money Management Signal
Replies: 0
Views: 1366

Calculation mechanism Portfolio Money Management Signal

I'm trying Portfolio_Rotation Signal and Signal Portfolio_Rotation_MM. I have noticed that Portfolio_Rotation_MM signal skips entries of the strategy. I do not understand why. If I do run only the Portfolio Rotation Signal no bars is skipped. Using as evidence: buy ("LE") next bar at Open; if market...
by stefano84
10 Nov 2015
Forum: MultiCharts
Topic: Problem with Portfolio Money Management Signal.
Replies: 5
Views: 2371

Re: Problem with Portfolio Money Management Signal.

thanks for the reply Erocla! An example to test if I understood: If c crosses over average(c,200) then begin pmm_set_my_named_num("trigger",1); buy next bar at close; end; If c crosses under average(c,200) then begin pmm_set_my_named_num("trigger",1); sellshort next bar at close; end; If marketposit...
by stefano84
09 Nov 2015
Forum: MultiCharts
Topic: Problem with Portfolio Money Management Signal.
Replies: 5
Views: 2371

Problem with Portfolio Money Management Signal.

Hi I have a problem. I can not understand the Portfolio Money Management Signal. I have read several times and several days these pages: https://www.multicharts.com/trading-software/index.php/Portfolio_Trader_Strategy_Examples https://www.multicharts.com/trading-software/index.php/PMM_Keywords https...

Go to advanced search