Hello Traders, Recently we got new features in Pine such Arrays of Lines, Labels and Strings. Thanks to the Pine Team! ( here ) So I decided to make new style of Multi Time Frame indicator and I used Array of Lines in this script. here it is, RSI Multi Time Frame script. it shows RSI for current time frame as it is and also it gets RSI for the Higher Time...
Hello Traders, Here Tweezers and Kangaroo Tail script is in your service. The script searches for Tweezer / Kangaroo Tail candlestick patterns and shows them as T (Tweezer) and K (Kangaroo Tail). Thanks to RorschachT who game me the idea and some details while working on this script. What are these candlestick patterns? Tweezers : - A tweezers...
Lines plotted for the Low and High of the region of price that was Overbought or Oversold (Low of the candle that became overbought and highest high in the Overbought period) (High of the candle that became oversold and highest high in the Oversold period) I like to use the dotted lines as pivot points for the reversal of the trend, and also pay attention to...
Hi Everyone Usually I need Price Change info and I believe most of you need this info too. I want to see how it increased/decreased. I automate this by using Pivot Points. it works dynamically and it uses Pivot Highs and Pivot Lows accordingly. That means it calculates which one to use. Please watch following video: Enjoy!
Easy script to find candles which body is less than 50% of candle range.
A follower of mine asked me if I could make a version of my www.tradingview.com script using the MACD. Well it just so happens I was making a few modifications to my MACD script: just as this question came up so I went ahead and threw this together. The MACD that triggers the SR zones is pictured below, with key trigger points encircled to illustrate how it works.
Support & Resistance by AekCoder Remake
I got a question if it would be possible to Automatically draw S/R levels based on Volume rather than RSI as I had earlier done in this script; Well it certainly is and it looks as though it might even be tradeable. The indicator compares the size of volume bars so that if there is a noticeable increase in volume (noticeable here meaning above the indicator...
shows the distance to its relevant demand vector. demand vector is based on the demand for long/short, extracted from price range..
Relative Volume Indicator ------------------------------ RVI is a support-resistance technical indicator developed by Melvin E. Dickover. Unlike many conventional support and resistance indicators, the Relative Volume Indicator takes into account price-volume behavior in order to detect the supply and demand pools. These pools are marked by "Defended Price...
Hello Traders, With the info "Trend is Your Friend ", you should not take position against the trend. This script checks multipte moving averages if they are above/below the closing price and try to find trend. The moving averages with the length 8, 13, 21, 34, 55, 89, 144, 233, 377 used. these are fibonacci numbers, but optionally you can change the lengths...
Hello guys, once again, I want to show you a different method for detecting support and resistance level. Today's approach is similar to the one I posted recently, but the way the level will be detected is different. I call it the multi-timeframe standard deviation level. How does it work? The method is similar to the way Bollinger Bands work. First, the...
The Stablecoin Supply Ratio (SSR) is the ratio between Bitcoin supply and the supply of stablecoins, denominated in BTC. When the SSR is low, the current stablecoin supply has more "buying power" to purchase BTC. It serves as a proxy for the supply/demand mechanics between BTC and USD.
Hello Traders, This is " Smoothed Candles " script to get rid of noises and to get a smoothed chart to figure out breakouts and price movements easily. There are three scaling methods: User Defined, Dynamic (ATR) and Percentage Optionally you can add 2 Simple Moving Averages and 2 Exponential Moving Averages Optionally you can hide the Wicks, example: You...
The idea here is to input the appropriate benchmark tickerid to the asset class you're trading and to paint zones according to the price activity of the selected tickerid. This works very well trying to paint meaningful zones against noisy stocks, currencies, commodities etc. Use a correlation coefficient to determine the best benchmark for your asset class.
Given the positive feedback received on the first Dynamic Support/Resistance script, I've decided to rewrite it on Pine Script v5 and publish it with open source code. The main Divina area (box) is derived from change in price and volume, while the other support and resistance levels are based on the golden ratio (Divina proportione) or Fibonacci numbers. The...
It can helps you to see BB pivots . It's based on bollinger bands . Best Settings: (20,3) - (50,2) Cheers :)