Used to check if this is the last bar for the current symbol
 
| Visual Basic | 
Protected ReadOnly Property isLastBar As Boolean
This will return true only on the last call for the current symbol. Good for cleaning up any variables or resourcs
| Visual Basic | 
Protected ReadOnly Property isLastBar As Boolean