One of the ways I go when I develop strategies is by reducing the number of parameters and removing fixed parameters and levels. In this strategy, I'm trying to create an RSI indicator with a dynamic length. Length is computed based on the correlation between Price and its momentum. You can set min and max values for the RSI, and if the correlation is close to 1,...
The True Momentum Oscillator (TMO) calculates the delta of the price using the open and close. We have taken the true momentum oscillator a step further and have added the momentum of the main signal (TMO) and the smooth signal line. We believe this helps give a clearer picture of price momentum and helps verify crossovers of the TMO and the smooth signal line....
It's a script that computes volatility-adjusted momentum indicators. The problem with the momentum indicator is that it's absolute and it's hard to interpret its value. For example, if you'll change the timeframe or instrument value of Momentum will be very different. We tried to solve that by expressing momentum in volatility. This way you can easier spot...
Introduction This here is a non-repainting indicator where I use inverse Fisher transformation and smoothing on the well-known CCI (Commdity Channel Index) momentum indicator. "The Inverse Fisher Transform" describes the calculation and use of the inverse Fisher transform by Dr . Ehlers in 2004. The transform is applied to any indicator with a known probability...
Crypto-DX can be used to help measure the overall strength and direction of the crypto market trend. Furthermore, it can be used as a screener to find out cryptocurrencies which are accumulating momentum and tends to potentially pump or dump. How this indicator works : If the Crypto-DX cross above the zero-level, it could be an indication that there is a...
Trend Friendly RSI Unlike the standard RSI, "Trend Friendly RSI" adapts to the trend. RSI and other momentum-based oscillators cannot give a buy signal in uptrends and a sell signal in downtrends because they do not take into account the momentum of the trend and behave as if the price is in a constant sideways trend. "Trend Friendly RSI", on the other hand, takes...
The Multi-timeframe momentum indicator is similar in concept to a velocity indicator like rate-of-change, but visualizes smoothed price changes by applying an EMA and linear regression to price difference at every bar. Momentums from 1 minute to 1 quarter are plotted on a single chart using the request.security function. Standard and Fibonacci timeframes are...
This Momentum indicator shows a green or red ribbon when smoothed momentum is bullish or bearish. It also includes a long moving average for overall trend confirmation. Wait until the ribbon holds above or below the long moving average and take positions in that direction. To get an easier to read momentum indicator, I smoothed the momentum out and paired it next...
The columns After I found a way to calculate a price as a percent of the middle line of the KeltCOG Channel in the KCGmut indicator (published), I got the idea to use the same trick in the Fbonacci Zone Channel (also published), thus creating an oscillator. I plot the percent’s as columns with the color of the KeltCOG Channel. Because the channels I created and...
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...
Based on the Elder Force Index (EFI) indicator, the Viral Force Index (VFI) attempts to normalize the original indicator by plotting EFI on the interval ]-100, 100 [. VFI comes with a bar coloring feature, allowing users to get an idea of the current value of the indicator without having to look away from the chart. Additionally, the linear regression line...
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.