An indicator that calculates click (price change), percentage change, and Z-score changes while displaying outliers based on defined ranges. Outlier Detection: Mark outliers (for price, percentage, Z-score) based on user-defined thresholds. For example, any price movement exceeding a certain Z-score or percentage change could be marked as an outlier and...
🔵 Introduction Harmonic patterns blend geometric shapes with Fibonacci numbers, making these numbers fundamental to understanding the patterns. One person who has done a lot of research on harmonic patterns is Scott Carney.Scott Carney's research on harmonic patterns in technical analysis focuses on precise price structures based on Fibonacci ratios to identify...
i.imgur.com Alert Before Bar Close ========================== Example Figure Originality and usefulness This indicator/alert mechanism is unique in two ways. First, it provides alerts before the close of a candlestick, allowing time-based traders to prepare early to determine if the market is about to form a setup. Second, it introduces an observation...
Normalised T3 Oscillator The Normalised T3 Oscillator is an technical indicator designed to provide traders with a refined measure of market momentum by normalizing the T3 Moving Average. This tool was developed to enhance trading decisions by smoothing price data and reducing market noise, allowing for clearer trend recognition and potential signal generation....
This indicator won't plot anything to the chart. Please follow steps below to set your alarms based on multiple symbols' prices: 1) Add indicator to the chart 2) Go to settings 3) Check symbols you want to receive alerts (choose up to 8 different symbols) 4) Set price for each symbol 5) Once all is set go back to the chart and click on 3 dots to set alert in...
This indicator won't plot anything to the chart. Please follow steps below to set your alarms based on price range variation: 1) Add indicator to the chart 2) Go to settings 3) Choose timeframe which will be used to calculate bars 4) Choose how many bars which will be used to calculate max and min range 5) Choose max and min range variation (%) to trigger...
Library "AlertSenderLibrary_TradingFinder" 🔵 Introduction The "Alert Sender Library" is a management and production program for "Alert Messages" that enables the creation of unique messages for any type of signal generated by indicators or strategies. These messages include the direction of the signal, symbol, time frame, the date and time the condition was...
The High Volume Alert Script is developed for all traders focusing on volume analysis in their trading strategies, providing alerts for unusually high trading volumes during specified trading sessions. Functionality: Volume Moving Average Calculation: Average Volume = Moving Average(Volume) = Sum of last the x last candles Volume Where n is the...
PineScript has gone a long way, from very simple and little-capable scripting language to a robust coding platform with reliable execution endpoints. However, this one small intuitivity glitch is still there and is likely to stay, because it is traditionally justified and quite intuitive for significant group of traders. I'm sharing this workaround in response to...
Quite recently I came upon a concept of Trailing Take Profit and I couldn't find a PineScript which implements it for the fastest possible execution, so here it is :) Everybody knows Trailing StopLoss - an invisible mechanism follows the price and exits the trade once the price retreats too much from its recent most extended favourable value. Trailing TakeProfit...
Alert on Candle Close is a simple indicator allowing you to set alerts when a candlestick closes. Instructions for use From the chart window, click on "Indicators" and search for "Alert on Candle Close". Click on "Alert on Candle Close" to add the indicator to your chart. Click on the star icon to add it to your favourites to easily access later. Set your...
This script displays the percentage of movement of all candles on the chart, as well as identifying abnormal movements to which you can attach alerts. An abnormal movement is considered a rise or fall that exceeds the parameter set in the settings (by default, 1% per 1 bar). Added a function to display the volume on abnormal candlesticks.
The "RSI-CCI Fusion" indicator combines the Relative Strength Index (RSI) and Commodity Channel Index (CCI) from TradingView. RSI-CCI Fusion: Unlocking Synergies in Technical Analysis Technical analysis plays a crucial role in understanding market dynamics and making informed trading decisions. I often rely on a combination of indicators to gain insights into...
Japanese below / 日本語説明は下記 This indicator shows MACD with its colors changing based on trend strength. The purpose of this indicator is to visually understand phases of trends, which are beginning, advancing and ending, measuring the range between MACD line and signal line. Since MACD is originated from moving average, the range between MACD line and signal line...
A simple script to enable adding a trigger when a stock reaches 'X' percent, the 'X' can be configured. The script also displays current tickers gap %, this is particularly helpful when you have 2 or more panels on a chart
Library "string_utils" Collection of string utilities that can be used to replace sub-strings in a string and string functions that are not part of the standard library. This a more simple replacement of my previous string_variables library since it uses types for better performance due to data locality and methods that give a more intuitive API.
Japanese below / 日本語説明は英文の後にあります。 ------------------------- *This indicator is based on azmathshah's "Last Three Candles each of Two HTF". It's a very cool indicator. thank you. You can detect trend reversal with candlesticks. It's MTF compatible and can display up to 2 sets of 5 candles of any time frame on the right side of the chart. By displaying the candles...
Japanese below / 日本語説明は英文の後にあります。 ------------------------- This indicator that displays High/Low lines for each session. The Key Levels of each session can be visually recognized, which is useful for PD Array analysis. You can display the last 3 days. Based on trinity by ICT. The biggest feature is that the color shape of the line changes when reaching High/Low....