Edit: Solved. (For anybody else who has this error just use bar.Symbol instead of sender.Symbol)

 

I can't find any documentation on this but I have this function

def ThirtyMinuteBarHandler(self, sender, bar):
self.Debug(sender.Symbol)

I get an error that there is no Symbol property. What is the proper way to find the symbol for the bar that was sent?

Author