In the documentation I can only find EMA("symbol") which requires a symbol to be passed in. But in the boot camp “200-50 EMA …” it shows, and the code compiles with the code “self.slow = ExponentialMovingAverage(200)”

So where is ExponentialMovingAverage(period) documented? And why does a search not find it?

thanks - dave