The True Strength Index (TSI) is a momentum oscillator used to identify building trends and trend reversals, typically by signalling overbought and oversold conditions. TSI fluctuates between positive and negative values, and traders typically combine its signal with other momentum oscillators to increase its strength. When TSI crosses the signal line into positive territory it is presumed to be an entrance opportunity and vice versa when the TSI crosses into negative territory.
Name | Type | Description | Notes |
---|---|---|---|
identifier | Character | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | |
low_period | Integer | The number of observations, per period, to calculate low period Exponential Moving Average for smoothing in True Strength Index | [optional] [default to 13] |
high_period | Integer | The number of observations, per period, to calculate high period Exponential Moving Average for smoothing in True Strength Index | [optional] [default to 25] |
price_key | Character | The Stock Price field to use when calculating True Strength Index | [optional] [default to close] |
start_date | Character | Return technical indicator values on or after the date | [optional] |
end_date | Character | Return technical indicator values on or before the date | [optional] |
page_size | Integer | The number of results to return | [optional] [default to 100] |
next_page | Character | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
technicals | List of TrueStrengthIndexTechnicalValue | |
technicals_data_frame | Data Frame | Data frame representation of technicals |
indicator | TechnicalIndicator | The name and symbol of the technical indicator |
security | SecuritySummary | The Security of the Stock Price |
next_page | Character | The token required to request the next page of the data. If null, no further results are available. |