Search found 4 matches

by hatman
26 Oct 2015
Forum: MultiCharts
Topic: Close all open positions with Money Management Signal & PT
Replies: 4
Views: 2101

Close all open positions with Money Management Signal & PT

Hello, How can I close all open positions within the Portfolio Trader with a Money Management signal? What I need is to make a portfolio stop loss, for example, when the portfolio is 5000 $ close all the positions. I have another question and is what does Portfolio_CurrentEntries measures? Is the cu...
by hatman
15 Feb 2015
Forum: MultiCharts
Topic: Portfolio Trader Rebalanced
Replies: 5
Views: 2336

Re: Portfolio Trader Rebalanced

I have tried what you said. This is my code: vars: numberofstrat(0), numsend(0), numcontr(0); numberofstrat = pmms_strategies_count; numcontr = Floor((Portfolio_Equity / numberofstrat) / Close); numsend = absvalue (currentcontracts - numcontr); if (currentcontracts < numcontr) then begin buy numsend...
by hatman
14 Feb 2015
Forum: MultiCharts
Topic: Portfolio Trader Rebalanced
Replies: 5
Views: 2336

Re: Portfolio Trader Rebalanced

I do need it. Because I looking for rebalance the portfolio. I want to have the same dollar amount in each symbol. It isn't just buy or sell...
by hatman
14 Feb 2015
Forum: MultiCharts
Topic: Portfolio Trader Rebalanced
Replies: 5
Views: 2336

Portfolio Trader Rebalanced

Hello, I am making a portfolio strategy. What I want is to buy some sares and then, I want to make partial closes and partial opens, without closing all the position. For example: First Trade: buy 100 Apple Shares buy 200 Google Shares Second Trade: buy 10 Apple Shares sell 15 Google Shares (sell, n...

Go to advanced search