Difference between revisions of "Portfolio PercentProfit"

From MultiCharts
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
Returns a numerical value, indicating the percentage of winning trades in all trades completed for a portfolio.   
 
Returns a numerical value, indicating the percentage of winning trades in all trades completed for a portfolio.   
  
http://www.buyxanaxonlinepill.com/ xanax without prescription - xanax buy online
+
== Usage ==
 +
<syntaxhighlight>Portfolio_PercentProfit</syntaxhighlight>
 +
 +
== Notes ==
 +
* This function can only be used in signals intended to be used with the [[:Category:Portfolio_Backtesting|Portfolio Backtester]].
 +
* See [[Portfolio NumWinTrades]] to get the number of completed winning trades in the whole portfolio, [[Portfolio NumLossTrades]] for the total number of losing trades, and [[Portfolio TotalTrades]] for all completed trades for the portfolio during the trading period.
  
== Notes ==
 
This function can only be used in signals intended to be used with the [[:Category:Portfolio_Backtesting|Portfolio Backtester]].
 
 
 
== Example ==
 
== Example ==
 
<syntaxhighlight>Portfolio_PercentProfit</syntaxhighlight>
 
<syntaxhighlight>Portfolio_PercentProfit</syntaxhighlight>

Latest revision as of 14:15, 19 February 2012

Returns a numerical value, indicating the percentage of winning trades in all trades completed for a portfolio.

Usage

Portfolio_PercentProfit

Notes

Example

Portfolio_PercentProfit

Will return a value of 70 if seven out of the total of 10 completed trades were winning trades.