TotalBarsEvenTrades

From MultiCharts
Revision as of 19:34, 14 February 2012 by JoshM (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Usage

TotalBarsEvenTrades

Notes

  • This function can only be used in signals.
  • Use TotalBarsWinTrades and TotalBarsLosTrades to get the total number of bars a position was held during respectively winning and losing trades.

Example

TotalBarsEvenTrades
  • Will return a value of 14 if four even trades held positions for 2, 5, 3, and 4 bars,
  • Will return a value of 0 if no even trades were completed during the entire trading period.