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) | |
emaPeriod | int? | 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] |
sumPeriod | int? | The number of observations, per period, to calculate the sum of the Exponetinal Moving Average Ratios for Mass Index | [optional] [default to 25] |
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. |