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...
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 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 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...
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...
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, There are many types of SuperTrend around. Recently I thought about a Supertrend based on Pivot Points then I wrote "Pivot Point SuperTrend" script. It looks it has better performance on keeping you in the trend more. The idea is behind this script is finding pivot point, calculating average of them and like in supertrend creating higher/lower...
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...
This is Dynamic Support / Resistance script. How it Works? It finds Pivot Points and creates channels for each Pivot Point. Channel size is calculated by (Highest - Lowest) * %Channel_size in Loopback Period. After creating channels it calculates that how many Pivot Points in the channels. more Pivot Points in channel means stronger Support/Resistance. in the...
Hello All, Using this "Support Resistance Interactive" script you can set the Support/Resistance levels interactively by clicking on the chart. Using the SR levels you set, the indicator creates Support Resistance zones. The width of the zones are calculated by using Threshold option and Threshold is the percent of the distance between Highest/Lowest levels in...
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, For a few months I have been getting requests from my followers about ABC pattern and finally I decided to make this indicator. How it works? - It creates Trend Cloud using Simple and Exponential moving averages with the lenghts 50, 100, 150, 200, 20, 40 by default and checks the trend. you can change the lengths as you wish - It also creates...
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...
Hello All, There are built-in and published Pivot Point High Low indicators in Public Library but as far as I see none of them is for Higher Time frames. so I decided to write & publish this script. I hope it would be useful while trading or developing your own scripts. I also did this to use in one of my future projects (we will see it in a few weeks/months ;)...
Hello Traders, This is my second Multi Time Frame Candles script but with this new one, you will have some new features such volume info, remaining time to close of higher time frame candle and also developed using new features of Pine such array of lines. also I tried to make it 3D for better visualization ;) also it shows new highs/lows / breakouts. I...
Hello All, For long time I got many request for Renko Candles and now here it's, Renko Candles Overlay . I tried to make almost everything optional, so you can play with the options as you want. Let see the options: Method: the option for brick scaling method: ATR, ATR/2, ATR/4, Percent, Traditional - ATR Period: period for Average True Range and it's...
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...