SMA 200 in 5 MIn candle in python

Hi ALL,

How to calculate the SMA 200 in 5 MIn candle through api in python.

it is returning None if i implement
ta.sma(self.data[‘close’],length=200)