KarunChikhale
Results
1
issues of
KarunChikhale
I imported the Talib library to use the SMA function. `import talib` `feed.pop(0)` `feed.append(json.loads(message)['p'])` `print(talib.SMA(numpy.array(feed)))`