Difference between revisions of "AvgBarsLosTrade"

From MultiCharts
Jump to navigation Jump to search
 
(One intermediate revision by one other user 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.   
  
http://www.buyxanaxonlinepill.com/ buy xanax - order xanax cheap
+
== Usage ==
 
+
<syntaxhighlight>AvgBarsLosTrade</syntaxhighlight>
==== Notes ====  
 
This function can only be used in signals.
 
 
   
 
   
==== Example ====
+
== Notes ==  
<syntaxhighlight>AvgBarsLosTrade will return a value of 3.5 if four losing trades held positions for 2, 5, 3,  
+
* This function can only be used in signals.
and 4 bars</syntaxhighlight>
+
* Use [[AvgBarsWinTrade]] and [[AvgBarsEvenTrade]] to get the average number of bars a position was held during respectively winning trades and even trades.
 +
 +
== Example ==
 +
<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.