Hello eyeryone I am new to Quantconnect and I am trying to build a composite indicator by dividing the ADX by the ATR. To accomplish this I am trying to use the IndicatorExtension.Over() method. However I always get a TypeError telling me I am trying to acces a method that doesn't exist. Replacing the ADX and ATR indicators with an EMA indicator fixes the problem. Does anyone know why this happens and how to build the ADX/ATR composite indicator. 

Thanks

Author