If I understand it correctly, RSI must be defined in Initialize method. How can i calculate RSI on a security, which is a variable?

For example, how do i calucalate RSI on securities of this universe? AddUniverse(Universe.DollarVolume.Top(20));

Author