I bring to your attention a dynamic indicator Adaptive Envelope . The main qualitative characteristic of the technical indicator is adaptability. This means that it does not need to be adjusted for each tool. The adaptive envelope itself dynamically adjusts to the volatility of each individual instrument, or even timeframe. And thanks to a wide range of...
The script provides a way to compute ratio between two indexes (or stocks) of your choice, and paints a "up-arrow" below the first candle where and when the value of the ratio exceeds your threshold of choice. It also creates a table summarizing the value of your securities, and the value of the ratio below. The script will also alert you with a message...
Similar scripts exist but I haven't seen one using WaveTrend and I haven't seen one that hand picks evenly divided colors between GREEN-YELLOW-RED. The green is exact green, the yellow is exact yellow, and the red is exact red. Not complicated, just useful.
I have evenly divided every color between green and red. This gradient is useful for pine coders who are creating color changing, dynamic, or gradient indicators.
This triple Bollinger script is very useful for options traders to determine the trend condition. When the trend stays within 1 sigma limits it is termed as "congestion", breakout of congestion starts the "trending" phase and the big breakout termed "Blowout" happens when the underlying crosses the 2sigma and reaches 3 sigma limits in very short time at steep...
This indicator uses what I call Dynamic Moving Averages to identify trends. The reason these moving averages are dynamic is that they track different sources based on the trend. Allow me to explain... Low = identifies the least sellers were willing to sell for in a given period. High = Identifies the most buyers were willing to buy for in a given period. Avg Low...
as titles mean of multi period RSI . with dynamic range ( courtsy of allanstar script ) the set periods are 7, 14 ,21 , can be altered from the settings . and you can show or hide all of the plots . kindly share your inputs
The goal of this is to link two parameters of different known low and high values so one affects the other. In this case, I want to link Relative Volume to the length of an EMA, so it responds faster in times of high volume. As an animator I am used to linking values in this way with Maya using a set driven key, took some work to figure it out in pine. Looking up...
█ OVERVIEW The panel display trend momentum of selected coins/symbol (up to 6) based on the Arnaud Legoux Moving Average (ALMA). I'm using ALMA to measure the trend because it resolves 2 main issue of the more common moving averages, smoothing and responsiveness. By removing the minor fluctuations in price without sacrificing the responsiveness, the trend become...
This script uses dynamic length to create a different sma type. The length of the "Dynamic SMA" - "dSMA" can be: 'RSI', 'Stoch', 'ATR', 'MFI' or '%R' For example 'RSI' -> the length of the sSMA will be the RSI itself The biggest challenge was: 'Pine cannot determine the referencing length of a series. Try using max_bars_back' error The writer of ...
In July 1996 Futures magazine, E. Marshall Wall introduces the Dynamic Momentum Oscillator (Dynamo). Please refer to this article for interpretation. The Dynamo oscillator is a normalizing function that adjusts the values of a standard oscillator for trendiness by taking the difference between the value of the oscillator and a moving average of the oscillator and...
A dynamic envelope is designed to build an actual envelope that consider the volatility of a trading instrument. A dynamic envelope is an ideal counter-trend indicator, it takes into account the nature of the movement of the instrument. At the same time, it does not require adjustment of parameters over time, it adjusts itself to volatility. The indicator can be...
Demonstration of a new feature that allows to change lookback period dynamically, used with WMAs. Rather than WMA any one can be used here (SMA, Alma,...) as long as its second argument supports dynamic change. If not, you have to use your own implementation of MA.
Adaptive momentum indicator that uses the NEW Dynamic Length Arguments! Shows how to use volatility to shorten or lengthen the momentum period. Based on pinescript blog example but with my own modifications. Bright Green: Sharp movement above zero line Bright Red: Sharp movement below zero line Light Green: Slower movement above zero line Light Red: Slower...
For all the McGinley enthusiasts out there, this is my improved version of the "McGinley Dynamic", originally formulated and publicized in 1990 by John R. McGinley, Jr. Prior to this release, I recently had an encounter with a member request regarding the reliability and stability of the general algorithm. Years ago, I attempted to discover the root of it's...
here comes open source version of notorious JFT Indicator ( the indicator access you can get in some bucks ) on various telegram channels however they will not give code. Now how it works 1. 2 ranges derived from indicator are supposed to be a consolidation zone and any close above or below is supposed to give a good move. 2. I personally consider it as may be...
"Dynamic Money Flow is a volume indicator based on Marc Chaikin's Money Flow with a few improvements. It can be used to confirm break-outs and trends." (RezzaHmt) This is the script from RezzaHmt called "Dynamic Money Flow". All I did is the color change of the line because I find it easier to read that way. Here you can find the original script explaining the...
This is a great tool to find confluences between Fibonacci Pivot point on various time frames. Fib Pivots used 23.6% 38.2% 50% 61.8% 76.4% 100% 127.2% 141.4% 161.8% 200% If price is between two levels on the update the lines shift Yearly Pivots shown on 1m - Daily timeframes PIvots recalculate on every day Monthly pivots show on 1m - 60m timeframes Pivots...