Hi,

I've been trying to filter a universe through a moving average and rsi, however, i havent been getting the expected results.

I started with the MA cross example and added an RSI indicator to debug what going on. I'm getting the following information for each symbol when i debug the symbol, fastMA, slowMA, price and rsi.

Ticker = AADR UOFRJAZTL0TH , Fast MA = 36.64 , Slow = 0.0 , Price = 36.64 , RSI =0.0

I'm sure this is a rookie mistake, but i seem to be getting 0 for both the slow moving average and rsi and then the same value for the price and fast moving average.

I've attached the backtest, Any help would be greatly appreciated

 

  

Author