MaxConsecWinners

From MultiCharts
Revision as of 19:45, 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 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.