+1 888 340 6572

AvgBarsLosTrade: Difference between revisions

From MultiCharts
(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...")
 
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Returns a numerical value, indicating the average number of bars a position was held during all completed losing trades.   
Returns a numerical value, indicating the average number of bars a position was held during all completed losing trades.   


==== Usage ====
== Usage ==
<syntaxhighlight>AvgBarsLosTrade</syntaxhighlight>  
<syntaxhighlight>AvgBarsLosTrade</syntaxhighlight>  
   
   
==== Notes ====  
== Notes ==  
This function can only be used in signals.  
* This function can only be used in signals.
* Use [[AvgBarsWinTrade]] and [[AvgBarsEvenTrade]] to get the average number of bars a position was held during respectively winning trades and even trades.
   
   
==== 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</syntaxhighlight>
Will return a value of 3.5 if four losing trades held positions for 2, 5, 3, and 4 bars.
   
   
[[Category:Strategy Performance]]
[[Category:Strategy Performance]]

Latest revision as of 18:54, 14 February 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.
  • Use AvgBarsWinTrade and AvgBarsEvenTrade to get the average number of bars a position was held during respectively winning trades and even trades.

Example

AvgBarsLosTrade

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