Introduction The non-signal version of the absolute strength indicator from fxcodebase.com requested by ernie76 . This indicator originally from mt4 aim to estimate the bullish/bearish force of the market by using various methods. The Indicator Two lines are plotted, a bull line (blue) representing the bullish/buying force and a bear one (red) representing...
Uses a short moving average and Heikin Ashi price action for strength measurement. Enjoy. Heikin Ashi candles only!
Follow the momentum - 2/4/8hr or Daily, take your pick. Use 2 or more TFs together for greater chance of a winning trade. Also brilliant for spotting divergence. This one is my favorite indicator.
It is hard to know which party plays a vital role in the candle. Sometimes we see a red candle/ Seller's candle very weak, but still, the market continues. Here, I tried to figure out how much strength buyers/sellers possess in their respective candles. The idea is simply to measure the area between high and low and then calculate the opposite party's oppression...
True Strength Indicator (TSI) + Divergences + Alerts + Lookback periods. This version of the True Strength Indicator adds the following 3 additional features to the stock TSI by Tradingview: - Optional divergence lines drawn directly onto the oscillator. - Configurable alerts to notify you when divergences occur. - Configurable lookback periods to fine tune the...
This is version 1 of the Linear Regression Slope. In ideal world the Linear regression slope values will remain same for any time period length. because the equation is y = mx+b, where m is the slope. All I did here is m = y/x The Main Purpose of this indicator is to see, if the Trend is accelerating or decelerating. The first Blue bar will caution when a...
This script plots two moving averages but is mostly designed to highlight a fill strength gradient. The fill strength gradient shows a more opaque fill based on the current percentage difference of the current difference to the maximum difference in two MAs in a trend. Citation: PinceCoders - Slight modification on color functions
Summary ========== This script plots a "momentum based" stepping Moving Average of various types - the idea is to visualize price moves in levels (or steps) to reduce "chart noise" - avoid getting caught in sideway moves - and enable better trade entry and exit decision. How does the MoStep_MA Work: ============================= - we first choose a "base MA" of...
This is an indicator for Indian markets. It shows the relative strength of particular stock to the underlying index. The concept of this indicator is well described in Stan Weinstein's book.
Compares the major forex currencies to to each other, good for seeing relative strength and choosing trading pairs based on that. Original script is by @aelius from 2016. I just made it a bit more responsive, easier on the eye, and I added labels.
Republished: The original script violated house rules by including an external link to Backtest Rookies. Background The currency strength indicator takes up to 4 forex pairs and calculates the average strength across all pairs. The indicator uses the pair's daily percentage change to calculate the overall strength. For flexibility, it can accept any...
I've seen several youtubers using 2 RSI's on top of one another to filter trades for their strategies. I figured I would just code it up as an all-in-one indicator for people who have the basic package. This way they have an extra slot for another indicator if they need one and also for convenience. Longs only when RSI 1 is above RSI 2 and shorts only when...
True Strength Indicator (TSI) + Realtime Divergences + Alerts + Lookback periods. This version of the True Strength Indicator adds the following 5 additional features to the stock TSI by Tradingview: - Optional divergence lines drawn directly onto the oscillator in realtime. - Configurable alerts to notify you when divergences occur, as well as when the TSI and...
I present you my last indicator. A volume indicator that indicates overbought and oversold based on the rsi, I chose the rsi because the most used surment, this indicator allows you to identify the overbought and oversold areas of the rsi with the colors blue (oversold) and orange (overbought ) on the volume indicator! Hoping that you are useful
My other indicator shows the linear regression slope of the source. This one finds the exponential regression slope and optionally multiplies it by R-squared and optionally annualizes it. Multiplying by R-squared makes sure that the price movement was significant in order to avoid volatile movements that can throw off the slope value. Annualizing the exponential...
RVI Relative Volume Intraday is a simple label next to the last bar that shows the relative volume as a percentage of the ratio of today's volume to the average volume for the same intraday time period of the last five days. Useful for break-out intraday strategies.
This is the base TSI indicator with the RMA instead of the the EMA.