Multiple EMAs with marked zones and custom timeframe supportThis script plots 10 exponential moving averages and marks the areas between them.
The lengths are Fibonacci numbers starting from 5 and ending with 377.
The colors indicate the length of the moving average, green for the shortest and purple for the longest.
The zones between consecutive EMA's (e.g. 5 and 8 ema ) are market according to the color of the greater one in value.
By default the script plots values for the current time frame, but supports custom time frames.
I'm releasing this script with an open visibility. Feel free to suggest improvements!
Enjoy,
s0ullight
Zones
How To Use Dynamic ZonesExample of how to apply and use Dynamic Zones with an indicator by injecting it's source into my adaptation of the original idea by Leo Zamansky, Ph.D., and David Stendahl.
• Load your desired oscillating indicator on your chart (CCI, RSI, etc).
• Load my "How To Use Dynamic Zones" indicator on your chart.
• In the "How To Use Dynamic Zones" indicator settings choose your desired oscillating indicator as the Oscillator Source.
You will now have dynamic overbought and oversold levels. I have also included alerts which may be used to indicate when these conditions occur.
If desired you may repeat the above process by loading additional indicators along with additional copies of my indicator to use with each oscillator.
Oscillator Source: CLOSE uses your chosen indicator as a source or you may use price as a source
Sample Length: 70 uses number of previous values for evaluating
Hi is Above X% of Sample: 88 sets overbought zone
Lo is Below X% of Sample: 88 sets oversold zone
The simplest explanation of what these default settings are doing is that they take 70 previous values of your chosen indicator, then create an overbought level that is above 88% of those previous values and an oversold level that is below 88% of those previous values. As new bars form the levels are dynamically reevaluated and updated.
---
"This investing style follows a very simple form of logic: Enter the market only when an oscillator has moved far above or below traditional trading levels. However, these oscillator driven systems lack the ability to evolve with the market because they use fixed buy and sell zones. Traders typically use one set of buy and sell zones for a bull market and substantially different zones for a bear market. And therein lies the problem.
Once traders begin introducing their market opinions into trading equations, by changing the zones, they negate the system’s mechanical nature. The objective is to have a system automatically define its own buy and sell zones and thereby profitably trade in any market — bull or bear. Dynamic zones offer a solution to the problem of fixed buy and sell zones for any oscillator-driven system."
Reference: Stocks & Commodities V15:7 (306-310): Dynamic Zones by Leo Zamansky, Ph.D., and David Stendahl
---
NOTICE: This is an example script and not meant to be used as an actual strategy. By using this script or any portion thereof, you acknowledge that you have read and understood that this is for research purposes only and I am not responsible for any financial losses you may incur by using this script!
Elgrand - Overbought/sold Rsi + Stochastic zonesVisualize on your chart when price in an oversold or overbought zone. A combination of Rsi and Stochasticrsi is used for higher probability. Wait for an zone to be displayed and then wait for price to exit a zone. Once this happens check candlestick patterns and support/resistance "lines" to find appropiate stoplosses for you entry or exit
Chop and explode (ps4)The purpose of this script is to decipher chop zones from runs/movement/explosion. See description in the code.
Added scaler to remove indicator rendering problems.
Smooth Moving Average Zones @PuppyTherapyThis script is basically a showcase of what you can graphically do to a moving average.
You have access to
2 sets of 4 moving averages each of those can use HA Candles as a source ( calculated in the script will not repaint if you are concerned with that )
additional smoothing to each set
a multitude of moving average types I am too lazy to type out ( please give me a thumbs up for honesty )
each moving average has a shade + zone
If you happen to like it and use just a few of those I would suggest you remove smoothing as it eats a lot of performance of making your own script of what you actually use to really bost with the performance. I am fully okay with you copying and sharing this idea. Just remember to share the colors!
PS: I would like to thank pinescripters RicardoSantos / LucF / everget !
Keltner ZonesThis is an indicator that draws support and resistance zones / levels based on price action in and around Keltner Channels.
There are 3 different modes;
Draw zones based on price breaking the upper band
Draw zones based on price breaking the lower band
Draw zones if price stays within the bands for a prolonged period of time.
You can also decide if you want the indicator to paint zones or levels. The Zones can grow rather large if there is a volatility shock since they are drawn using the true range around the trigger price.
Upper Band Zones
Lower Band Zones
Congestion Zone
RSI + EMA with Multiple ZonesThis is your traditional RSI chart but with a few modifications
I added an extra zone parameter that you can specify with its own color and line customization.
There is an EMA that tracks the RSI as well.
Anchor ZonesL.A. Little, who wrote two books on trend trading, explained a key timing concept called anchor zones which was used, within his trading system, to enter and exit the market at appropriate times.
Anchor zones are formed from anchor bars. An anchor bar is a bar that has one or more of these components: wide range, high volume or gaps. For this script we're going to require two or more of the components. When an anchor bar forms, we'll note the high and low of the bar and draw a zone across time as prices develops. For this script, we'll also note the open and close of the candle to hint at other levels of support or resistance. The boundaries of these zones can act as support or resistance, but they also mark out the areas where price can often get trapped.
A breakout from these zones on high volume can suggest the beginning of a new trend. In general, anchor zones are a good compliment to price action strategies. For more information on how to use these, refer to L.A. Little's books.
References
onlinelibrary.wiley.com
www.tradingsetupsreview.com
Want to Learn?
If you'd like the opportunity to learn Pine but you have difficulty finding resources to guide you, take a look at this rudimentary list: docs.google.com
The list will be updated in the future as more people share the resources that have helped, or continue to help, them. Follow me on Twitter to keep up-to-date with the growing list of resources.
Suggestions or Questions?
Don't even kinda hesitate to forward them to me. My (metaphorical) door is always open.
Bitcoin Kill Zones v2 |7Day| [oscarvs] [xeno]This edit adds weekends to Bitcoin Kill Zones v2 by oscarvs and other contributors. Bit of an experiment. Enjoy.
Fibonacci ZoneMy first attempt in Pine.
It is a Donchian Channel, but in stead of the median line I added the four Fibonacci lines and colored three of the five ensuing zones in suggestive colors.
The blue zone is up trend zone
The gray zone is ranging zone
The orange zone is down trend zone.
The white zones are 'in betweens'
For the fibs to function properly it needs to be a 20 - 30 period channel.
ZONE Supply Demand Strategy1ZONE BUY STRATEGY
In this method look for recent block of black candles and take the before black candle as base handle ,Draw a line forward with the value open and close of the base candle ,When the price falls into this region next in near future execute buy order. Stop loss wont work.
Transient Zones v1.1Simple indicator to visualize Transient Zones (TZ) and Potential Transient Zones (PTZ).
The last 3 numbers in the header represent: probability of true TZ (black), probability of PTZ (navy) and probability of PTZ resolving (gray).
Original ForexFactory thread by EURUSDD www.forexfactory.com
Version 1.1:
- Added TZ/PTZ occurrence probability thanks to SPYderCrusher
Todo:
- Mid bar transient zones detection
- Draw rectangles for zones (once rectangle drawing gets implemented in pine script) or use dot/circle lines
- Mark forming PTZs more clearly
Previous version 1.0:
Transient ZonesUpdated version 1.1:
Simple indicator to visualize Transient Zones (TZ) and Potential Transient Zones (PTZ).
Original ForexFactory thread by EURUSDD www.forexfactory.com
Todo:
- Mid bar transient zones detection
- Draw rectangles for zones (once rectangle drawing gets implemented in pine script)
- Mark forming PTZs more clearly