docs/TechnicalApi.md in intrinio-sdk-5.20.0 vs docs/TechnicalApi.md in intrinio-sdk-5.21.0

- old
+ new

@@ -65,11 +65,11 @@ > ApiResponseSecurityAccumulationDistributionIndex get_security_price_technicals_adi(identifier, opts) #### Accumulation/Distribution Index -Returns the Accumulation/Distribution Index values of Stock Prices for the Security with the given `identifier` +The Accumulation / Distribution Indicator is a volume-based technical indicator which uses the relationship between the stock`s price and volume flow to determine the underlying trend of a stock, up, down, or sideways trend of a stock. [//]: # (END_OVERVIEW) ### Example @@ -153,11 +153,11 @@ > ApiResponseSecurityAverageDailyTradingVolume get_security_price_technicals_adtv(identifier, opts) #### Average Daily Trading Volume -Returns the Average Daily Trading Volume values of Stock Prices for the Security with the given `identifier` +Average Daily Trading Volume is the average number of shares traded over a given period, usually between 20 to 30 trading days. [//]: # (END_OVERVIEW) ### Example @@ -243,11 +243,11 @@ > ApiResponseSecurityAverageDirectionalIndex get_security_price_technicals_adx(identifier, opts) #### Average Directional Index -Returns the Average Directional Index values of Stock Prices for the Security with the given `identifier` +The Average Directional Index indicator is often used to identify decreasing or increasing price momentum for an underlying security, it is composed of a total of three indicators, the current trendline (adx), a positive directional indicator (di_pos), and a negative directional indicator (di_neg). [//]: # (END_OVERVIEW) ### Example @@ -333,11 +333,11 @@ > ApiResponseSecurityAwesomeOscillator get_security_price_technicals_ao(identifier, opts) #### Awesome Oscillator -Returns the Awesome Oscillator values of Stock Prices for the Security with the given `identifier` +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. [//]: # (END_OVERVIEW) ### Example @@ -425,11 +425,11 @@ > ApiResponseSecurityAverageTrueRange get_security_price_technicals_atr(identifier, opts) #### Average True Range -Returns the Average True Range values of Stock Prices for the Security with the given `identifier` +The Average True Range (ATR) is a non-directional market volatility indicator often used to generate stop-out or entry indications. An increasing or expanding ATR typically indicates higher volatility, and a decreasing ATR indicates sideways price action and lower volatility. [//]: # (END_OVERVIEW) ### Example @@ -515,11 +515,11 @@ > ApiResponseSecurityBollingerBands get_security_price_technicals_bb(identifier, opts) #### Bollinger Bands -Returns the Bollinger Bands values of Stock Prices for the Security with the given `identifier` +Bollinger Bands can be a useful technical analysis tool for generating oversold or overbought indicators. Bollinger Bands are composed of three lines, a simple moving average (middle band) and an upper and lower band – the upper and lower bands are typically 2 standard deviations +/- from a 20-day simple moving average, but can be modified. Traders typically consider an underlying security to be overbought as the underlying`s price moves towards the upper band and oversold as the underlying price moves towards the lower band. [//]: # (END_OVERVIEW) ### Example @@ -609,11 +609,11 @@ > ApiResponseSecurityCommodityChannelIndex get_security_price_technicals_cci(identifier, opts) #### Commodity Channel Index -Returns the Commodity Channel Index values of Stock Prices for the Security with the given `identifier` +The Commodity Channel Index (CCI) is a technical indicator used to generate buy and sell signals by indicating periods of strength and weakness in the market. CCI signals that fall below -100 are often perceived as weakness in the underlying price movement and CCI signals that rise above 100 indicate strength behind the underlying price movement. [//]: # (END_OVERVIEW) ### Example @@ -701,11 +701,11 @@ > ApiResponseSecurityChaikinMoneyFlow get_security_price_technicals_cmf(identifier, opts) #### Chaikin Money Flow -Returns the Chaikin Money Flow values of Stock Prices for the Security with the given `identifier` +The Chaikin Money Flow (CMF) utilizes exponential moving averages as an indicator to monitor the flow of money and momentum. The CMF indicator oscillates around a midrange 0-line and ranges between 100 and -100. [//]: # (END_OVERVIEW) ### Example @@ -791,11 +791,11 @@ > ApiResponseSecurityDonchianChannel get_security_price_technicals_dc(identifier, opts) #### Donchian Channel -Returns the Donchian Channel values of Stock Prices for the Security with the given `identifier` +The Donchian Channel consists of an Upper Bound (upper_bound) and Lower Bound (lower_bound) that track the recent highs and lows and is often used to signal entry and exit points for a position. As the price of the underlying symbol increases the Upper Bound raises, if the price becomes range bound the Upper Bound will remain flat and if the price begins to decrease, the Upper Bound will fall (and vice-versa for the Lower Bound). [//]: # (END_OVERVIEW) ### Example @@ -883,11 +883,11 @@ > ApiResponseSecurityDetrendedPriceOscillator get_security_price_technicals_dpo(identifier, opts) #### Detrended Price Oscillator -Returns the Detrended Price Oscillator values of Stock Prices for the Security with the given `identifier` +The Detrended Price Oscillator (DPO) signals the peaks and troughs of the underlying symbol’s price for a set period of time and is often used by traders to estimate future peaks and troughs using this as guidance to enter or exit a position. [//]: # (END_OVERVIEW) ### Example @@ -975,11 +975,11 @@ > ApiResponseSecurityEaseOfMovement get_security_price_technicals_eom(identifier, opts) #### Ease of Movement -Returns the Ease of Movement values of Stock Prices for the Security with the given `identifier` +The Ease of Movement (EOM) is a volume based oscillator that fluctuates around a midrange 0-line into positive and negative values. Positive values indicate that the underlying symbol`s price is rising with relative ease and negative value indicates the underlying symbol`s price is failing with relative ease. [//]: # (END_OVERVIEW) ### Example @@ -1065,11 +1065,11 @@ > ApiResponseSecurityForceIndex get_security_price_technicals_fi(identifier, opts) #### Force Index -Returns the Force Index values of Stock Prices for the Security with the given `identifier` +The Force Index (FI) is an oscillator that takes into account the intensity of an underlying symbol`s price movement and its corresponding volume. It is used to confirm price breakouts and signal underlying trends. [//]: # (END_OVERVIEW) ### Example @@ -1153,11 +1153,11 @@ > ApiResponseSecurityIchimokuKinkoHyo get_security_price_technicals_ichimoku(identifier, opts) #### Ichimoku Kinko Hyo -Returns the Ichimoku Kinko Hyo values of Stock Prices for the Security with the given `identifier` +The Ichimoku Kinko Hyo was designed to be an all-in-one trading indicator that could help traders determine momentum, support, and resistance. [//]: # (END_OVERVIEW) ### Example @@ -1247,11 +1247,11 @@ > ApiResponseSecurityKeltnerChannel get_security_price_technicals_kc(identifier, opts) #### Keltner Channel -Returns the Keltner Channel values of Stock Prices for the Security with the given `identifier` +The Keltner Channel is a volatility based signal, with upper, middle, and lower bands. It is often used at market open, when the largest moves tend to occur. In general, traders tend to buy if the price breaks up above the upper band or sell short if the price drops below the lower band. [//]: # (END_OVERVIEW) ### Example @@ -1337,11 +1337,11 @@ > ApiResponseSecurityKnowSureThing get_security_price_technicals_kst(identifier, opts) #### Know Sure Thing -Returns the Know Sure Thing values of Stock Prices for the Security with the given `identifier` +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. [//]: # (END_OVERVIEW) ### Example @@ -1443,11 +1443,11 @@ > ApiResponseSecurityMovingAverageConvergenceDivergence get_security_price_technicals_macd(identifier, opts) #### Moving Average Convergence Divergence -Returns the Moving Average Convergence Divergence values of Stock Prices for the Security with the given `identifier` +Moving average convergence divergence (MACD) is a trend-following momentum oscillator that consists of three indicators: (1) a 12 period short-term exponential moving average (EMA) a 26 period long-term EMA and a 9 period EMA signal line. Traders using MACD often look for signal line crossovers, centerline crossovers, and EMA divergences to indicate the momentum and underlying trend of a security`s price. [//]: # (END_OVERVIEW) ### Example @@ -1539,11 +1539,11 @@ > ApiResponseSecurityMoneyFlowIndex get_security_price_technicals_mfi(identifier, opts) #### Money Flow Index -Returns the Money Flow Index values of Stock Prices for the Security with the given `identifier` +The Money Flow Index (MFI) is a technical oscillator that incorporates both price and volume, moving between 0 and 100. Traders often consider a MFI above 80 as overbought conditions and below 20 as oversold conditions. [//]: # (END_OVERVIEW) ### Example @@ -1629,11 +1629,11 @@ > ApiResponseSecurityMassIndex get_security_price_technicals_mi(identifier, opts) #### Mass Index -Returns the Mass Index values of Stock Prices for the Security with the given `identifier` +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. [//]: # (END_OVERVIEW) ### Example @@ -1721,11 +1721,11 @@ > ApiResponseSecurityNegativeVolumeIndex get_security_price_technicals_nvi(identifier, opts) #### Negative Volume Index -Returns the Negative Volume Index values of Stock Prices for the Security with the given `identifier` +The negative volume index (NVI) is often referred to as the `smart money indicator.` It works by the assumption that smart money (institutional money) is at work when volume decreases and vice versa when volume increases. NVI starts at 1000 and increases in regard to the percentage price change when volume decreases over a 255-day EMA period. Traders often use this technical indicator when researching broder markets and indices. [//]: # (END_OVERVIEW) ### Example @@ -1809,11 +1809,11 @@ > ApiResponseSecurityOnBalanceVolume get_security_price_technicals_obv(identifier, opts) #### On-balance Volume -Returns the On-balance Volume values of Stock Prices for the Security with the given `identifier` +On-balance volume (OBV) is a leading momentum indicator that uses the increase/decrease flow in volume to predict upcoming stock price changes. When both OBV and a security`s price are making higher highs, it is presumed the upward trend is likely to continue and vice versa. [//]: # (END_OVERVIEW) ### Example @@ -1897,11 +1897,11 @@ > ApiResponseSecurityOnBalanceVolumeMean get_security_price_technicals_obv_mean(identifier, opts) #### On-balance Volume Mean -Returns the On-balance Volume Mean values of Stock Prices for the Security with the given `identifier` +On-balance volume mean (OBVM) is a leading momentum indicator that uses the increase/decrease flow in volume to predict upcoming stock price changes. The difference between OBV and OBVM is that OBVM takes the mean average of a provided period. When both OBVM and a security`s price are making higher highs, it is presumed the upward trend is likely to continue and vice versa. [//]: # (END_OVERVIEW) ### Example @@ -1987,11 +1987,11 @@ > ApiResponseSecurityRelativeStrengthIndex get_security_price_technicals_rsi(identifier, opts) #### Relative Strength Index -Returns the Relative Strength Index values of Stock Prices for the Security with the given `identifier` +Relative strength index (RSI) is a momentum oscillator that ranges between 0 and 100. Traders believe that an RSI value over 70 indicates that a security is overbought and an RSI under 30 indicates that a security is oversold. [//]: # (END_OVERVIEW) ### Example @@ -2079,11 +2079,11 @@ > ApiResponseSecuritySimpleMovingAverage get_security_price_technicals_sma(identifier, opts) #### Simple Moving Average -Returns the Simple Moving Average values of Stock Prices for the Security with the given `identifier` +A simple moving average (SMA) adds recent prices for a specified period and divides the total by that same number of periods. SMA is typically used to indicate whether a security is in an uptrend or downtrend and can also be combined with a long-term moving average to improve the signal`s abilities. [//]: # (END_OVERVIEW) ### Example @@ -2171,11 +2171,11 @@ > ApiResponseSecurityStochasticOscillator get_security_price_technicals_sr(identifier, opts) #### Stochastic Oscillator -Returns the Stochastic Oscillator values of Stock Prices for the Security with the given `identifier` +The Stochastic Oscillator (SO) is a range-bound momentum indicator that ranges from 0 to 100 and follows the velocity of the momentum itself, not the underlying price or volume. When SO is above 80 it indicates that a security is trading at the high end of its period`s high-low range and vice versa if the reading is below 20. [//]: # (END_OVERVIEW) ### Example @@ -2263,11 +2263,11 @@ > ApiResponseSecurityTripleExponentialAverage get_security_price_technicals_trix(identifier, opts) #### Triple Exponential Average -Returns the Simple Moving Average values of Stock Prices for the Security with the given `identifier` +The Triple Exponential Average (TEA) is a momentum indicator used to identify when a security is oversold and overbought. By exponentially smoothing out the underlying security`s moving average, the TEA filters out insignificant price movements. A positive TEA is often believed to indicate momentum is increasing and a negative TEA indicates that momentum is decreasing. [//]: # (END_OVERVIEW) ### Example @@ -2353,11 +2353,11 @@ > ApiResponseSecurityTrueStrengthIndex get_security_price_technicals_tsi(identifier, opts) #### True Strength Index -Returns the True Strength Index values of Stock Prices for the Security with the given `identifier` +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. [//]: # (END_OVERVIEW) ### Example @@ -2447,11 +2447,11 @@ > ApiResponseSecurityUltimateOscillator get_security_price_technicals_uo(identifier, opts) #### Ultimate Oscillator -Returns the Ultimate Oscillator values of Stock Prices for the Security with the given `identifier` +The Ultimate Oscillator (UO) is a range bound technical indicator that moves between 0 and 100 and is calculated with 3 timeframes, typically 7, 14, and 28 day periods. When UO`s value is above 70 a security is categorized as overbought and when UO`s value is below 30 a security is categorized as oversold. [//]: # (END_OVERVIEW) ### Example @@ -2547,11 +2547,11 @@ > ApiResponseSecurityVortexIndicator get_security_price_technicals_vi(identifier, opts) #### Vortex Indicator -Returns the Vortex Indicator values of Stock Prices for the Security with the given `identifier` +The Vortex Indicator (VI) is composed of an uptrend line (VI+) and a downtrend line (VI-). When VI+ crosses VI- from below it typically indicates an entry into a given security. When VI- crosses VI+ from below it typically triggers an exit and that the current trend is reversing course. [//]: # (END_OVERVIEW) ### Example @@ -2637,11 +2637,11 @@ > ApiResponseSecurityVolumePriceTrend get_security_price_technicals_vpt(identifier, opts) #### Volume-price Trend -Returns the Volume-price Trend values of Stock Prices for the Security with the given `identifier` +The volume price trend (VPT) is a technical indicator that uses price & volume to determine whether a trend is established. Typically, when a security is trending upwards, there is more volume on positive days than negative ones, and as a result VPT should be increasing on these days as well. However, if VPT fails to increase past its previous high during an outbreak, this is suggested to indicate the rally is losing strength. [//]: # (END_OVERVIEW) ### Example @@ -2725,11 +2725,11 @@ > ApiResponseSecurityVolumeWeightedAveragePrice get_security_price_technicals_vwap(identifier, opts) #### Volume Weighted Average Price -Returns the Volume Weighted Average Price values of Stock Prices for the Security with the given `identifier` +Volume Weighted Average Price (VWAP) is a lagging technical indicator that is used in combination with a security`s price. When the underlying price rises above its VWAP, it is often interpreted as a bullish signal, and vice versa in the opposite direction. [//]: # (END_OVERVIEW) ### Example @@ -2813,10 +2813,10 @@ > ApiResponseSecurityWilliamsR get_security_price_technicals_wr(identifier, opts) #### Williams %R -Returns the Williams %R values of Stock Prices for the Security with the given `identifier` +Williams %R is a momentum indicator used to determine overbought and oversold environments for a security and fluctuates between 0 and -100. When Williams %R is above -20 the security is considered to be overbought and when Williams %R is under -80 the security is considered to be oversold. [//]: # (END_OVERVIEW) ### Example