Difference between revisions of "LargestWinTrade"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a numerical value, indicating the currency value of the largest completed winning trade. ==== Usage ==== <syntaxhighlight>LargestWinTrade</syntaxhighlight> ==== ...")
 
m
 
Line 1: Line 1:
 
Returns a numerical value, indicating the currency value of the largest completed winning trade.   
 
Returns a numerical value, indicating the currency value of the largest completed winning trade.   
  
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>LargestWinTrade</syntaxhighlight>  
 
<syntaxhighlight>LargestWinTrade</syntaxhighlight>  
 
   
 
   
==== Notes ====  
+
== Notes ==  
This function can only be used in signals.  
+
* This function can only be used in signals.  
+
* Use [[LargestLosTrade]] to get the largest losing trade.
==== Example ====
 
<syntaxhighlight>LargestWinTrade will return a value of 20 if there were a total of four winning trades at 10, 5, 20,
 
and 15
 
 
 
LargestWinTrade will return a value of 0 if no winning trades were completed during the entire
 
trading period</syntaxhighlight>
 
 
   
 
   
 +
== Example ==
 +
<syntaxhighlight>LargestWinTrade</syntaxhighlight>
 +
* Will return a value of 20 if there were a total of four winning trades at 10, 5, 20, and 15,
 +
* Will return a value of 0 if no winning trades were completed during the entire trading period.
  
 
[[Category:Strategy Performance]]
 
[[Category:Strategy Performance]]

Latest revision as of 19:48, 14 February 2012

Returns a numerical value, indicating the currency value of the largest completed winning trade.

Usage

LargestWinTrade

Notes

  • This function can only be used in signals.
  • Use LargestLosTrade to get the largest losing trade.

Example

LargestWinTrade
  • Will return a value of 20 if there were a total of four winning trades at 10, 5, 20, and 15,
  • Will return a value of 0 if no winning trades were completed during the entire trading period.