Hurst ExponentMy first try to implement Full Hurst Exponent.
The Hurst exponent is used as a measure of long-term memory of time series. It relates to the autocorrelations of the time series and the rate at which these decrease as the lag between pairs of values increases
The Hurst exponent is referred to as the "index of dependence" or "index of long-range dependence". It quantifies the relative tendency of a time series either to regress strongly to the mean or to cluster in a direction.
In short, depending on the value you can spot the trending / reversing market.
Values 0.5 to 1 - market trending
Values 0 to 0.5 - market tend to mean revert
Hurst Exponent is computed using Rescaled range (R/S) analysis.
I split the lookback period (N) in the number of shorter samples (for ex. N/2, N/4, N/8, etc.). Then I calculate rescaled range for each sample size.
The Hurst exponent is estimated by fitting the power law. Basically finding the slope of log(samples_size) to log(RS).
You can choose lookback and sample sizes yourself. Max 8 possible at the moment, if you want to use less use 0 in inputs.
It's pretty computational intensive, so I added an input so you can limit from what date you want it to be calculated. If you hit the time limit in PineScript - limit the history you're using for calculations.
####################
Disclaimer
Please remember that past performance may not be indicative of future results.
Due to various factors, including changing market conditions, the strategy may no longer perform as good as in historical backtesting.
This post and the script don’t provide any financial advice.
Meanreversion
ema exhaustion (exa)The exa is an oscillator that combines fisher transform with distance from moving average and it is based on a theory that exhaustion can be derived from how far price is able to extend from a moving average, on average.
The fisher transform converts price into a gaussian normal distribution, also known as a bell curve {1}. A normal distribution is a type of probability distribution for a real-valued random variable {2}. Applying this method to the price of an asset can help to identify probabilities, but it will never identify certainties.
‘exa’ is an abbreviation for ema exhaustion. It can be used to identify when price is probable to revert to the mean but I prefer using it to confirm entries that are signaled following a reversion to the mean (aka buying the dip in bull markets). When price gets oversold into support, in a bull trend, then that can provide a good opportunity to enter long. However that isn’t necessarily the case when the same metrics indicate oversold conditions in a bear trend. In this situation the exa is best suited for identifying profit taking opportunities on shorts.
The default settings are a 9 lookback period and a 50 ema. By default signals will be derived from how far price is from the 50 ema relative to the probable distribution of the last 9 periods. If the exa is above 2, or below -2, then the price is in the 80th percentile of the prior 9 candles. Being outside of 3, or -3, represents the 90th percentile and 4, or -4, represents the 95th percentile.
Those ranges will never indicate a necessity of reverting to the mean, but they will indicate a higher and higher probability. I prefer to use this oscillator in combination with an indicator(s) that identifies the trend. When the oscillator reaches -2 in a bull trend then it can confirm long entry signals, whereas if it reaches +2 in a bull trend then it can be used to confirm signals to take profit.
Crossovers are especially significant because they indicate a shift in the tide. When the exa reaches 2 without crossing over then it is very much in a position to move to 3 or 4+. When it crosses above 2 then it is an indication that price is extended from the mean and exhausted.
This is certainly not a situation that implies price will revert to the mean, it simply provides confirmation.
The default settings are what I have been finding most effective personally, however that is mostly a function of the trend following tools that I use. The same principles should apply with all settings and I would encourage users to experiment with various lookback periods and emas.
{1} www.investopedia.com
{2} en.wikipedia.org
Simple Hurst Exponent [QuantNomad]This is a simplified version of the Hurst Exponent indicator.
In the meantime, I'm working on the full version. It's computationally intensive, so it's a challenge to squeeze it to PineScript limits. It will require some time to optimize it, so I decided to publish a simplified version for now.
The Hurst exponent is used as a measure of long-term memory of time series. It relates to the autocorrelations of the time series, and the rate at which these decrease as the lag between pairs of values increases
The Hurst exponent is referred to as the "index of dependence" or "index of long-range dependence". It quantifies the relative tendency of a time series either to regress strongly to the mean or to cluster in a direction.
In short depend on value you can spot trending / reversing market.
Values 0.5 to 1 - market trending
Values 0 to 0.5 - market tend to mean revert
####################
Disclaimer
Please remember that past performance may not be indicative of future results.
Due to various factors, including changing market conditions, the strategy may no longer perform as good as in historical backtesting.
This post and the script don’t provide any financial advice.
GMS: SuperDuperTrend IndicatorFinally, I'm posting this!
Okay so here's the deal. This is my variation of a supertrend indicator... in the sense that the colors and levels will swap back and forth like a traditional supertrend but these are obviously bands... The only possible adjustments are which moving average you want to use, it's length, the ATR length, and of course the input price.
Blue bands are support, red bands are resistance. As soon as you break support (blue) you will see the resistance (red) pop up and vice versa. It is possible to see both at the same time, that just indicates a range bound situation.
I really like this to a) identify trend and b) trade within the trend. So there are two ways to interpret this...
1. Trade with the trend - long on a breakout or short on a breakdown.
2. Trade within the trend - buy the dip within the uptrend or short the rip within a downtrend.
These levels could also be decent places to look to set stop losses too.
Personally I like the second method of trading within the trend, after all it is your friend... most of the time lol
The default settings are what I use and they tend to work on anytime frame, chart type, or market. But as always tinker with it a bit to find where and when it works best for you!
Hope this helps,
Andre
Coefficient of Variation - EMA and SMA StDevYet another way to try and measure volatility. An alternative to using ATR is Standard Deviation, it can be used to measure volatility or what is also known as risk. SD measures how dispersed or far away the data is from the mean. It's commonly seen in risk management formulas or portfolio diversification formulas. The problem however is that the numbers that ATR and SD give off from one equity might not be relative to others or its own past. For example, SPY can give a large number despite not being as volatile as other equities while others being compared to can have smaller volatility numbers and still be more volatile looking.
A solution I thought of is to use percentages that are relatable to different equities. I found out another name for this idea comes from statistics and is known as coefficient of variation, also known as relative standard deviation. This helps see the volatility as a percentage and not just a number that only relates to what is being seen at the moment. I put in a border line on the zero level to see where zero is at but also to edit in case there is such a thing as a percentage number that can be too high or too low for volatility to be looked at if needed. The average and standard deviation formulas can use either simple moving average or exponential moving average.
VPR Grid█ OVERVIEW
Official release of VPR Grid, a mean reverting, trend discovering tool meant to protect capital and find high probability entries.
What this indicator is meant to be used for:
Mean reverting trades
Entries or exits for either swing trades or scalps
Traditional and cryptocurrency markets
Low and high timeframe setups
Sentiment checks
Options to configure:
Optionally use volume in analysis
Use intraday, daily, weekly, or month calculation + choose how many periods of each
Moving average length. This is best kept on the lower end for cryptocurrencies, with respect for volatility
Grid spacing: a purely comestic option that should help with viewing the indicator.
The most important thing to use VPR effectively is to use its settings. The flexibility of VPR Grid is given through its settings. The development that went towards mean reversion and trend discovering means it is a hybrid of fading and trend following tools.
This is a paid premium indicator; please DM me for access. See the images below for examples/explanations on the indicator. Take note of the indicator arguments and which settings were used for a certain timeframe or asset class.
Ark Crypto HeatlineThis is the 'on chart' indicator. See also "Ark Crypto Heatband" indicator for a side-by-side BTC view, without a re-scaled line.
The crypto landscape is largely dominated by BTC and characterised by cyclical stages with varying degrees of mean reversion.
To understand what stage of the cycle we are currently experiencing, it is useful to examine to what degree the current price has extended beyond the long term average that BTC has established. This is true even when analysing other crypto assets as BTC is the dominant force in the crypto asset class.
This indicator uses the 1400 period daily SMA , which is broadly the 200 period weekly SMA. This can be configured, but historically has represented a baseline to which BTC commonly returns.
The graph plots current price in terms of multiples of this long term average. Traditionally, at multiples beyond 10, BTC is considered overextended with a higher likelihood of trending towards the mean thereafter. Colors indicate the extent of price extension.
Where the indicator is applied to non BTCUSD pairs, a smoothed conversion is applied, seeking to superimpose the BTC long period SMA onto the current chart.
The indicator specifically references BTC by default on all charts, as it is designed to use BTC as general purpose indication of where crypto as a whole currently sits. Accordingly the indicator is only to be used on crypto charts.
For best results on BTC, using BNC:BLX will give the longest historical view.
Ark Crypto HeatbandThe crypto landscape is largely dominated by BTC and characterised by cyclical stages with varying degrees of mean reversion.
To understand what stage of the cycle we are currently experiencing, it is useful to examine to what degree the current BTC price has extended beyond a long term average. This is true even when analysing other crypto assets and helpful to view side by side.
This indicator uses the 1400 period daily SMA, which is broadly the 200 period weekly SMA. This can be configured, but historically has represented a baseline to which BTC commonly returns.
The graph plots current price in terms of multiples of this long term average. Traditionally, at multiples beyond 10, BTC is considered overextended with a higher likelihood of trending towards the mean thereafter. Colors indicate the extend of price extension.
The indicator specifically references BTC by default on all charts as it is designed to use BTC as general purpose indication of where crypto as a whole currently sits. Accordingly the indicator is only to be used on crypto charts.
Mean Reversion Channel - (fareid's MRI Variant)Description :
Mean Reversion Channel objective, based on Mean Reversion theory ( everything has a tendency to revert back to its mean), is to help visualizing:
Inner Channel -> Dynamic Support and Resistance
Outer Channel -> Overbought/Oversold Zone which may signal consolidation phase or potential reversal due to unsustainable move
Details on some of the filtering type used for mean calculation can be read in Ehlers Technical Papers: "Swiss Army Knife Indicator" and/or his book "Cybernetics Analysis for Stock and Futures"
Disclaimer:
These study scripts was built only to test/visualize an idea to see its viability and if it can be used to optimize existing strategy.
Any ideas to further improve this indicator are welcome :)
GMS: Mr. Yen's Color ZoneThis is Mr. Yen's color zone. I have also added an input to adjust the sizes of each box. Mainly targeted for MES and ES.
The default settings are as he describes:
white line is the previous day close
red zone = +/- 20 from the previous day close
yellow zone = +/- 40 from the previous day close
green zone = +/- 60 from the previous day close
blue zone = +/- 100 from the previous day close
The source code is open, so feel free to take a look and see whats up. This indicator is quite similar to his, however there is a gap at the cash close to overnight open on his chart that I'm not sure how to adjust for. In any case, this one is still pretty good!
I hope it helps,
Andre
ATR Pivot Point Index [racer8]Description:
ATR Pivot Point Index (ATR_PPI) is based on the theory of mean reversion.
I was inspired to create this indicator after watching a particular YouTube video on the UKspreadbetting channel.
In this video, the trader being interviewed mentioned that he would exit when price is too far from the moving average.
In other words, he exits when he thinks price will revert back to the moving average (mean reversion).
I'm not sure what period moving average he used, so I set it to the standard 14 periods.
I wanted to quantify his strategy so that the user can consistently exit a trade at a fixed distance away from the moving average.
For this indicator, this distance is in ATR units.
This strategy of exiting is known as the mean reversion exit strategy.
Alternatively, if the user wishes to, this indicator can also be used as an entry indicator (Trend entry strategy).
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Parameters:
1. Sma Period - controls length of moving average (Affects histogram).
2. Atr Period - controls length of Atr, doesn't have much affect on indicator (Affects histogram).
3. Atr Pivot Point Level - controls horizontal line, it determines how far away in Atr units you want to exit/enter from the sma for every trade.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Interpreting signals:
(Trend entry strategy) When histogram is...
Green - enter long
Red - enter short
Purple - No signal
(Mean reversion exit strategy) When histogram is...
Green - exit long
Red - exit short
Purple - No signal
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Calculation:
Distance = Absolute value of (current close - moving average(14))
ATR_units = Distance / ATR(14) ...........Plot as histogram.
Add horizontal line set at (2)*ATR .......Plot line.
Is histogram > line?
Yes, histogram color is green/red.
No, histogram color is purple.
Note: For mean reversion exit strategy, I recommend HIGHER Atr Pivot Point Level values. Vice versa for trend entry strategy.
Enjoy :)
Momentum Drift Oscillator™TradeChartist Momentum Drift Oscillator is a elegantly designed Oscillator that uses both trend following and mean reversion models, that helps visualize the price momentum, based on user defined lookback period and standard deviation.
===================================================================================================================
Momentum Drift Oscillator ( MDO ) Features:
MDO shows how far away the price is, from the mean, based on Lookback Length (21, 34, 55, 89, 144, 233) and Standard Deviation input (Min - 0.236, Max - 2.0) , and helps understand potential price reversal points based on mean reversion principles.
Drift Visualizer helps visualise the velocity with which Price moves and helps the trader spot various momentum drift zones like Fuel zones, Overbought/Oversold areas and Bull/Bear Exhaustion limits. Drift Visualizer above 150 is usually Overbought and value above 200 is Super Overbought. Similarly, value below -150 is usually Oversold and value below -200 is Super Oversold.
Option to enable and disable coloured bars based on Momentum Drift. (Colour intensity on Price bars helps visualise the price momentum - 2 Colour Schemes available from the settings - Chilli and Flame).
Long and Short Trade Alerts can be created using Once Per Bar Close .
The indicator does not repaint. Alerts may display potential repaint warning, but this is because the code uses bar index for Drift Visualizer labels. For confidence in the indicator, it can be tested using bar replay to make sure the real-time and bar replay trade entries and plots stay on the same bar/timestamp.
MDO can be connected to ™TradeChartist Plug and Trade to generate Trade Entries, Targets, Sop Loss plots etc and to create all types of alerts.
===================================================================================================================
Why is Momentum Drift Oscillator ( MDO ) different from traditional Momentum based indicators?
This Momentum Drift model truly combines mean reversion and trend following principles, but with a unique original idea.
It needs 2 user defined inputs - Lookback length and Standard Deviation. If for example, say the trend is Bullish and MDO is above 0, the Oscillator doesn't go below 0, even if there is extreme bull exhaustion, if the trend based on lookback and standard deviation is not favorable to reverse trades.
Only Fibonacci lookback periods (21, 34, 55, 89, 144, 233) are used as they have been found more effective than other periods. The default Lookback period is 55 and Standard Deviation is 1, but this can be changed from the settings. Lower values of Lookback period go well with higher Standard Deviation and higher values of Lookback period go well with lower Standard Deviation (0.5, 0.618, 0.786, 0.886, 1 etc.), based on trading style and personal risk strategy.
The indicator includes a Drift Visualizer that helps spot important trade zones based on Price Velocity, calculated dynamically for every bar based on user defined parameters. The first move above or below 0 always opens at Bull Fuel or Bear Fuel zone and the exhaustion zones are reached only at the time of price returning to the mean. But it doesn't change direction if the trend is still up, so the trader can make an informed decision as to when to reverse trades, based on another confirmator.
Similarly, when the Visualizer reaches Fuel or Support/Resistance zones, it normally needs a bit of a push to reach the Overbought - Super Overbought/Oversold - Super Oversold levels where the price normally starts reversing back to the mean and this whole process can be visualized through Visualizer labels on MDO. This process eliminates a lot of noise that normally comes with traditional Momentum indicators.
===================================================================================================================
Example Charts:
1. XAU-USD 1hr chart - Lookback - 55, Std Dev - 2
2. ADA-USDT 4hr chart - Lookback - 89, Std Dev - 1
3. WTI - USOIL Daily chart - Lookback - 34, Std Dev - 1.618
4. SPX Daily chart - Lookback - 144, Std Dev - 0.236
5. GBP-USD 15m chart - Lookback - 144, Std Dev - 0.618
6. BTC-USD 1hr connected to Plug and Trade - Lookback - 55, Std Dev - 1
===================================================================================================================
Best Practice: Test with different settings first using Paper Trades before trading with real money
===================================================================================================================
This is not a free to use indicator. Get in touch with me (PM me directly if you would like trial access to test the indicator)
Premium Scripts - Trial access and Information
Trial access offered on all Premium scripts.
PM me directly to request trial access to the scripts or for more information.
===================================================================================================================
TradeChartist Range Bands ™TradeChartist Range Bands is an exceptionally well designed Entry/Exit indicator that plots fluid Range Bands and dynamic Support/Resistance levels on chart, along with trade entries by using both trend following and mean reversion principles.
===================================================================================================================
How does ™TradeChartist Range Bands work?
The Indicator plots Range Bands with Upper, Lower and Mean, calculated using trading models that use both Trend Following and Mean Reversion principles . It is the Range Bands that decide the trade Entries as the breakouts above upper band generates long entries and the breakouts below the lower band generates the short entries.
The Range Bands Type (Automatic, Aggressive or Normal) can be chosen from the settings. Default is Automatic and it uses Aggressive for non 24 hr markets and Normal for 24 hr markets like Cryptocurrencies.
The width of the Range Bands can be changed using the Range Multiplier from the settings. Default is 1.618 , minimum value is 0.618 and maximum value is 2.0.
The frequency of the Trade Signals depends on both Range Bands type and Range Multiplier. So it is worth spending some time to test the indicator based on these 2 factors on the asset traded, to maximise the profit potential by optimising the type and multiplier value.
In addition to the Range Bands, the indicator also plots Dynamic Support and Resistance bands that are more sensitive to price action and helps the user determine growing support/resistance which is indicated by coloured dots. These dots normally appear when the Support or Resistance stays at the same level for a few bars.
The expansion and contraction of the Support and Resistance bands also help in visualising the price volatility, and an extremely narrow squeeze of these levels within the Range Bands normally signals a lucrative market move. This is usually followed by a breakout from the bands and will be signalled by the Trade Entry plots (BUY and SELL).
The Dynamic Support and Resistance levels can be enabled or disabled from the settings. The fill between these dynamic levels helps the user to visualise the Bull and Bear strength/power. This fill can also be disabled from the settings if not required.
The indicator has a nice Fibonacci levels generator companion that helps spot near support and resistance levels using Fibonacci Retracement tool.
There are 3 types of Fib plots that can be chosen from the settings - Auto-Fibs, Fibs based on Lookback, Fibs based on Price Input .
The Auto-Fibs feature is used as default and it automatically plots fib retracement based on nearby significant high/low (highest from previous up and down trends). This is normally based on nearby trade entries too. Occasionally, during choppy markets/sideways movement, the range of these levels can be quite small and if close price exceeds the 4.618 fib level, one of the other Fib plot options can be used. Alternatively, Plot fibs from current high/low can also be used.
Fibs based on lookback can be used by choosing the number of candles or days lookback to help the indicator automatically find the high and low of the period to generate fib levels. Similarly, Fibs based on price input requires, user to manually enter the high and low price points for the indicator to generate fib levels based on user input.
The indicator has two colour schemes for the Dynamic Support/Resistance fill and bar colours. The coloured bars and the fill will help visualise the price trend. This can be changed or disabled from the settings.
The Fib levels can be disabled by unchecking lines and labels from the styles tab of indicator settings.
Long and Short entry Alerts can be created by using Once Per Bar Close .
The indicator does not repaint. Alerts may display potential repaint warning, but this is because the code uses bar index for fib labels. For confidence in the indicator, it can be tested using bar replay to make sure the real-time and bar replay trade entries and plots stay on the same bar/timestamp.
The different elements of the indicator are shown below in the chart.
===================================================================================================================
™TradeChartist Range Bands can also be connected to ™TradeChartist Plug and Trade to generate Targets, Stop Loss Plot etc. and other alerts can also be created. Use Range Bands Trend Identifier to connect as an Oscillatory Signal to Plug and Trade. Example chart shown below.
===================================================================================================================
Example charts:
1. ADA-USDT 4hr chart using Aggressive type and 1.618 Range Multiplier
2. ADA-USDT 4hr chart using Normal type and 1.618 Range Multiplier
3. XAU-USD 15m chart using Normal type and 1.618 Range Multiplier - Fibs based on 3 days lookback
4. DJI 4hr chart using Normal type and 2.0 Range Multiplier
5. GBP-USD 15m chart using Normal type and 1.618 Range Multiplier
6. LINK-USDT 1hr chart using Normal type and 1.236 Range Multiplier
===================================================================================================================
Best Practice: Test with different settings first using Paper Trades before trading with real money
===================================================================================================================
This is not a free to use indicator. Get in touch with me (PM me directly if you would like trial access to test the indicator)
Premium Scripts - Trial access and Information
Trial access offered on all Premium scripts.
PM me directly to request trial access to the scripts or for more information.
===================================================================================================================
Awesome Trend BandsHere I propose another band indicator, it is tuned to consider volatility expansion and compression, average possible movement, and RSI position to identify dominant sentiment in the market.
When you should go long that center band line will be colored lime when you are to enter shorts it will be red, this signal is great for trading both trending and contracting markets, so you can even trade mean reversion, it catches good moves.
And the best thing of all, it works on all markets/instruments and timeframes- without any inputs from the user.
Here are some charts>
Past performance is not an assurance of future performance, author is not responsible for your profit or loss.
Enjoy~
MedianBandsHere I propose another simple S/R band technique, works on all TF and all securities, this is again one of the simplest forms of logic with a little tweak to tackle modern volatile markets.
It enables us to trade both mean reversion as well as breakout trades as it works in both trending and non-trending markets. You can even use pre-existing ranges as good position management markers.
It requires little to no intervention from the user. The white line is the opening price of the day, I'm a big believer of that so you will find it everywhere in my indicators. :3
Past performance is not assurance of the future performance and this is for educational purposes only.
The script will be protected to avoid theft but you can add to your favorites to use it as you please.
Enjoy~
Kilted Nessie v1.0KILTED NESSIE v1.0
Description: Uses the “Kilted Strength Meter” for confirmation to take a trade as this system is designed for a ranging market (as shown).
This is a simple mechanical system that was tested on 30min charts with a very good win rate which is what we want from a mean reversion based system and it is designed for a 1:1 risk to reward ratio.
The key differentiator on this indicator which we see as a first on the Trading View Platform is a way of scoring your trade, so that you take a disciplined entry and able to journal that as evidence:
SETTINGS AND EXPLANATION
General Settings
- Show PinBars – This will highlight pinbars
- Show InsideBars – This will highlight inside bars
- Show Swing Highs – This will show high pivot points
- Show Swing Low – This will show low pivot points
1. If you are using the Kilted Strength Meter and you like using Bollinger bands then there is no reason why you can’t take trend based trades also when you see evidence of a trend starting, which is why we have added options to show Pin Bars, Inside Bars and swing highs and swing lows if you are a swing based trader. Yes this gives you a single indicator that provides you with trading opportunities when the market is going sideways and when the market is trending which is what we love about the Kilted Nessie. If you are just using the indicator to trade a sideways market then we recommend that you “untick” these options to keep things nice and simple instead.
ACCESS : If you need access to any of our indicators please use the link below to obtain access to this indicator or send us a private message on trading view.
BBPCTIndicator tracks percentage distance between current price and its historical deviations, to produce premium and discount zones, suggest mean reversions,cooldowns and pullbacks
Script so far is traditional,simple, and straight forward ,tinkered it real quick on friend request after failing to find properly done and intuitive work on Bollinger Bands % in pine library
It might or might not be re-published as open source or study protected script , really depends on how future updates goes,how much work will be put in and how unique end result will be.
//Input Options in first release
Option to switch between small (6) variety of filters
(This time no non-traditional filters to avoid overwhelming and confusing users ,current list still yields good diversity for changing indicators behavior and pinpointing best suited filtering direction, in future current types will be swapped with more advanced ones and consolidated into three options tailored for different market conditions - trending,ranging, and balanced(?) - jack of all trades master of none.)
Option to toggle basic warnings about possible reversals,option for colored bars(candles) and/or arrow plots
OB/OS levels can be adjusted via inputs
Note: Current default compiling will lack traditional values as i ditched them and set to personal preference, set to 100 0 for traditional look
Sigma can be changed in inputs,length obviously can be changed too
Source can be changed
//Upcoming updates
Polishment- algorithmic change for cores logic
Attempt to build logic to differentiate pullbacks from reversals
More complex reversal recognition and their confirmations
Proper color coding
//Screencaps
Dont use comment section for asking access , got two warnings already from tradingview moderators because people flood the comment section and apparently its offence from my end to not provide directions for access.
If u are willing to test indicator and actually deliver feedback,ideas, params - Dm(direct message) and we add u ,expiration timer will be set in place to clean up in case no feedback is delivered.
P.S its not likely i will add more people to testing after people count reach 40-50 or script becomes older than week
GMS: Candlestick Patterns with RSI FilterI wanted to apply an RSI filter to some of the new Candlestick Patterns (in the indicators tab) since some of them looked to be quite effective for picking reversals. Turns out it's a pretty good pairing.
You can modify the RSI length in addition to the upper and lower thresholds. I also added in check boxes to combine different bullish and bearish patterns.
The candlestick patterns included are:
1. Long Upper Shadow
2. Long Lower Shadow
3. Doji
4. Bullish Harami
5. Bearish Harami
6. Bullish Engulfing
7. Bearish Engulfing
Hope it helps!
Andre
Hammer & Shooting Star IndicatorA hammer candle is defined here as 1) the lower shadow (wick) is at least twice the length of the main body and 2) the close is in the top half of the range.
A shooting star has the opposite conditions 1) the upper shadow is at least twice the size of the main body and 2) the close is in the lower half of the range.
These candles should not be used by themselves but used in context ie with Bollinger bands, RSI or other oscillators they can form part of a mean reversion system.
Wick SniperThis indicator is free to all Oasis Trading Group members.
The Wick Sniper was created to catch volatile moves that are extended from the mean. It uses an advanced ATR formula to follow price like a band, with an upper deviation and a lower deviation. I have also added a 1 candle offset so that the moves are not in "hindsight". Feel free to experiment with the inputs to find what is best for your asset.
For Access or Questions: Private message us. Thank you.
Bars above/below EMACount of previous bars above or below a chosen Exponential Moving Average. Typically price reconnects with well defined EMAs regularly. If the price has been above/below an EMA for too long, you can expect a reconnect in a short order and bet on mean reversion strategies.
Channel ATR1 - What is the Channel ATR indicator
This is an envelope indicator (like the Bollinger bands indicator) used to evaluate how much the price diverge from it's moving average.
This indicator can be used as a system on it's own. I recommend to use it when the market goes side way, although, you can also use it when the market is trending.
What makes this indicator so relevant and reliable ? The use of the ATR to build the envelope. Read below if you wan to know more.
2 - How is the Channel ATR computed
The main component is an EMA. The envelope is made of 3 layers, each is the Average True Range, plot at a multiple distance from the EMA (1*EMA, 2*EMA, 3*EMA) . If you don't know what is the ATR, it's basically a measure of the volatility (you can read more about it here ).
Each layer of the envelope is a multiple of the measure of the volatility. Let's see how to use it.
3 - How to use the Channel ATR indicator
You can use this indicator in different strategies :
- Return to the mean: When the price goes out of the envelope, it's an excess of the market. You can take advantage of this by betting to a return to the EMA value.
- Trend following : If the market is tending, you can buy/sell when the price touch the EMA and place a target at another level in the envelope.
- Stop loss: Since each envelope layer is built from the ATR (i.e. the volatility), you can use it to place your stop at least at 1 ATR from your entry, to not be hit by the market noise.
- Find your own way : The Channel ATR is a very rich and powerful indicator, you can try to built your own trading system on the top of it.
EMA Mean Reversionthis is a mean reversion strategy using ema std deviations
use flat scaling 5 orders buy and sell - just close it back when it hits the VWMA
strategy operates to make dozens of small profitable trades in exchange for a larger loss on rare trending moves.
It works by projecting five 0.5% std deviations from the ema as volatility bands to help you scale into shorts and longs. generally flat scaling will work better than ascending. there is no SL logic for the strategy - positions should be closed when prices crosses back through the VWMA . To be used on lower timeframes only as the bands to do not expand or contract according to ATR