█ OVERVIEW This script introduces a more dynamic approach to generating trading signals using the RSI indicator and a threshold that adapts to price trends and dispersion. This methodology comes from Francesco Bufi's article "Overbought/Oversold Oscillators: Useless Or Just Misused" from the October 2024 edition of TASC's Traders' Tips . █ CONCEPTS According...
OVERVIEW The "Threshold Counter" is a tool for quantifying occurrences of closing prices of an asset that align with specified criteria and is a flexible and visual approach to studying price action. A user-definable target threshold can be set and a comparator (<, =, >, and so on) can be selected. The indicator counts values on the main chart meeting these...
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 ...
# Thange Threshold Candles Indicator Identify Strong Bullish and Bearish Candles The `Thange Threshold Candles indicator` is a small tool designed to identify candles which are above or below the configured threshold size. By analyzing the size of candles in higher timeframes (say Weekly/Monthly) one can confirm whether there was a momentum or consolidation. >...
// Custom Vortex Strategy (backtester) // Custom version of the Vortex indicators that adds many features: // -Triggers trades after a threshold is reached instead of the normal vortex lines cross (once the difference between the 2 lines is important enough) // -Smooths the Vortex lines with an EMA // -Adds Take Profit and Stop Loss selection // -Adds the...
This script plots a line for X minutes, when the given reference source (which could be another indicator like volume, etc), exceeds the fixed value threshold. There is a line limit in TV, so only the most recent 40 lines are plotted
The script implements a custom version of the Mayer multiple and it may be useful for analyzing the price of Bitcoin in a historical context. Note n.1: Mayer multiple does not tell whether to buy, sell or hold, but highlights the best long-term area when the bitcoin price is below a threshold value (2.4). Note n.2: the threshold value (2.4) has been determined...
This script illustrates how to create simple alerts, triggered by a share price moving above (or below) an arbitrary threshold.
This indicator was created by Trace Mayer as a way to analyze the price of Bitcoin in a historical context. Consider it as a kind of Volatility Ratio that was created by Jack Schwager for the securities. To learn more about Mayer Multiple see: charts.woobull.com mayermultiple.info www.theinvestorspodcast.com Good luck!
Playground file for implementing MACD with threshold values while visualizing the persistence plot, which counts the amount of spent bars since the MACD delta crossed 0 value in either way.