The Awesome Oscillator (ao) is a momentum indicator and is calculated by taking the difference between the latest 5 period simple moving average and the 34 period simple moving average. Rather than using the closing price like other indicators, the Awesome Oscillator uses the latest period`s midpoint value (period_high - period_low / 2). The Awesome Oscillator is useful in identifying and trading, zero-line crossovers, twin-peaks trading, and bullish/bearish saucers - Awesome Oscillator is often aggregated with additional technical indicators.
Name | Type | Description | Notes |
---|---|---|---|
identifier | Character | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | |
short_period | Integer | The number of observations, per period, to calculate short period Simple Moving Average of the Awesome Oscillator | [optional] [default to 5] |
long_period | Integer | The number of observations, per period, to calculate long period Simple Moving Average of the Awesome Oscillator | [optional] [default to 34] |
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 AwesomeOscillatorTechnicalValue | |
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. |
Name | Type | Description |
---|---|---|
id | Character | The Intrinio ID for Security |
company_id | Character | The Intrinio ID for the Company for which the Security is issued |
exchange | Character | The exchange's MIC |
exchange_mic | Character | The security's exchange MIC |
stock_exchange_id | Character | The exchange's Intrinio ID |
name | Character | The name of the Security |
code | Character | A 2-3 digit code classifying the Security (reference) |
currency | Character | The currency in which the Security is traded on the exchange |
ticker | Character | The common/local ticker of the Security |
composite_ticker | Character | The country-composite ticker of the Security |
figi | Character | The OpenFIGI identifier |
composite_figi | Character | The country-composite OpenFIGI identifier |
share_class_figi | Character | The global-composite OpenFIGI identifier |
primary_listing | Logical | If TRUE, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange |