Difference between revisions of "AvgBarsLosTrade"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a numerical value, indicating the average number of bars a position was held during all completed losing trades. ==== Usage ==== <syntaxhighlight>AvgBarsLosTrade</s...")
 
Line 8: Line 8:
 
   
 
   
 
==== Example ====
 
==== Example ====
<syntaxhighlight>AvgBarsLosTrade will return a value of 3.5 if four losing trades held positions for 2, 5, 3, and 4 bars</syntaxhighlight>  
+
<syntaxhighlight>AvgBarsLosTrade will return a value of 3.5 if four losing trades held positions for 2, 5, 3,  
 +
and 4 bars</syntaxhighlight>  
 
   
 
   
 
[[Category:Strategy Performance]]
 
[[Category:Strategy Performance]]

Revision as of 14:39, 24 January 2012

Returns a numerical value, indicating the average number of bars a position was held during all completed losing trades.

Usage

AvgBarsLosTrade

Notes

This function can only be used in signals.

Example

AvgBarsLosTrade will return a value of 3.5 if four losing trades held positions for 2, 5, 3, 
and 4 bars