█ Overview The MACD & RSI Overlay (Expo) trading indicator is a technical analysis tool that combines two popular indicators, the Relative Strength Index (RSI ) and the Moving Average Convergence Divergence (MACD ), and overlays them onto the price chart. The indicator oscillates relative to price, so it plots the RSI and MACD around price while still...
what is Faytterro oscillator? An oscillator that perfectly identifies overbought and oversold zones. what it does? this places the price between 0 and 100 perfectly but with a little delay. To eliminate this delay, it predicts the price to come, and the indicator becomes clearer as the probability of its prediction increases. how it does it? This indicator is...
Super 6x: RSI , MACD , Stoch , Loxxer, CCI , & Velocity is a combination of 6 indicators into one histogram. This includes the option to allow repainting. What is MACD? Moving average convergence divergence ( MACD ) is a trend-following momentum indicator that shows the relationship between two moving averages of a security’s price. The MACD is calculated by...
Smart QQE - Chart Overlay Smart QQE shows QQE Trend and RSI plot on chart to determine the trend direction and eliminate false signals. QQE is obtained from original code by Glaz and rescaled to fit on chart. RSI 50 level acts as Zero which is plotted as a Bollinger on chart. This is not a Bollinger band . its an RSI channel with levels 0-100 plotted around the...
what is Limited Fisher Transform? This indicator is a compressed version of the Fisher transform indicator between 100 and 0 values. what it does? It allows us to define overbought and oversold zones by compressing the values of the "fisher transform" indicator between 0 and 100. also these zones are the same for every timeframe and trading pair, just like...
This indicator will generate a supertrend of your chosen configuration on any of the following indicators: RSI MFI Accum/Dist Momentum On Balance Volume CCI There is also a RANGE FILTER built into the scripts so that you can smooth the indicators for the supertrend. This is an optional configuration in the settings. Also, you can change the...
Strategy is based on "Divergence for Many Indicators v4 ST" strategy by CannyTolany01 which is based on "Divergence for Many Indicator" indicator by LonesomeTheBlue This strategy is searching for divergences on 18 indicators which you can select and optimise one by one. Additionally you can connect any other External Indicator value. (just add this indicator the...
Prices can go up or down or falter in their movement. This code evaluates this by looking at two consecutive bars or sets of bars. If you put the set size to 1, the current and previous bar is evaluated. If put to 2, the last2 and the 2 before these are evaluated. Default is 12 because this seems to coincide with trend changes. This code provides an advanced way...
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 didn't have a good explanation or description so I custom-coded most of it. The way it works is it will give trend spikes in the direction of the underlying...
ACBR, or, Average Candle Bodies Range is a volatility and momentum indicator designed to indicate periods of increasing volatility and/or momentum. The genesis of the idea formed from my pondering what a trend trader is really looking for in terms of a volatility indicator. Most indicators I've come across haven't, in my opinion, done a satisfactory job of...
The Reflex Indicator was created by John Ehlers (Stocks and Commodities Feb 2020) and this is a zero lag indicator that works similar to an overbought/oversold indicator but with the current stock cycle data. I find that this indicator works well as a leading indicator as well as a divergence indicator. Generally speaking, this indicator indicates a medium to long...
This script quantifies the energy in a price move by comparing the relationship of 3 configurable exponential moving averages present on a slightly higher timeframe (chosen automatically based on the charts current period). It uses the closing price by default, but this is also configurable using the Source input. There are a few ways to use the information in...
The Relative Strength Index Wave Indicator was created by Constance Brown (Technical Analysis for the Trading Professional), and this is a unique indicator that uses the weighted close formula, but instead of using the typical price values, it uses the RSI calculated from the various prices. It then creates a rainbow by smoothing the weighted RSI with four...
The Data Sampling Indicator was created by John Ehlers (Stocks and Commodities Mar 2023) and this is a genius method to reduce noise in the market data but also doesn't introduce any lag while doing so. The way this works is because traditionally, people have always relied on the close price as the default input for many indicators such as the RSI or MACD as...
Displays gaps between previous and high/low and current close. It's a concept by the famous price action trader and teacher Al Brooks. This study can also be used to check the single prints of market profile if 30 minutes timeframe is selected.
What is this Indicator used for? Made specifically for GRID Bots note: before continuing... this indicator works on any timeframe, but it WORKS BEST ON THE 15 MINUTE TIMEFRAME Straters and Forex Master Pattern Value Line Traders use this to help determine when the price could reverse. This indicator is a scalping indicator that produces signals when a...
The Return Abnormality Score indicator is designed to help traders identify potential reversals in price by detecting abnormal daily returns beyond a certain significance level. The indicator uses a normal cumulative distribution function to calculate the probability of the daily return and flags it when it exceeds the specified significance level. Traders can...
The Detrending Filter was created by John Ehlers and this is a complementary indicator to one of my previous scripts: This indicator builds upon his previous work by attempting to detrend the underlying source data that is used to calculate the final result. He was able to create a leading indicator by removing the trend data and by using his previous...