+1 888 340 6572

Portfolio NetProfit: Difference between revisions

From MultiCharts
No edit summary
 
Line 5: Line 5:
   
   
== Notes ==
== Notes ==
* This function can only be used in signals intended to be used with the [[:Category:Portfolio_Backtesting|Portfolio Backtester]].
* This function can only be used in signals intended to be used with the Portfolio Trader.
* The value is returned in the currency specified in Portfolio Trader: '''Portfolio Settings -> Base Currency.'''
* Use [[Portfolio GrossProfit]] to get the gross profit for the portfolio, and refer to the [[Portfolio GrossLoss]] reserved word to get the portfolio's gross loss.
* Use [[Portfolio GrossProfit]] to get the gross profit for the portfolio, and refer to the [[Portfolio GrossLoss]] reserved word to get the portfolio's gross loss.


Line 13: Line 14:
* Will return a value of -15 if there were winning trades with results of 10 and 5, and losing trades with results of -20 and -10.
* Will return a value of -15 if there were winning trades with results of 10 and 5, and losing trades with results of -20 and -10.
* Will return a value of 0 no trades were completed during the entire trading period.
* Will return a value of 0 no trades were completed during the entire trading period.


[[Category:Portfolio Strategy Performance]]
[[Category:Portfolio Strategy Performance]]

Latest revision as of 17:23, 24 July 2014

Returns a numerical value, indicating the total currency value of all completed trades for a portfolio.

Usage

Portfolio_NetProfit

Notes

  • This function can only be used in signals intended to be used with the Portfolio Trader.
  • The value is returned in the currency specified in Portfolio Trader: Portfolio Settings -> Base Currency.
  • Use Portfolio GrossProfit to get the gross profit for the portfolio, and refer to the Portfolio GrossLoss reserved word to get the portfolio's gross loss.

Examples

Portfolio_NetProfit
  • Will return a value of 20 if there were winning trades with results of 25 and 10, and losing trades with results of -5 and -10.
  • Will return a value of -15 if there were winning trades with results of 10 and 5, and losing trades with results of -20 and -10.
  • Will return a value of 0 no trades were completed during the entire trading period.