The Adaptive Mean Reversion Indicator is a tool for identifying mean reversion trading opportunities in the market. The indicator employs a dynamic approach by adapting its parameters based on the detected market regime, ensuring optimal performance in different market conditions. To determine the market regime, the indicator utilizes a volatility threshold. By...
The diagram shows Money Performance when buying stocks for 10 000 at every buy signal from the Intraday Mean Reversion indicator. The indicator is best used in combination with Intraday Mean Reversion Main Indicator The rules for trading are: Buy on Open price if the Intraday Mean Reversion Main indicator gives a buy signal. Sell on the daily close...
The Intraday Mean Reversion Indicator works well on certain stocks. It should be used for day trading stocks but need to be applied on the Day to Day timeframe. The logic behind the indicator is that stocks that opens substantially lower than yesterdays close, very often bounces back during the day and closes higher than the open price, thus the name Intraday...
- The script shows the distance in percentages from the 200 MA (or any other MA period) , for the 11 SP500 sectors. - It works based on the current time frames. Could be useful when working with mean reversion strategies to detect extremes zones and overbought/oversold conditions in the given sectors compared others.
This is a simple strategy script based on Bollinger Bands pullbacks. The strategy is simple, as follows: For LONGS: At the close of any candle, it check to see if this candle is an UP candle where the low broke below the lower Bollinger Band. If so, we call this the trigger candle. For the next bar, we issue a BUY signal if the price breaks above the high of the...
This script is a quantitative price forecasting indicator that forecasts price changes for a given asset. The model aims to forecast future prices by analyzing past data within a selected time period. Mathematical probability is used to calculate whether starting from time X can lead to reaching prices Y1 and Y2. In this context, X represents the current...
LNL Keltner Candles This indicator plots mean reversion (reversal) arrows with custom painted candles based on the price touch or close above or below keltner channel limits (upper & lower bands). This study was created primarily for swing trading & higher time frames such as daily and weekly. Lower time frames might result in more false signals. Mean Reversal...
Simple but solid mean reversion indicator with sl and tp levels. Most of the code is based on the built in bollinger bands script. Designed for scalping 1-5 minute timeframes. The indicator consists of two sets of bollinger bands. Price has to close below the lower (fast) bollinger band, above the moving average of the (slower) bollinger band. If price now...
Markets tend to mean revert. This indicator plots a moving average from a higher time frame (type of MA and length selectable by the user). It then calculates standard deviations in two dimensions: - Standard deviation of move of price away from this moving average - Standard deviations of number of bars spent in this extended range The indicator plots a table...
The Market Meanness Index was created by Johann Christian Lotter and I added some smoothing of my own, so feel free to try it without any smoothing to see the differences. This indicator relies on the mean reversion theory that all prices will eventually revert to the mean over a long period of time. Obviously there is more to the theory but the basic idea is if...
This is my own Twist on Larry Connors Simple Tradingideas. It Combines the RSI, Averaging In and the Lowest Bars in a Single System. The current Configuration is designed for the Daily Timeframe. Feel free to play with the Parameters and keep in mind that Larry Intended to buy fear and sell the greed! The Rules are the following: ---Buy--- Buy, if the lowest...
This indicator is best suited for mean reversion trading, shorting at the upper band and buying at the lower band, but it can be used in all the same ways as a standard bollinger band. It differs from a normal bollinger band because it is centered around the linear regression line, as opposed to the moving average line, and uses the linear regression of the...
The MPI (Mega Pendulum Indicator) is a fusion between the Pendulum Indicator and the Swing Indicator and is used with specific trading rules. The MPI is a semi-bounded oscillator comprised of two lines. The first bounded line is the Pendulum Indicator which oscillates between 0 and 100 but generally oscillates between 20 and 80. The second semi-bounded line is...
Green/Red Arrowed Buy/Sell signals are just simple buy sell signals based on SuperTrend, VWAP, Bollinger, Linear Regression Purple Arrowed Buy/Sell Signals happen when the price/candle cross over or under the yellow outer lines (4.236 fib lines) It's extremely rare and hard for price to stay above these lines therefore we can usually and comfortably buy/sell it,...
This strategy is inspired from Power of Stock aka Subhasish Panni. Target is minimum 1:3 when you get this setup right. Buy when: 1) Low is greater than upper band of BB and next candle breaks high of that candle, SL is Low of previous candle which is has low above upper band. 2) High is lower than lower band of BB and next candle breaks high of that candle, SL is...
This is a Gaussian Filter with Standard Deviation Filtering that works for orders (poles) higher than the usual 4 poles that was originally available in Ehlers Gaussian Filter formulas. Because of that, it is a sort of generalized Gaussian filter that can calculate arbitrary (order) pole Gaussian Filter and which makes it a sort of a unique indicator. For this...
This is my second Donchian Channels indicator (and will probably be my last because how many does one really need). This version is different from my other one in that, well, it's 'dynamic' which simply means that it self adjusts based on the same formula that my Ultimate Moving Average does. What does that mean? It just means that the script takes an average of 8...
An old but gold Japanese indicator for Mean Reverting strategies and ideal for Pairs Trading... The Kairi Relative Index measures the distance between closing prices and a Moving Average in percent value (generally SMA). Extreme reading in the KRI are considered buy and sell signals. Extreme readings will vary by asset, with more volatile assets reaching much...