what is "Support and Resistance"? it is a support and resistance indicator. what it does? it draw support and resistance zones on the chart. how it does it? It determines the zones where the price leaves with a big candle after going horizontal for a while as support or resistance zones according to the price movement direction. while doing this, it compares the...
Hello All, For Long time I was planning to make Support/Resistance Channels script, finally I had time and here it is. How this script works? - it finds and keeps Pivot Points - when it found a new Pivot Point it clears older S/R channels then; - for each pivot point it searches all pivot points in its own channel with dynamic width - while creating the...
The new and improved Support & Resistance Zones indicator is here. This indicator is based on high volume at fractal lows or fractal highs with the zones based on the size of the wick for that timeframe’s candle. This helps traders visualize which price levels are of the most significance for either reversals or continuation of the trend when zones are broken and...
Hello Traders! After the addition of "Arrays" to the Pine, I developed new and improved version of Support Resistance - Dynamic script as version 2. In this script Arrays were used. This can be used as Support Resistance tool, also it will be an example for the people who want to learn Array usage in Pine. Many thanks to Pine Team for adding Arrays! The...
Hello Traders, Here is my new year gift for the community, Digergence for Many Indicators v4 . I tried to make it modular and readable as much as I can. Thanks to Pine Team for improving Pine Platform all the time! How it works? - On each candle it checks divergences between current and any of last 16 Pivot Points for the indicators. - it search divergence...
Hello Everyone. After working on new and better trend lines script for couple of weeks, finally I am proud to publish Trend Lines v2. How it works? - On each bar it finds last 10 higher and lower Pivot Points (PP). - from first bar to 10. PP it search if a trend line is possible - for each it starts searching from the last PP. - it check if drawing a trend...
Hello All, This script calculates and shows Volume Profile for the fixed range . Recently we have box.new() feature in Pine Language and it's used in this script as an example. Thanks to Pine Team and Tradingview!.. Sell/Buy volumes are calculated approximately!. Options: "Number of Bars" : Number of the bars that volume profile will be...
Hello All, For long time I have been getting a lot of requests for Support/Resistance Multi Time Frame script. Here ' Support Resistance Channels/Zones Multi Time Frame ' is in your service. This script works if the Higher Time Frame you set is higher than the chart time frame. so the time frame in the options should be higher than the chart time frame. The...
Hello Traders, There are several nice Linear Regression Channel scripts in the Public Library. and I tried to make one with some extra features too. This one can check if the Price breaks the channel and it shows where is was broken. Also it checks the momentum of the channel and shows it's increasing/decreasing/equal in a label, shape of the label also...
Helo All, I got many requests for a Breakout script and here it's. This script searches the breakouts/breakdowns and draw square if there is one. The options: "Period" is used to find Pivot Points "Max Breakout Length" is the maximum length to search breakouts "Threshold Rate %" is channel width of the breakout area. calculated using highest/lowest of...
Depicts demand-flow between Equities, Bonds and Currencies of 6 countries. Useful in tracking the flow of smart money and checking the dynamics of inter-connected markets. Principle: DXY lies at the heart of the diagram with usd-currency pairs of 5 countries connected to it. When demand for a currency increases it strengthens against Dollar. This is depicted by...
Mark Levels is marking liquidity pools by drawing lines on their pivots and labelling them so that you can instantly detect them on your realtime chart It supports: - marking previous and current day lows and highs - marking previous and current week lows and highs - marking previous and current month lows and highs - marking equal lows and highs ...
Demand & Supply Zones This indicator helps to identify large moves driven by institutions. What qualifies as a zone? If the price moves (open to close) by more than a certain % in one candle or in a bullish / bearish run of candles, the zone is marked as a Demand or Supply zone . 0.8% is good for Crypto and Forex might be better with 0.4%. Play around with the...
Hello Traders, This is Cumulative Delta Volume script. Delta refers to the difference between buying and selling volume at each price level. Cumulative Delta builds upon this concept by recording a cumulative tally of these differences in buying vs selling volume. The Cumulative Delta indicator plots as candlesticks or line. One of the main uses of Cumulative...
Hello Traders, Linear Regression gives us some abilities to calculate the trend and if we combine it with volume then we may get very good results. Because if there is no volume support at up/downtrends then the trend may have a reversal soon. we also need to check the trend in different periods. With all this info, I developed Volume-Supported Linear...
This script finds pivot highs and pivot lows then calculates higher highs & lower lows. And also it calculates support/resistance by using HH-HL-LL-LH points. Generally HH and HL shows up-trend, LL and LH shows down-trend. If price breaks resistance levels it means the trend is up or if price breaks support level it means the trend is down, so the script...
Hello Traders, This is Support Resistance script that uses Multi Time Frame. While getting Close/Open/High/Low values of Higher Time Frames the script does NOT use Security function , instead it calculates them. while choosing Higher Time Frame, you can use "Auto" option so it uses predefined Higher Time Frames, or you can choose the Higher Time Frame...
Supply and Demand - Order Block - Energy Candles Description An experimental script, designed as a visual aid, to highlight the last up or down candle before a fractal break. We can assume these candles where the point of origin that generated enough strength to break recent structure. By using them as reference points, traders are expected to follow their...