The mass index (MI) is a technical indicator used by traders to predict trend reversals. A trend reversal signal is said to occur when the 25-day MI reaches 27.0 and then falls below 26.0.
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | |
ema_period | Integer | The number of observations, per period, to calculate the single Exponential Moving Average and the Double Exponential Moving Average for Mass Index | [optional] [default to 9] |
sum_period | Integer | The number of observations, per period, to calculate the sum of the Exponetinal Moving Average Ratios for Mass Index | [optional] [default to 25] |
start_date | String | Return technical indicator values on or after the date | [optional] |
end_date | String | 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 | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
technicals | Array | |
indicator | TechnicalIndicator | The name and symbol of the technical indicator |
security | SecuritySummary | The Security of the Stock Price |
next_page | String | The token required to request the next page of the data. If null, no further results are available. |