The Liquidity Swings indicator highlights swing areas with large trading activity for traders to find accumulation/distribution zones as well as levels to trade as support and resistance. The number of times price revisited a swing area is highlighted by a zone delimiting the areas. Additionally, the accumulated volume within swing areas is highlighted by labels...
█ OVERVIEW This indicator displays cumulative volume delta (CVD) as an on-chart oscillator. It uses intrabar analysis to obtain more precise volume delta information compared to methods that only use the chart's timeframe. The core concepts in this script come from our first CVD indicator , which displays CVD values as plot candles in a separate...
— Overview Fair value bands, like other band tools, depict dynamic points in price where price behaviour is normal or abnormal, i.e. trading at/around mean (price at fair value) or deviating from mean (price outside fair value). Unlike constantly readjusting standard deviation based bands, fair value bands are designed to be smooth and constant, based on typical...
What is this script? This script has two main functions focusing on EMAs (Exponential Moving Average) and Stochastic RSI. EMAs EMAs are typically used to give a view of bullish / bearish momentum. When the shorter EMA (calculated off more recent price action) crosses, or is above, the slower moving EMA (calculated off a longer period of price action), it...
This is the indicator I am most proud of. After reading Glenn Neely's book "Mastering Eliott Waves" / "Neowave" and chatting with @timwest who got acknowledged by Neely, we came up with the idea of an moving average which does calculate the real average price since a trend started. Addionally I adapted a method from Neely Neowave and Tim Wests TimeAtMode to not...
NET BSP derived from Buying & Selling Pressure which is a volatility indicator that monitors average metrics of green and red candles separately. We could navigate more confidently through market with projected market balance. BSP allowed us to track and analyze the ongoing performance of bullish and bearish impulsive waves and their corrections. Due to...
🎲 Overview 🎯 This BOS(Break Of Structure) indicator build based on different MA such as EMA/RMA/HMA, it's usually earlier than pivothigh() method when trend beginning, customer your BOS with 2 parameters now. 🎲 Indicator design logic 🎯 The logic is simple and code looks complex, I‘ll explain core logic but not code details. 1. use close-in EMA's...
A simple indicator to help you keep track of 4 market sessions (default: Tokyo, London, New York, Sydney) in 4 different visual forms (boxes, timeline, zones, colored candles) with many other useful tools. You can choose between 4 different market sessions. The default ones are Tokyo, London, New York and Sydney but you can easily customize the times, names and...
RedK TrendBeads is a super simple 3 x Moving Average Crossover Signal (Long/Short/Break) script that provides a simple and effective way for traders to identify potential trading opportunities. By combining three moving averages and only exposing a simple signal, the script helps filter out noise and focus on the trend and the trade...
█ OVERVIEW This script highlights the usage of User-defined Types (UDTs) and objects , and bullish /bearish divergences. Pivotpoints are used to find divergences, the result of this script will be different against other public multiple divergences scripts. FOR Pine Script™ CODERS Besides the information found in CONCEPTS , the comments in the...
Moving Averages are probably the most commonly used analysis tools, and MACD is possibly the first charting indicator a trader gets to learn about. MACD Basic concept ---------------------------- Without repeating all the tons of documentation about what MACD does, let's quickly re-visit the MACD concept from a 10-mile altitude (note we're keen on simplifying...
DESCRIPTION: This script combines the Relative Strength Index ( RSI ), Moving Average and Divergence indicator to make a better decision when to enter or exit a trade. - The Moving Average line (MA) has been made hidden by default but enhanced with an RSIMA cloud. - When the RSI is above the selected MA it turns into green and when the RSI is below the select MA...
"It is a true fact that any given time history of any event (including the price history of a stock) can always be considered as reproducible to any desired degree of accuracy by the process of algebraically summing a particular series of sine waves. This is intuitively evident if you start with a number of sine waves of differing frequencies, amplitudes, and...
This script plots Open Interest Delta (change in OI). It also draws a heatmap and colors chart's candles to help you identify bars with large OI increase or decrease and apply Open Interest analysis concepts to your trading. Positive OI Delta = net increase in open/unsettled positions Negative OI Delta = net decrease in open/unsettled positions
In this indicator, I show you a better way to define high/low values of volume (or any other indicator). Quite often, I get requests from my clients that an indicator level should be “high” or that it should be above a certain absolute level. The first request is hard to interpret mathematically, but traders can easily spot it on the chart. The second one is not...
Stochastic RSI Screener is built as an indicator and can be applied to any chart. It gives users the ability to choose 5 specific symbols to watch and then specify the required options to change the RSI and Stochastic settings in a way that fits their needs. This screener shows the values of (CURRENT PRICE, RSI, K-VALUE, D-VALUE) for each one of the specified...
Hello traders and investors, Today, I am going to share an indicator that I made by mixing RSI and CCI in different timeframe. You can use this indicator in various ways, however the best possible way I would recommend you to use it is to combine it with price action. I would suggest to play with, so you can decide if it works the best for you. The whole...
This is my VIX Oscillator indicator. About it: This indicator takes the Z-Score of the VIX and of the current ticker you are on and presents them in the format of an oscillator. Key parts of the indicator: A diagram of the key elements of the indicator are displayed above. Purple Line: Represents the Z-Score of the current Ticker. Blue Line: Represents...