DESCRIPTION 1. Calculates %R and RSI with multiple period lengths. 1 period length value is defined by User. 8 period length values follow User's selection of classic number sequences, e.g. Fibonacci, Leonardo, Lucas, Narayana, etc. 2. User selects which indicator and periods to display or hide. DEFAULTS %R default custom period: 10. RSI default custom...
I love Williams %R! This indicator mixes two %R periods... a standard %R with a longer period %R. The longer period of 112 has interesting results for trend following strategies in the crypto market through backtesting. Alone these are fairly ordinary but together they provide a very interesting trend exhaustion/reversal system while filtering out some noise. I...
This indicator uses a combines the "Williams %R" and "ATR_Normalized" indicators to find potential price bottoms, as suggested by simultaneous extreme values on both of the aforementioned indicators. This is represented by near zero values one this indicator. A log transform is used to make the dips easier to spot.
This indicator uses a combines the "Williams %R" and "ATR_Normalized" indicators to find potential price tops and bottoms, as suggested by simultaneous extreme values on both of the aforementioned indicators.
Hi! WPR is the Williams percentage range indicator in my design. The main idea is that the intersection of the indicator and the moving average in the overbought and oversold zones + color highlighting gives more clear visual signals for making trading decisions based on this indicator.
This script is the same as Williams %R except that on green days we plot green and red on red days. If a bar opens and closes the same, we plot black.
spy Was looking for something else when surfed into an old question wanting %R 21 period with EMA 13 period of the %R signal and being a rookie at this, made this code to post for them. Tried to comment the script in such a way that other rookies like me could make better sense of what is being done. Hope this helps someone. I find it useful as one of...