MaxConsecLosers
From MultiCharts
Returns a numerical value, indicating the number of trades in the longest sequence of consecutive completed losing trades.
Usage
MaxConsecLosers
Notes
- This function can only be used in signals.
- Use MaxConsecWinners to get the largest winning streak in the completed trades.
Example
MaxConsecLosers
- Will return a value of 3 if there were three consecutive completed losing trades,
- Will return a value of 0 if no losing trades were completed during the entire trading period.