I have same indicator for multiple symbols.

I need to record indicator data for each symbol in rolling windows.

How can I get symbol variable here?

    def stochastic_updated(self, sender, updated):
        self.windows['stochastic'][symbol].Add(updated)