Difference between revisions of "Portfolio PercentProfit"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a numerical value, indicating the percentage of winning trades in all trades completed for a portfolio. ==== Usage ==== <syntaxhighlight>Portfolio_PercentProfit</sy...")
 
 
(4 intermediate revisions by 4 users 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.   
  
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>Portfolio_PercentProfit</syntaxhighlight>  
 
<syntaxhighlight>Portfolio_PercentProfit</syntaxhighlight>  
 
   
 
   
==== Notes ====  
+
== Notes ==
This function can only be used in signals intended to be used with the Portfolio Backtester.  
+
* 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.
==== Example ====
+
 
<syntaxhighlight>Portfolio_PercentProfit will return a value of 70 if seven out of the total of 10 completed trades were winning trades</syntaxhighlight>
+
== Example ==
 +
<syntaxhighlight>Portfolio_PercentProfit</syntaxhighlight>
 +
Will return a value of 70 if seven out of the total of 10 completed trades were winning trades.
 
   
 
   
 
[[Category:Portfolio Strategy Performance]]
 
[[Category:Portfolio Strategy Performance]]

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.