Relative Spread Strength (RSS)
Relative Spread Strength (RSS)
Description
Developed by Ian Copsey, Relative Spread Strength is a variation to the Relative Strength Index.
Syntax
RSS(int eMA1, int eMA2, int length)
RSS(ISeries\<double\> input, int eMA1, int eMA2, int length)
Returns default value
RSS(int eMA1, int eMA2, int length)[int barsAgo]
RSS(ISeries\<double\> input, int eMA1, int eMA2, int length)[int barsAgo]
Return Value
double; Accessing this method via an index value [int barsAgo] returns the indicator value of the referenced bar.
Parameters
Examples
Source Code
You can view this indicator method source code by selecting the menu New > NinjaScript Editor > Indicators within the NinjaTrader Control Center window.

