Difference between revisions of "Portfolio PercentProfit"

From MultiCharts
Jump to navigation Jump to search
m
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]].  
 
   
 
   
==== Example ====
+
== Example ==
<syntaxhighlight>Portfolio_PercentProfit will return a value of 70 if seven out of the total of 10 completed  
+
<syntaxhighlight>Portfolio_PercentProfit</syntaxhighlight>
trades were winning trades</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]]

Revision as of 07:14, 9 February 2012

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

Usage

Portfolio_PercentProfit

Notes

This function can only be used in signals intended to be used with the Portfolio Backtester.

Example

Portfolio_PercentProfit

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