Implements the Relative Strength Indicator (RSI), developed by J. Welles Wilder in 1978;
             which measures the relative internal strength of a market. Please note that this indicator
             is not measured against another market or index. RSI measures the relative changes between
             higher and lower closing prices.
             
            
            
            
 Syntax
Syntax
            Parameters
- sc
- A collection of series objects. For example, to evaluate this indicator for two series 
             you will need to pass a series collection containing this two series.
- lengthOfPeriod
- An integer which represents the length of the period over which the indicator 
             will be iteratively evaluated.
 
            
            
            
            
            
            
            Remarks
            
            
             See Also
See Also