This indicator alerts you only if there are divergences after price was oversold or overbought
About I have used this indicator to find many lucrative opportunities. This indicator takes the moving average of CCI in custom, volatility-specific conditions. CCI measures "overbought" in the red-shaded region and "Oversold" in the green-shaded region. The shaded regions do not constitute a buy/sell signal alone, the MS CCI Squeeze is best used when market...
Combining EMA and MA over-extension with RSI to help narrow down overbought and oversold opportunities.
This is Version - 2 of the Momentum Oscillator, Like i said on the prior version, This version has an Indicator for Trends. Marks only Overbought and Oversold Based on the TREND. The Trend dots are calculated exactly like the Slingshot system trend.
This strategy implements a simply scalping using the RSI (calculated on two periods), the slopes of two MAs ( EMA or SMA ) having different lengths (by default, I use 50 and 200). A trailing stop loss (%) is used. Entry conditions: .) Fast MA > Slow MA and Price > Slow MA and RSI < Oversold Threshold ------> go Long .) Fast MA < Slow MA and Price < Slow MA...
From TradingView's description: Williams %R (%R) is a momentum-based oscillator used in technical analysis, primarily to identify overbought and oversold conditions. The %R is based on a comparison between the current close and the highest high for a user defined look back period. %R Oscillates between 0 and -100 (note the negative values) with readings closer to...
Relative Momentum Index indicator script. This indicator was originally developed by Roger Altman (Stocks & Commodities V. 11:2 (57-60)). RMI with momentum period of 1 will be equal to an RSI when they have the same period and source price.
This is a better, cleaner version (in my opinion) of an part of an indicator I was using that was coded up by cI8DH. I reached out to him about cleaning up the code (things weren't working) for Pinescript v4, but he no longer seems to be active, so I thought I might take it upon myself to at least work out this portion of the indicator. Much credit goes to him....
Example of how to apply and use Dynamic Zones with an indicator by injecting it's source into my adaptation of the original idea by Leo Zamansky, Ph.D., and David Stendahl. • Load your desired oscillating indicator on your chart (CCI, RSI, etc). • Load my "How To Use Dynamic Zones" indicator on your chart. • In the "How To Use Dynamic Zones" indicator settings...
Level: 1 Background This MACD is designed with unique oversold and overbought detections, which you may not sell or buy immedidately. You may need to watch the trend movements and decide to buy or sell on current or next goldcross and deadcross respectively. Function Add oversold and overbought detections for MACD to locate proper entry point. Key...
Depending on the new trend - Fisher 100 crossing 0; Set an alert on each Long/Short "crossing down", 0.8 (or anything below 0.99), "on condition"
This is basically RSI 7 with RSI 14 Good to have them in one window so we will find a better enter in the market
HOW IT WORKS Creates two murrey math oscillators (hidden) one with 256 length another with 32 length and compare each other. WHAT GIVE ME THIS SCRIPT The script can give you very valuable information: - Main Trend - Pullbacks detections - Extreme overbought oversold prices alerts - Divergences - Any timeframe usage REFERENCES OF USAGE Main Trend...
This is a simple RSI indicator that overlays the current chart to show labels for specified oversold and overbought areas defined with inputs. It will delete any labels of the same kind within the last 3 candles so you don't see as many labels as you would otherwise. Red labels with white text represent overbought RSI levels as defined by the user. Green labels...
Hello again. Here I have an improved version of the RSI that is similar to my "+ %B" indicator (that, an improved version of the %B). This version of the RSI includes candle coloring for bullish or bearish bias (is the RSI above or below its median line?), as well as candle coloring for overbought and oversold areas. Additionally, there is an option for coloring...
It is simply your traditional MFI , except that your 50 line became the actual price. Why and how could it be useful? This indicator helps to spot more easily and efficiently divergences . You could also use it for trend reversals as you usually do with your 50 line, but I would suggest to set a higher length for the MFI, like 155 or something like that.
Displays when multiple timeframes of Stochastic RSI are overbought/oversold. Multiple consecutive timeframes being overbought/oversold can signify a short term top or bottom. Thanks to Micse in Pinescripters telegram who helped remove a few errors from this.