Hi,

I'm jumping in the deep end here. First post. 

I am trying to implement an algorithm against a collection of Cryptocurrencies on Bitfinex. Here is the heuristic: 

Universe: Top 100 crypto currencies by market cap

For each day

Rank the cryptocurrencies low to high by RSI

Select the bottom 10 cryptocurrencies 

If the cryptocurrency SMA 50 > SMA 200 then fill a 10 % position 

exit when the RSI exceeds 55 

Basically looking for over-sold pullbacks of cryptos in up-trends

I am trying to use the Universe Selection helpers, but it looks like it's only for equities. Can someone throw me a bone for how to implement something like this? 

Another challenge I'm having is that it looks like the RSI function examples all seem to show how to compute an RSI for a given Symbol. I want to compute automatically, the RSI (And SMA's I suppose) for each symbol in the universe.