LargestWinTrade
From MultiCharts
Returns a numerical value, indicating the currency value of the largest completed winning trade.
Usage
LargestWinTrade
Notes
- This function can only be used in signals.
- Use LargestLosTrade to get the largest losing trade.
Example
LargestWinTrade
- Will return a value of 20 if there were a total of four winning trades at 10, 5, 20, and 15,
- Will return a value of 0 if no winning trades were completed during the entire trading period.