Hi Everyone,

I've been struggling with trying to get my crude oil and gasoline futures Indicator Extensions to work. I copy pasted this from my S&P/Nasdaq futures algorithm and just changed the symbols but i'm getting this error. Can someone take a look please? 

Runtime Error: AttributeError : 'BasicTemplateFuturesAlgorithm' object has no attribute 'rbsma'
at OnData in main.py:line 39
AttributeError : 'BasicTemplateFuturesAlgorithm' object has no attribute 'rbsma'

Author