+1 888 340 6572

PercentProfit: Difference between revisions

From MultiCharts
(Created page with "Returns a numerical value, indicating the percentage of winning trades in all trades completed. ==== Usage ==== <syntaxhighlight>PercentProfit</syntaxhighlight> ==== Not...")
 
mNo edit summary
 
Line 1: Line 1:
Returns a numerical value, indicating the percentage of winning trades in all trades completed.   
Returns a numerical value, indicating the percentage of winning trades in all trades completed.   


==== Usage ====
== Usage ==
<syntaxhighlight>PercentProfit</syntaxhighlight>  
<syntaxhighlight>PercentProfit</syntaxhighlight>  
   
   
==== Notes ====  
== Notes ==
This function can only be used in signals.  
* This function can only be used in signals.
* Use [[NetProfit]] to get the numerical value of the net profit.
   
   
==== Example ====
== Example ==
<syntaxhighlight>PercentProfit will return a value of 70 if seven out of the total of 10 completed trades were  
<syntaxhighlight>PercentProfit</syntaxhighlight>
winning trades</syntaxhighlight>
Will return a value of 70 if seven out of the total of 10 completed trades were winning trades.
   
   
[[Category:Strategy Performance]]
[[Category:Strategy Performance]]

Latest revision as of 19:36, 14 February 2012

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

Usage

PercentProfit

Notes

  • This function can only be used in signals.
  • Use NetProfit to get the numerical value of the net profit.

Example

PercentProfit

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