True Strength Index (TSI)
True Strength Index (TSI)
Description
The True Strength Index (TSI) is a momentum-based indicator, developed by William Blau. Designed to determine both trend and overbought/oversold conditions, the TSI is applicable to intraday time frames as well as long term trading.
Syntax
TSI(int fast, int slow)
TSI(ISeries\<double\> input, int fast, int slow)
Returns default value
TSI(int fast, int slow)[int barsAgo]
TSI(ISeries\<double\> input, int fast, int slow)[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.

