MaxConsecWinners

From MultiCharts
Jump to navigation Jump to search

Returns a numerical value, indicating the number of trades in the longest sequence of consecutive completed winning trades.

Usage

MaxConsecWinners

Notes

  • This function can only be used in signals.
  • Use MaxConsecLosers to get the largest losing streak in the completed trades.

Example

MaxConsecWinners
  • Will return a value of 3 if there were three consecutive completed winning trades,
  • Will return a value of 0 if no winning trades were completed during the entire trading period.