This script is designed to execute a trading strategy based on Heikin Ashi candlesticks, moving averages, and percentile levels. Please note that you should keep your original chart in normal candlestick mode and not switch it to Heikin Ashi mode. The script itself calculates Heikin Ashi values from regular candlesticks. If your chart is already in Heikin Ashi...
A simple combination of moving averages that paves a channel. It consists of two normal moving averages, one based on low price and the other high price. When the exponential moving average crosses below the low price MA, a sell signal is generated, and when it crosses above the high price MA, a buy signal is generated. Easy! Please Note: It is recommended to...
The "Multi-Divergence Buy/Sell Indicator" is a technical analysis tool that combines multiple divergence signals from different indicators to identify potential buy and sell opportunities in the market. Here's a breakdown of how the indicator works and how to use it: Input Parameters: RSI Length: Specifies the length of the RSI (Relative Strength...
"Top and bottom Hunter" indicator combines two popular technical analysis tools, Fibonacci retracement levels and the Relative Strength Index (RSI), to identify potential trading opportunities in the market. Fibonacci retracement levels are based on the Fibonacci sequence, a mathematical series where each number is the sum of the two preceding ones. In trading,...
The Inside Candle strategy is a popular price action trading strategy that can be used to trade in a variety of markets. Here's how you can trade the Inside Candle strategy using the Pine script code provided: 1. Identify an Inside Candle: Look for a candlestick pattern where the current candle is completely engulfed within the previous candle's high and low....
Introducing a Powerful Trading Indicator: Chandelier Exit with ZLSMA If you're a trader, you know the importance of having the right tools and indicators to make informed decisions. That's why we're excited to introduce a powerful new trading indicator that combines the Chandelier Exit and ZLSMA: two widely-used and effective indicators for technical...
This script is a custom trading view indicator that helps to identify potential buy and sell signals based on the RSI (Relative Strength Index) and SMA (Simple Moving Average) indicators. The script also identifies potential reversals using a combination of RSI and price action. It plots buy, sell, and reversal signals on the chart along with an SMA line....
This algorithm is designed for usage across indices. How it works? The algorithm uses a variation of fractals, momentum, RSI and LRSI to determine a trends direction. The Relative Strength Index (RSI) is a momentum-based oscillator used to measure the speed (velocity) and change (magnitude) of directional price movements. It provides a visual means to monitor...
The purpose of this script is to spot 4 hour pivots that indicate ~30 trading day swings. As VIX starts to drop options trading will get more boring and as we get back on the bull and can benefit from swing trading strategy. Swing trading doesn't make a whole lot of sense when VIX is above 28. Seems to get best results on 4 hour chart for this one. This indicator...
The purpose of this script is to spot 1 hour pivots that indicate ~5 to 6 trading day swings. Results indicate that swings are held approximately 5 to 6 trading days on average, over the last 6 years. This indicator spots a go long opportunity when the 5 ema crosses the 13 ema on the 1 hour along with the RSI > 50. It also spots uses a couple different means to...
Introduction The Adaptive Fusion ADX DI Vortex Indicator is a powerful tool designed to help traders identify trend strength and potential trend reversals in the market. This indicator uses a combination of technical analysis (TA) and mathematical concepts to provide accurate and reliable signals. Features The Adaptive Fusion ADX DI Vortex Indicator has...
The UB Profit Signal indicator is a technical analysis tool designed to identify potential buy and sell signals in the market. The indicator is based on four technical indicators - Moving Average Convergence Divergence (MACD), Relative Strength Index (RSI), Bollinger Bands (BB), and volume moving average. The script starts by defining input variables such as MACD...
this indicator creates the market structure with a little delay but perfectly. each zigzag is always drawn from highest to lowest. It also signals when the market structure is broken. signals fade over time. The table above shows the percentage distance of the price from the last high and the last low. zigzags are painted green when making higher peaks, while...
what is Limited Fisher Transform? This indicator is a compressed version of the Fisher transform indicator between 100 and 0 values. what it does? It allows us to define overbought and oversold zones by compressing the values of the "fisher transform" indicator between 0 and 100. also these zones are the same for every timeframe and trading pair, just like...
RSI TREND Filter on Chart RSI scaled to fit on chart instead of oscillator, Trend Analysis is easy and Hidden Divergence is revealed using this indicator. This indicator is an aim to reduce confusing RSI Situations. The Oversold and Overbought lines help to determine the price conditions so its easy to avoid Traps. Oversold and Overbought conditions are marked...
This strategy very simple it detect the reversal of trend. whenever the candle settle above the 5 EMA without touching the candle body / Low / High to 5 Period EMA , it detect the candle and draws the signal. How Draw Signals on chart : Short Position : if Candle settle above 5 EMA without touching it body / low it will indicates the possibility of reversal...
Introduction Heyo, here is another no-repaint adaptive fisherized indicator. I added Inverse Fisher Transform, Ehlers dominant cycle analysis and smoothing to the Chande Momentum Oscillator (CMO). Usage The CMO is a momentum oscillator which shows the usual movement of an asset. I recommend to use it from a lower timeframe with a higher timeframe set. ...
Introduction Heyo guys, I recently checked out some eye-catching trading strategy videos on YT and found one to test. This indicator is based on the video. Usage The recommended timeframe is 5 min. Signals Long Entry => L Label Price crosses above ZLSMA and Chandelier Exit shows Buy Long Exit => green circle Price crosses below ZLSMA Short Entry => S...