Open main menu

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.