This indicator demonstrates the creation of a normalized KAMA (Kaufman Adaptive Moving Average) oscillator with a table display. I will explain how the code works, providing a step-by-step breakdown. This is personally made by me:) Input Parameters: fast_period and slow_period: Define the periods for calculating the KAMA. er_period: Specifies the period for...
Vector Scaler is like Stochastic but it uses a different method to scale the input. The method is very similar to vector normalization but instead of keeping the "vector" we just sum the three points and average them. The blue line is the signal line and the orange line is the smoothed signal line. I have added the "J" line from the KDJ indicator to help spot...
OVERVIEW The Normalized Volatility indicator is a technical indicator that gauges the amount of volatility currently present in the market, relative to the average volatility in the market. The purpose of this indicator is to filter out with-trend signals during ranging/non-trending/consolidating conditions. CONCEPTS This indicator assists traders in...
OVERVIEW The Normalized Volume indicator is a technical indicator that gauges the amount of volume currently present in the market, relative to the average volume in the market. The purpose of this indicator is to filter out with-trend signals during ranging/non-trending/consolidating conditions. CONCEPTS This indicator assists traders in capitalizing on the...
Possible RSI is a normalized, variety second-pass normalized, Variety RSI with Dynamic Zones and optionl High-Pass IIR digital filtering of source price input. This indicator includes 7 types of RSI. High-Pass Fitler (optional) The Ehlers Highpass Filter is a technical analysis tool developed by John F. Ehlers. Based on aerospace analog filters, this filter...
The Leavitt Convolution Slope indicator was created by Jay Leavitt (Stocks and Commodities Oct 2019, page 11), who is most well known for creating the Volume-Weighted Average Price indicator. This indicator is very similar to the Leavitt Convolution indicator but the big difference is that it is getting the slope instead of predicting the next Convolution value....
Gaussian Filter MACD is a MACD that uses an 1-4 Pole Ehlers Gaussian Filter for its calculations. Compare this with Ehlers Fisher Transform. What is Ehlers Gaussian filter? This filter can be used for smoothing. It rejects high frequencies (fast movements) better than an EMA and has lower lag. published by John F. Ehlers in "Rocket Science For Traders"....
This indicator is a detrended price series using the Parabolic Stop and Reverse (SAR) trailing stop, resulting in a bounded oscillator in the range (-100, 100). The SAR output is also normalized to obtain a noiseless oscillator which can complement the detrended price. Settings Start: Initial value of the convergence factor used when a new trend is detected...
=== INTRO === This is a 2 in 1 indicator, STOCHASTIC + NORMALIZED MACD. I release this script as public because both stochastic and normalized macd are public, so I cannot find any reason to post it as private :) === USAGE === You can use any of the indicators by itself as usual, stochastic as a oversold/overbought indicator as a momentum/trend...
Simple combination of LWMA and ATR Formula: Normalized LWMA = (LWMA-LWMA )/ATR
This indicator is an implementation of a circular barplot aiming to return the market sentiment given by multiple normalized oscillators. These include the relative strength index (RSI), Stochastic %K (%K), Linear Correlation Oscillator (ROSC), William Percent Range (WPR), Percent Rank (%R), and money flow index (MFI). The length period of each of these...
Normalized version of Quantitative Qualitative Estimation QQE: Normalized QQE tries to overcome the problems of false signals due to RSI divergences on the original QQE indicator. The main purpose is to determine and ride the trend as far as possible. So users can identify: UPTREND : when nQQE Histogram is GREEN (nQQE is above 10) DOWNTREND : when nQQE...
Return the percentage of closing prices greater than SMA's with periods within a user-selected range. An exponential moving average applied to these results is also displayed (in orange). Settings Min : Minimum period of the SMA in the range Max : Maximum period of the SMA in the range Smooth : Period of the EMA Src : Input series of the indicator ...
This script is good to use with Williams %R indicator, to find out when price has bottomed out. ATR has to be over 90 and Williams %R ( lenght 52 ) has to be over 95 to find out level around which one is good to buy. You can check back, to see that this worked very well over history. Best way to use this 2 indicators is with DCA ( dollar cost average ), as area...
It can be interesting to have an indicator displaying two rescaled measures, thus ending with an indicator that allow the creation of more complex trading rules (conditions), this is what is intended with the price/volume normalized oscillator (PVNO) who normalize both volume and price in order to display them together. Volume is considered an important factor as...
MACD normalized with its highest and lowest values over the last “Normalization period” - includes alerts
This indicator normalizes Day's candle with Open. Idea is to see the daily movement in the context of the Open of the Day. Larry Williams talks about Open being the most important price of the day. Hence, this indicator. The Green line is average Open-to-High for occurrences of Red days. The Red line is average Open-to-Low for occurrences of Green days. Average...
This modification of the Scaled Normalized Vector Strategy uses trailing stops and is optimized for lower TFs.