This 3 Day Lookback indicator aims to display key information about price with respect to its previous 3 day highs and lows. It was built with the intention of being compact in order to not take up a lot of chart space. The core component of this indicator is the table. From this table, we look at price with respect to the ranges from 1, 2, and 3 days ago, and...
Advanced Dynamic Threshold RSI Indicator Overview The Advanced Dynamic Threshold RSI Indicator is a powerful tool designed for traders seeking a unique approach to RSI-based signals. This indicator combines traditional RSI analysis with dynamic threshold calculation and optional Bollinger Bands to generate weighted buy and sell signals. Features ...
Ultimate Oscillator (UO) + Realtime Divergences + Alerts + Lookback periods. This version of the Ultimate Oscillator adds the following 5 additional features to the stock UO by Tradingview: - Optional divergence lines drawn directly onto the oscillator in realtime - Configurable alerts to notify you when divergences occur, as well as centerline crossovers. -...
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...
Adaptive-Lookback Stochastic is an adaptive stochastic indicator. The Adaptive lookback is truly a market-driven period input used to determine the variable lookback period for many different indicators, instead of a traditional, fixed figure. It is based on the frequency of market swings - the time between swing highs or swing lows. A swing high is defined...
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...
Ultimate Oscillator (UO) + Divergences + Alerts + Lookback periods. This version of the Ultimate Oscillator adds the following 3 additional features to the stock UO 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 will allow you to enter the date when the strategy should start trading. It cancels all orders if the the current bar is older than the date you entered in the input field. Motivation: strategy(lookback) never worked for me and even if it did, it is garbage, because I want to set a date instead of number of bars. I can see on the chart clearly what period is...
Designing higher timeframe tools is challenging. Particularly when you want to apply the higher timeframe lookback to the viewing timeframe. Here are the problems you run into when you want to use a higher timeframe input: The output is a string. On the daily, weekly, or monthly timeframes, the output of the input.resolution variable is "1D", "1W", and...
//This script finds High and Low X bars back. Simple pine script, can customize lookback period.
Demonstration of a new feature that allows to change lookback period dynamically, used with WMAs. Rather than WMA any one can be used here (SMA, Alma,...) as long as its second argument supports dynamic change. If not, you have to use your own implementation of MA.
Based on the idea that some Donchian Channels in trading books have a lookback or offset of 1 in order to use it as a sort of trailing stop or so that the channels don't adjust. Ichimoku's Tenkan and Kijun lines have a very similar formula to Donchian Channels. In case anyone wants to use those lines as a sort of more fixed trailing stop, offset the Kijun, Tenkan,...
There does not seem to be an offset for most Donchian Channel scripts out there. Many trading books have an offset of 1 but most Donchian Channels out there do not for some reason. I included one in case there is a need for it.
Checks RSI High/Low X candles in the past Displays Green/Red circles at bottom of chart Sends alerts
@ChartArt got my attention to this idea. This type of moving average was originally developed by Michael R. Bryant (Adaptrade Software newsletter, April 2014). Mr. Bryant suggested a new approach, so called Variable Efficiency Ratio (VER), to obtain adaptive behaviour for the moving average. This approach is based on Perry Kaufman' idea with Efficiency Ratio...
This indicator colors the volume bars based on any of the three follow criteria: - Volume Amount - RVOL (Relative Volume) - Lookback (Highest Over Period) You can use one, two or all three of these settings at the same time. You can also set alerts with this indicator. The script will trigger an alert whenever any of the three specified flags are triggered. ...
This is little code snippet can be copied and pasted into your own strategies and indicators to easily calculate some interesting percentage change levels within a given lookback period. The function will return: The price change from the start to the end of the period The price change from the start of the period to the highest point within the period ...