CongestionautilusCongestions are formations in which a series of candlesticks opens and closes within the lows and highs of the candlestick that generated the congestion.
To be considered as such, congestion must have the main candle and at least three following candles with the body contained in the range.
Congestion is considered closed when a candle closes outside the indicated range.
Congestions, even if closed, can still act as points of interest in future movements, they are zones of interest for the price that can be re-crossed or act as support or resistance.
Using them can help in reading the dynamics of the price.
This indicator helps to quickly identify congestion and projects the area of the last congestion into the future.
Congestion
NhaDuHanhFX - Congestion Zone (Complete & Incomplete)
When the market is trending, the momentum is strong, the price often moves quickly in one direction. In the higher time frame, we see that the closing price of the candlestick is often far away from the previous candlesticks.
When the market is sideways, the momentum is weak, and prices often move slowly around an area. In the higher time frame, we see that the closing price of the candlestick is usually within the range of the previous candlesticks.
The Congestion Zone is a price action indicator that marks out such a sideways market area. It has many patterns: Complete and incomplete patterns.
- Complete Congestion Zone (Default): It includes at least 3 candlesticks that the next candlestick has a closing price within the previous candlestick range. Then, if a candlestick closes outside the range of the previous candlestick, it is a sign that the market has most likely ended the sideway, moving into a trending state.
- Incomplete Congestion Zone (Settings Option): It is more complex Congestion patterns. It also marks out sideways of the market. However, during the congestion formation, the price tried to break out of the zone with a candlestick closing outside the previous candlestick , right after that the price turns back and continues to congest.
In addition to using the Congestion Zone to predict if the market is likely to have moved from sideways to trending. The Congestion Zone is also used as a Support & Resistance area. When the price goes away and returns to the Congestion Zone, it will likely reverse.
Pay attention to the price area that previously appeared a lot of congestion zone. It is more likely to reverse.
Congestion ZoneCongestion zone include at least 3 candle sticks that the next candle has an opening and closing price within the previous candle
When the price returns to the congested zone there is a possibility of a reversal
The congestion zone is used as a support-resistance area and is used by price action traders.
This script will highlight congestion zones, this will help PA Traders find out them easily.
Isolated PivotsThis script identifies potential price reversals at pivot high/low points using sets of 3 candles.
Pivot High: The middle candle must have a higher high and a higher low than the two outer candles.
Pivot Low: The middle candle must have a lower low and a lower high than the two outer candles.
Potential usage: When a market is moving higher in an uptrend, if a pivot low is identified then that might be a sign of price weakness.
Congestion Index by KatsanosCONGESTION INDEX
Market movements can be characterized by two distinct types or phases. In the first, the market shows trending movements which have a directional bias over a period of time. The second type of market behavior is periodic or cyclic motion, where the market shows no consistent directional bias and trades between two levels. This type of market results in the failure of trend-following indicators and the success of overbought/oversold oscillators. Both phases of the market require the use of different types of indicator. Trending markets need trend-following indicators such as moving averages, moving average convergence/divergence (MACD), and so on. Trading range markets need oscillators such as the relative strength index (RSI) and stochastics, which use overbought and oversold levels. The age-old problem for many trading systems is their inability to determine if a trending or trading range market is at hand. Trend-following indicators, such as the MACD or moving averages, tend to be whipsawed as markets enter a nontrending congestion phase. On the other hand, oscillators (which work well during trading range markets) are often too early to buy or sell in a trending market. Thus, identifying the market phase and selecting the appropriate indicators is critical to a system’s success. The congestion index attempts to identify the market’s character by dividing the actual percentage that the market has changed in the past x days by the extreme range according to the following formula:
Readings between+20 and−20indicate congestion or oscillating mode. Crossing over the 20 line from below indicates the start of a rising trend. Conversely, the start of a down turn is indicated by crossing under−20 from above. The CI can also be used as an overbought/oversold oscillator.
It was taken from İntermarket Trading Strategies book of by Markos Katsanos.Read the book.
D1:=Input(“DAYS IN CONGESTION”,1,500,15);
CI:=ROC(C,D1-1,%)/((HHV(H,D1)-LLV(L,D1))/(LLV(L,D1)+.01)+.000001);
Mov ( CI ,3,E)
(Copyright Markos Katsanos 2008)
Congestion DetectorThis script detects price action congestion. These congestions are marked on chart itself.
Stream Influxes and ReversalsI have a really interesting script for you guys today. While walking home I had an interesting idea that I wanted to visualize, but had no clue how it would turn out. This script is the result and it seems to provide some larger information.
For anyone who doesn't know the definition of concavity here is a super quick calculus lesson: Concavity is a fancy word for the sign of the second derivative of something. This is the SLOPE OF A SLOPE; how fast is the rate of change changing? An example is position, if you are in a place and want to go to another place the first derivative how you move there is the velocity, if you are measuring the derivative of velocity that is called acceleration. If you are speeding up then you have positive concavity. If you are slowing down you have negative concavity. On a graph positive concavity looks like a cup, negative concavity looks like an upside down bowl. Infection is just a fancy word for when it is zero, which means - to + or + to - So...
If we look at the concavity of the edges it seems to provide us clues about how the price is moving and where it wants to reverse. I made boxes around points of inflection (pos --> neg or neg --> pos concavity)
The purple lines are just moving averages of the green dots. The green dots are where the edges are at each time step, just the average of all of them at once. If price is wiggling a lot then it creates lots of edges, the green dots get plotted close to the price line, which moves up the purple lines.
The red line is a highlight of the last line, helps guide the eye.
The other smooth red lines are a shout out to bollinger bands, set the band width smaller to find break outs or squeezes.
There really isn't a defined strategy for how to use this, but with all the messages I am getting about these scripts everyone is always surprising me with what they see. So I hope some of you can make some good calls with this!
Theres lots of calculations here and it takes a long time to load, if it won't load, just toggle something back and forth till it does.
Happy trading everyone! I hope these scripts give some of you financial freedom. If you're making really good profits then share some of it with those who are less fortunate. Cheers