A Percentage Momentum Indicator (oscillator) is a technical indicator which shows the trend direction and measures the pace of the price fluctuation by comparing current and past values. Normalized to be bounded to oscillate between 0 and 100 percent of recent price variation. As is, it average true range of an instrument can be easily compared to any other...
Momentum 2.0 is a normalized Momentum oscillator with a moving base-level. The oscillator value is normalized by its standard deviation, similar to the z-score technique. Instead of the zero level, the indicator uses the base-level calculated as the inverted long-term average value of the oscillator. Similar to the zero-level crossing signal used for the Momentum...
MOMENTUM WITH BULLISH AND BEARISH SIGNALS This is a momentum oscillator that paints red or green depending on whether Momentum is above or below the zero line. It includes a label on the right hand side that will reflect the bullish or bearish direction of the current momentum by changing colors to red or green and text telling you Bullish or Bearish. ***HOW TO...
Library "Momentum" Contains utilities varying algorithms for measuring momentum. simple(fast, slow, src, fastType, slowType) Derives momentum from two moving averages of different lengths. Parameters: fast : The length of the fast moving average. slow : The length of the slow moving average. src : The series to measure from. Default is...
Based on the Elder's Force Index (EFI) , +/- of the EFI and its ema is used to describe the rise, fall or possible reversal of the market, and finally shown by bar color. The green bar represents a strong bull and the red bar represents a strong bear; The blue bar indicates that the downtrend is exhausted and may rise. Likewise the yellow bar. Of course, it is...
The following oscillator is a twist on momentum, incorporating a 2nd derivative "acceleration" to help determine changes in momentum. Both are plotted directly accessing previous series values rather than using a moving average. The script has an option to divide so the formula is d(Price)/d(Time), like a derivative. The script also provides options for the user...
The Percent Rank is naturally quite choppy. I therefor placed an EMA(3) over it and make the origin Percent Rank only slightly visible. I also add some boundaries. Note that the EMA of the Percent Rank looks quite similiar to the Connors RSI. Use it as the RSI.
I'm guessing most of you are familir with LazyBear's adaptation of the Wavetrend Oscillator; it's one of the most popular indicators on TradingView. I know others have done adaptations of it, but I thought I might as well, because that's kind of a thing I like doing. In this version I've added a second Wavetrend plot. This is a thing I like to do. The longer...
So, what is the KDJ indicator? If you're familiar with the Stochastic, then you'll know that the two oscillating lines are called the 'K' and 'D' lines. Now you know that this is some sort of implementation of the Stochastic. But, then, what is the J? The 'J' is simply the measure of convergence/divergence of the 'K' and 'D' lines, and the 'J' crossing the 'K' and...
The Ocean Indicator was created by Jim Sloman (Ocean Theory pgs 39-47). Sadly he passed away a few years ago so it is extremely hard to find his code or more information about his trading system other than through his books so I did my best to replicate all of his work and I will be publishing his indicators over the next few weeks. Big thanks to @altcoinz for...
Here is my All in One Strategy converted into a Study with Alert Conditions you can use for whatever purpose you wish. Each condition is set up similarly to the way I had the strategy set up, if you pick the indicators you want to base your alerts on it will alert you only if the check box is true. You can pick one or more of the indicators if you'd like. I...
According to TradingView the Detrended Price Oscillator is an oscillator that removes trend from price in order to more clearly show an instrument's cyclical highs and lows so that an investor or trader may more easily time when to buy or sell the underlying instrument. Accordingly, it is not meant to be used as a way of gauging momentum, however, I find it...
This is an updated version (with lots of extras added) of the Accumulation/Distribution indicator coded by @Cl8DH. You can read about what he says about his indicator, and how to use it, here: So, from that, what have I done? I added a moving average (of which there are many types to choose from) so that you can use this as a "two lines cross" indicator, as...
This is the All in One Strategy without the RSI suggestion label that will work well for any of the crypto currencies trading above $500 so the overlay shows up better. I am using ETH as an example on this. Based on some comments on my previously published script that has been replaced I have added Alert Conditions to this version that can be used in other bots....
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...
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....
+ %B is, at its simplest, the classic Bollinger Bands %B indicator with a few added bells and whistles. However, the right combination of bells and whistles will often improve and make a more adaptable indicator. Classically, Bollinger Bands %B is an indicator that measures volatility, and the momentum and strength of a trend, and/or price movements. It shows...
The PPO is basically the MACD but in percentage terms. This is better for comparing momentum across different securities. This script is a standard PPO but with many options for customization. You can set the moving average type of the signal and the oscillator lines separately. You can also weight any moving average of the PPO by volume. Supported Types of MA: ...