The Know Sure Thing indicator (KST) is a momentum based oscillator that is calculated by measuring the momentum of four separate price cycles. KST fluctuates above and below a zero line and is used to identify overbought and oversold conditions, and is often used with additional indicators to boost signal strength.
Name | Type | Description | Notes |
---|---|---|---|
identifier | string | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | |
roc1 | int? | The number of observations, per period, to calculate the rate-of-change for RCMA1 | [optional] [default to 10] |
roc2 | int? | The number of observations, per period, to calculate the rate-of-change for RCMA2 | [optional] [default to 15] |
roc3 | int? | The number of observations, per period, to calculate the rate-of-change for RCMA3 | [optional] [default to 20] |
roc4 | int? | The number of observations, per period, to calculate the rate-of-change for RCMA4 | [optional] [default to 30] |
sma1 | int? | The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA1 | [optional] [default to 10] |
sma2 | int? | The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA2 | [optional] [default to 10] |
sma3 | int? | The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA3 | [optional] [default to 10] |
sma4 | int? | The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA4 | [optional] [default to 15] |
priceKey | string | The Stock Price field to use when calculating Know Sure Thing | [optional] [default to close] |
startDate | string | Return technical indicator values on or after the date | [optional] |
endDate | string | Return technical indicator values on or before the date | [optional] |
pageSize | int? | The number of results to return | [optional] [default to 100] |
nextPage | string | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
Technicals | List | |
Indicator | TechnicalIndicator | The name and symbol of the technical indicator |
Security | SecuritySummary | The Security of the Stock Price |
NextPage | string | The token required to request the next page of the data. If null, no further results are available. |