Tool: Chop & Trade ZonesA simple yet powerful way to filter out choppy ranges or sideways moves without missing out on good trades
It calculates the %-distance of the price to a moving average so you can ignore buy/sell signals around the center line.
The upper and lower line are thresholds to catch reversals of the trend when the distance to moving average is increasing.
Thanks @dgtrd and @imzeeshan for the inspiration 🙏
Ranging
Trending True RangeDisplay a smoothed true range during trending markets, thus filtering any measurement occurring during ranging markets. Whether the market is trending or ranging is determined by the position of the efficiency ratio relative to its Wilder moving average.
Settings
Resolution : resolution of the indicator
Length : period of the efficiency ratio and the Wilder moving averages used in the script
Usage
If you are not interested in volatility during ranging markets, this indicator might result useful to you. An interesting aspect is that it both measures volatility, but also determine whether the market is trending or ranging, with a zero value indicating a ranging market.
Indicator against Atr, with both length = 14, our indicator might be easier to interpret.
Note
Thx to my twitter followers for their suggestions regarding this indicator. I apologize if it's a bit short, the original code was longer and included more options, but forcing a script to be lengthy is a really bad idea, so I stayed with something less flashy but certainly more practical, "classic Grover" some might say.
Thx for reading!
Chop & Trend===========
Chop & Trend
===========
A handy little indicator illustrating not only areas of Chop or "flat" market conditions, but also to indicate the start of a new trend and the new trend's direction.
-----------
Using just a few algorithms to indicate the aforementioned (RSI, Jurik Moving Average and Angle of MA) we've tried to keep it simple as we believe adding too many variables can only degrade a good indicator, and not enhance it, as many would lead you to believe.
There's a few settings to play with regarding Relative Strength, Jurik MA and the ability to set an angle to determine when chop/trend starts or ends.
Good Luck and Happy Trading!
-theCrypster
IO_VRSIOriginal Idea by Invsto
In this indicator, I explore the core concepts of RSI and extend it with smoothening to determine volatility.
Usage:
LIME/GREEN : High Volatility and BULLISH trend
RED/FUCHSIA : High Volatility and BEARISH trend
GRAY: Low volatility/Potential Chop Zone
Filthy REPAINTING of McNasty Profits*** THIS SCRIPT REPAINTS ***
Looking at the history will go you NO IDEA as to actual performance, or alerts that triggered within each bar. I made all of the alerts repaint in order to allow an alert each minute a condition is met, and never again after.
For instance; receive an alert each time the price is within a particular plotted area on the chart (as defined by settings). This could not be accomplished without repainting.
In order to receive a notification of the price crossing a particular line, YOU NEED TO SET ALERTS TO "ONCE PER MINUTE."
This way, if you use an alert to enter a position and then get stopped out, you can re-enter on the next alert if the price moves in the original direction again within the same bar.
Also, I made this script so that each entry has an available Stop Loss alert that will get you out of a position going in the wrong direction (and option to enter in opposite direction). You set the parameters within the settings.
Although each position has a tight Stop Loss available via Alert, I also recommend using a similar tight Stop Loss directly on your exchange in case an error occurs anywhere within the chain.
This script HAS A LOT OF OPTIONS for how you can use it, from very conservative to extremely aggressive. There are NINE customizable alerts for the user to decide how/when to use, or ignore entirely.
When the Alerts are set to "ONCE PER MINUTE" you will get an alert each time the price crosses the corresponding area on the chart, but the characters only remain on the charts history if the alert was still firing (Once Per Minute) when the bar closed. This is why the Alerts on the chart's history are completely irrelevant.
As you can imagine, this is a LOT OF ALERTS. Consequently, this is meant for use with "bot trading" using the Alerts to automatically Open and Close positions.
I am using it with 3Commas to make trades on Bybit.
At the time of publishing, this is "Invite Only." I need to test it out over a range of time, conditions, chart time frames, pairs, etc... before opening it to the public.
IO_MultiNormMultiNorm is an oscillator used for trend and volatility analysis.
Original Idea by Invsto.
IO_GuppyDistanceThis indicator measures the distance between the Guppy EMAs.
Fast and Slow Guppy distances are plotted based on traditional Chris Moody Guppy colors.
Green = Long Term Bullish
Red = Long Term Bearish
Gray = Neither
Similarly colors for ST Bullish and Bearish signals based on Guppy.
Thank you, CM and xkavalis!
Range Action Verification IndexChoose the levels for bullish and bearish trends. Options range from .1% to .3%/-.1% to -.3%, depending on the market. The color of the histogram will help to quickly identify the RAVI trend direction.
Green = Trend is bullish
Red = Trend is bearish
Gray = Trend is ranging
If histogram changes from to gray, the most recent trend has ended. If histogram changes back to the previous color, trend is considered to have resumed. If histogram changes from gray to color that is opposite of previous color, trend is considered to have revered.
IO_EMA_Delta_OscillatorThis is a EMA Delta Oscillator: An attempt to show ranging markets based on the slope of the EMA.
Green = Bullish Market
Blue = Ranging Market
Red = Bearish Market
The EMA Slope is normalized to make it work like an oscillator with values between 0 and 1.
Bar colors show the oscillator colors, bar borders show the actual candle colors.
- Invsto
(sarangab)
Flat Market Filters4 separate indicators in one to identify flat/ranging market conditions, with the intention of filtering out MA crosses during periods of flatness (or targetting ranging conditions for mean reversion strats)
Options to use any combination of the 4 indicators (AND/OR settings for each indicator combination) and separate config options for each indicator.
Updates to come. Message for access.
Range Action Verification Index (RAVI)Range Action Verification Index (RAVI) indicator script. This indicator was originally developed by Tushar Chande (see his book "Beyond Technical Analysis: How to Develop and Implement a Winning Trading System").
Kay_BBands v2This is the second version of Kay_BBands. But this is infused with ADX.
When +DI (Directional Index) is above -DI, then Upper band will be visible and vice-versa.
This is when the ADX is above the threshold. 20 is the default but can be set to 25.
When the ADX is below the specified threshold, both bands gets visible, showing no trending conditions.
Use it with another band with setting 20/21, 0.6 deviation. Prices keeping above or below the 2nd bands upper or lower bounds shows trending conditions.