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...")
 
Line 8: Line 8:
 
   
 
   
 
==== Example ====
 
==== Example ====
<syntaxhighlight>Portfolio_PercentProfit will return a value of 70 if seven out of the total of 10 completed trades were winning trades</syntaxhighlight>  
+
<syntaxhighlight>Portfolio_PercentProfit will return a value of 70 if seven out of the total of 10 completed  
 +
trades were winning trades</syntaxhighlight>  
 
   
 
   
 
[[Category:Portfolio Strategy Performance]]
 
[[Category:Portfolio Strategy Performance]]

Revision as of 13:35, 23 January 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