Double Relative Strength Index (Double RSI)# Double Relative Strength Index (Double RSI) Indicator
The Double Relative Strength Index (Double RSI) is a custom trading indicator for the TradingView platform. It provides traders with two Relative Strength Index (RSI) bands, a fast RSI, and a slow RSI, which can be helpful in identifying potential entry and exit points in the market.
## Features
- **Uses 2 RSI Bands:** The indicator displays two RSI lines on the chart, providing insights into the short-term and long-term strength of the asset's price movement.
- **Fast and Slow RSI:** The fast RSI uses a shorter length, while the slow RSI uses a longer length, allowing traders to observe different time frames of price momentum.
- **Smoothing:** To reduce noise and improve the readability of the RSI lines, the indicator offers multiple smoothing options such as RMA, SMA, EMA, WMA, and HMA.
- **Crossover and Crossunder Signals:** The indicator identifies potential trading signals when the fast RSI crosses above or below the slow RSI. These events are visually highlighted on the chart with color-coded candlesticks.
- **RSI Bands:** The indicator also includes colored bands that represent different RSI levels, such as 80%, 75%, 60%, 50%, 45%, 25%, and 20%. These bands help visualize the RSI's current position relative to overbought and oversold conditions.
## How to Use
1. Add the "Double RSI" indicator to your TradingView chart.
2. Customize the input parameters according to your preferences, such as the lengths of the fast and slow RSIs and the smoothing method.
3. The indicator will display two RSI lines on the chart, each with its own color.
4. Look for crossover events where the fast RSI line crosses above the slow RSI line, indicating a potential bullish signal.
5. Watch for crossunder events where the fast RSI line crosses below the slow RSI line, indicating a potential bearish signal.
6. The colored bands represent different RSI levels. When the RSI is in the overbought (high) or oversold (low) regions, it may suggest a potential reversal in price direction.
## Disclaimer
Please remember that the Double RSI indicator is provided for informational purposes only and should not be considered as financial advice or a standalone trading strategy. Always perform your own research, use additional tools and indicators, and consider risk management techniques before making any trading decisions.
**Note:** This code is subject to the terms of the Mozilla Public License 2.0. For more details, refer to the (mozilla.org).
오실레이터
YujiYokooFXYujiYokooFX Oscillator
Class : oscillator
Purpose : reversal trading
Period : any
Idea of the Indicator
Technical analysis often uses indicators to predict price behaviour, with trend indicators being based on price trends and oscillators on price reversals. Two of the most popular oscillators are known as “Momentum” and “Relative Strength Index” (“RSI”) respectively. Have you ever seen their formulas? Take your time and you will see none of them can provide any useful information about future prices. Both of them are simply random algorithms which can only generate random results.
Still academicians have developed a lot of really working methods: different types of time series models (AR – autoregressive models, ARMA - autoregressive–moving-average, ARIMA - autoregressive integrated moving average, VAR - vector autoregression, etc.) can be estimated to predict future prices
“YujiYokooFX Oscillator” is an academic style indicator based on ARIMA model.
It uses autoregressive integrated moving average technics to calculate the theoretical price of the asset and compare it with the actual price. This price difference is used to define whether current prices are overbought or oversold.
Structure of the Indicator
Indicator consists of two oscillatory lines: main (blue colored) and signal (red colored). Overbought and oversold zones are indicated with black dotted horizontal lines.
Rules of trading
Rules of trading are typical for oscillators.
• When the oscillatory line enters the overbought zone – long positions should be closed and after line leaves the overbought zone short position should be opened.
• When the oscillatory line enters the oversold zone – short positions should be closed and after line leaves the oversold zone long position should be opened.
Signal line is used to reduce the level of noise in the oscillatory line dynamics.
In order to ease the trading purposes “YujiYokooFX Oscillator” displays BUY/SELL signals right on the indicator chart.
Access to the indicator
Please address all questions about this indicator (including access to it) in private messages.
Crude Oil Top and Bottoms -by Trevor GeallDiscover the Crude Oil Tops and Bottoms Predictor Indicator: Your Key to Market Precision!
How to Use:
Ideal for the daily chart. Wait for the colored background to form.
Confirm signals by waiting for the first candle to close after the background disappears. That would be your sign to go long (if the line is crossing up) or short (if line is crossing dow).
Combine with other indicators for enhanced insights.
Unveil Market Secrets:
Identifies potential tops and bottoms in crude oil.
Empowers strategic trading decisions.
Advanced divergence detection and price channel analysis.
Note: While powerful, no indicator guarantees perfect predictions. Use it alongside comprehensive analysis and risk management. Elevate your crude oil trading now!
PS If I get enough positive feedback on my indicators ill release some of the better ones.
Stablecoin Market Cap RiskThe Stablecoins Market Cap Risk indicator serves as a valuable risk oscillator for Bitcoin on a macro scale . This metric is derived by aggregating the market capitalization of CRYPTOCAP:USDT (Tether) and CRYPTOCAP:USDC (USD Coin), subsequently dividing this combined value by CRYPTOCAP:TOTAL (total market capitalization). The resulting figure is further normalized through linear regression.
The regression in question:
drive.google.com
However, it is essential to acknowledge that this model's reliability may diminish over time, as it is based solely on data from the most recent 4.5 years of cryptocurrency market trends. Consequently, adaptations and enhancements to the model are anticipated in the future to ensure its continued relevance and accuracy.
ScalpTrader RSIThis script is a customized Relative Strength Index (RSI) indicator with added functionality, notably the optional Bollinger Bands overlay.
At its core, the script calculates the RSI, which is a popular momentum indicator used in technical analysis to identify overbought and oversold conditions. It does this by taking the average gain and the average loss over a user-defined period (default is 14) to compute the relative strength, which is then transformed into the RSI.
Furthermore, this script provides the option to overlay Bollinger Bands on the RSI line. Bollinger Bands, consisting of a middle band (a moving average) with two outer bands (standard deviations of the middle band), are used to measure volatility and 'relative' high or low prices. When applied to the RSI, they can offer another perspective on the momentum and volatility of the market.
RSI plot values are colored green if above 50 and red if below 50 to give the trader a sense of bullish or bearish price action.
I hope you find the indicator useful. Enjoy.
Qualitative Smoothed Strength Index***RSI CHART BELOW IS FOR COMPARSION TO SHOW HOE THEY MAKE SIMILIAR PATTERNS*** IT IS NOT PART OF THE INDICATOR***
The Qualitative Smoothed Strength Index (QSSI) is a simplified momentum oscillator whose values will oscillate between 0 and 1 . By converting price differences into binary values and smoothing them with a moving average, it identifies qualitative strength of price movements. This simplification allows traders to easily interpret trends and reversals. The QSSI offers advantages such as noise reduction, clear trend identification, and early signal detection, resulting in less lag compared to traditional oscillators. Traders can customize the indicator based on their preferences and use it across various markets.
QSSI Indicator uses the input function is used to define the input parameters of the indicator. In this case, there are two inputs:
length: The number of periods used for calculating the differences (a, b, c) and their assigned values. Default value is 5.
MAL: The length of the moving average used for smoothing the assigned values. Default value is 14.
The next few lines calculate 'a', 'b', and 'c', which represent the differences between the high, low, and close prices, respectively, and their corresponding previous simple moving averages (SMAs) of specified length. These differences are used to identify price movements.
The code assigns binary values (0 or 1) to a_assigned, b_assigned, and c_assigned, depending on whether the corresponding differences (a, b, c) are greater than 0. This step converts the differences into a binary representation, indicating upward or downward price movements.
Average_assigned calculates the average of the assigned binary values of a, b, and c. This average value represents the overall strength of the price movement.ma_assigned calculates the 14-day moving average of average_assigned, which smoothens the indicator and helps traders identify trends more easily.
The code plots the 14-day moving average (ma_assigned) on the chart as a blue line. It also plots the individual assigned values of a, b, and c as dots on the chart. a_assigned is shown in green, b_assigned in red, and c_assigned in black. These dots indicate the presence of upward or downward movements in the respective price components. By visualizing these dots on the chart, the trader can quickly identify the presence and direction of price movements for each of the price components. This information can be valuable for understanding how the different price elements (high, low, and close) are contributing to the overall trend and strength of the market. Traders can use this data to make more informed decisions, such as confirming the presence of trends, identifying potential reversals, or gauging the overall market sentiment based on the distribution of upward and downward movements across the price components.
Finally, the code draws horizontal dotted lines at levels 0.70 (0.8)and 0.30 (0.2). These levels are typically used to identify overbought (above 0.70 or 0.8) and oversold (below 0.30 or 0.2) conditions in the market.
The Qualitative Smoothed Strength Index (QSSI) provides traders with information about the strength and direction of price movements. By using assigned binary values, the indicator simplifies the interpretation of price data, making it easier to identify trends and potential reversals.
Trend Correlation Oscillator [SS]Hello,
Publishing this simple indicator.
What is it?
The Trend Correlation Oscillator takes the concept of my autocorrelation oscillator but applies it simply to time instead of autocorrelation.
It performs a correlation assessment to time. The theory behind it is the stronger the correlation, the more "exhausted" the trend and the more likely the trend will reverse. It is kind of building off of random walk theory in which the market should be random and efficient.
Does it work?
If you follow me on my indicator side, you will know that my indicators are all based on my own research and findings and stuff that I personally find that works. All of this comes from years of losing money trying to use conventional systems and finally developing my own stuff that I find works well. This is such an invention. It does work extremely well but its best applied for day traders. If you want to use this as a swing trader, play around with the lookback length. I don't have general recommendations to swing traders wanting to use this because this isn't an indicator I personally would use for swing trading (I would use the autocorrelation oscillator for that).
How to use it:
The default setting is to a 14 candle lookback. This works the best. It also should really be used on the 5 minute chart and not the 1 minute chart, as from my experience this works much better.
When a trend is approaching "exhaustion" to the upside, the indicator will turn red to let you know we are approaching a trend exhaustion. Once the exhaustion is at its peak and beginning to reverse, the indicator will place a cross symbol on where your entry should be. See the image below for an example:
It also works well if you combine it with my PTCR Correlation Indicator:
Closing thoughts
That is basically the indicator. Its one of my more simple ones, but many times simple is better and most effective!
Hopefully you find it helpful.
As always let me know your questions, comments and feedback/recommendations for improvements below.
Please know I do read and make note of all recommendations for indicators and improvements, however as it is just me managing them, it takes time for implementation and review :-).
Safe trades!
P/VF BollThis code draws a custom indicator named "P/VF Boll" on the price chart with the following visual elements:
1. **Basis Line (Blue)**: This line represents the moving average value (ma_value) calculated based on the user-selected moving average type (SMA, EMA, or WMA) and length.
2. **Upper Bands (Green)**: The upper bands are calculated by adding a certain multiple of the standard deviation (dev1 to dev12) to the basis line. These bands represent a certain level of price volatility above the moving average.
3. **Lower Bands (Red)**: The lower bands are calculated by subtracting a certain multiple of the standard deviation (dev1 to dev12) from the basis line. These bands represent a certain level of price volatility below the moving average.
4. **Histogram (White and Gray)**: A histogram is drawn only when the average_price_change values are outside the 3rd standard deviation (dev3) and beyond. The histogram color alternates between white and gray, indicating higher price volatility.
The user can customize the following parameters:
- Average Length: The length of the moving average.
- Moving Average Type: The type of moving average to be used (SMA, EMA, or WMA).
- Timeframe: The timeframe used to calculate volume data.
- Deviation 1 to Deviation 12: Multipliers for calculating the upper and lower bands.
The purpose of this indicator is to visually represent the relationship between price volatility, volume, and the moving average, allowing traders to assess potential price breakouts or reversals when the price moves beyond certain levels of standard deviations from the moving average.
RSI-Volume Oscillator Quick Scalping By Akhilesh PatelTitle: RSI-Volume Oscillator Quick Scalping Indicator
Description:
The "RSI-Volume Oscillator Quick Scalping" is a powerful and versatile custom indicator designed for traders who engage in scalping strategies. This indicator combines the Relative Strength Index (RSI) with a Volume Oscillator to provide valuable insights into momentum and volume dynamics in the market. Traders can also select their preferred moving average types (SMA, EMA, or HMA) to further customize the indicator's behavior.
Key Features:
RSI and Volume Oscillator Fusion: The indicator blends the RSI and a custom Volume Oscillator to offer a comprehensive view of both price momentum and volume trends. This integration provides valuable signals for quick scalping opportunities.
Customizable Moving Averages: Traders can choose from three popular moving average types (SMA, EMA, or HMA) for further customization. This flexibility allows users to align the indicator with their preferred trading strategies.
Clear Visualization: The Combined RSI-Volume Oscillator is plotted as a solid blue line, while the three selected moving averages are represented by orange, purple, and green lines, respectively. The zero line, overbought, and oversold levels for RSI are also indicated for easy reference.
Quick Scalping Signals: The indicator helps traders spot potential buy and sell signals efficiently, making it ideal for quick scalping strategies in rapidly moving markets.
Usage Instructions:
Customize the indicator by selecting your preferred RSI length, Volume Oscillator length, and moving average type (SMA, EMA, or HMA).
Observe the Combined RSI-Volume Oscillator and moving averages for potential entry and exit points.
Look for crossovers between the Combined RSI-Volume Oscillator and the selected moving averages for buy and sell signals.
The overbought (70) and oversold (30) levels for RSI can be used to identify potential reversal points.
Important Note:
Test the indicator on historical data and demo accounts before using it in live trading to ensure it aligns with your trading strategy.
Understand that no indicator guarantees profits, and trading involves risk. Always use proper risk management and discipline when executing trades.
Overall, the "RSI-Volume Oscillator Quick Scalping" indicator is a valuable addition to any scalper's toolkit, providing comprehensive insights into momentum and volume dynamics to enhance trading decisions. Happy scalping!
12&50 RSI + %R2/50 RSI+ %R is a PineScript indicator that combines two popular technical indicators, the Relative Strength Index (RSI) and the Williams %R. The indicator plots two lines, K and D, which represent the smoothed moving averages of the RSI. It also plots the RSI with a 60-period length and the Williams %R with a 21-period length. The indicator can be used to identify overbought and oversold conditions, as well as potential reversals.
Here are some of the key features of the script:
It uses two different RSI lengths to provide a more comprehensive view of the market.
It plots the Williams %R, which can be used to identify overbought and oversold conditions.
It includes overbought and oversold levels to help traders identify potential entry and exit points.
EMA Power BandsHello!
Today, I am delighted to introduce you to the "EMA Power Bands" indicator, designed to assist in identifying buying and selling points for assets moving in the markets.
Key Features of the Indicator:
EMA Bands: "EMA Power Bands" utilizes Exponential Moving Average (EMA) to create trend lines. These bands automatically expand or contract based on the price trend, adapting to market conditions.
ATR-Based Volatility: The indicator measures price volatility using the Average True Range (ATR) indicator, adjusting the width of the EMA bands accordingly. As a result, wider bands form during periods of increased volatility, while they narrow during lower volatility.
RSI-Based Buy-Sell Signals: "EMA Power Bands" uses the Relative Strength Index (RSI) to identify overbought and oversold zones. Entering the overbought zone generates a sell signal, while entering the oversold zone produces a buy signal.
Trend Direction Identification: The indicator assists in determining the price trend direction by analyzing the slope of the EMA bands. This allows you to identify periods of uptrends and downtrends.
Visualization of Buy-Sell Signals: "EMA Power Bands" visually marks the buy and sell signals:
- When RSI enters the overbought zone, it displays a sell signal (🪫).
- When RSI enters the oversold zone, it indicates a buy signal (🔋).
- When a candle closes above the emaup line, it displays a bearish signal (🔨).
- When a candle closes below the emadw line, it indicates a bullish signal (🚀).
By using the "EMA Power Bands" (EMA Güç Bantları) indicator, especially in trend-following strategies and periods of volatility, you can make more informed and disciplined trading decisions. However, I recommend using it in conjunction with other technical analysis tools and fundamental data.
*You can also use it with CCI as an example.
With this indicator, you can identify potential trend reversals in advance and strengthen your risk management strategies.
So, go ahead and try the "EMA Power Bands" (EMA Güç Bantları) indicator to enhance your technical analysis skills and make more informed trading decisions!
TradeMaster OscillatorTrading effectively requires a range of techniques, experience, and expertise. From technical analysis to market fundamentals, traders must navigate multiple factors, including market sentiment and economic conditions. However, traders often find themselves overwhelmed by market noise, making it challenging to filter out distractions and make informed decisions. To address this, we present a powerful indicator package designed to assist traders on their journey to success.
The TradeMaster indicator package encompasses a variety of trading strategies, including the SMC (Supply, Demand, and Price Action) approach, along with many other techniques. By leveraging concepts such as price action trading, support and resistance analysis, supply and demand dynamics, these indicators empower traders to analyze entry and exit positions with precision. Unlike other forms of technical analysis that produce values or plots based on historical price data, Price Action brings you the facts straight from the source - the current price movements.
The indicator package consists of three powerful indicators that can be used individually or together to maximize trading effectiveness.
⭐ About the Oscillator Indicator
The Oscillator is an innovative and robust tool that encapsulates the principles of multiple technical analysis methodologies to enrich your trading strategy. By leveraging the combination of our six unique indicators, it can provide a comprehensive and multi-dimensional view of market dynamics.
👉 Usage - the general approach:
Utilize the Oscillator Indicator as a confirmational tool. The Oscillator acts as a tool to validate ideas and strategies. By analyzing the oscillator's readings, you gain additional insights into market momentum, overbought or oversold conditions, and potential trend reversals. This confirmation step helps you avoid false signals and make more informed trading choices.
👉 We are focusing on the default setting of the TradeMaster Oscillator, which incorporates the Global RSI* as main oscillator and Local RSI* as confirmational oscillator. This base configuration can be custom-tailored to your preference, leveraging the additional combination of our six unique indicators.
Understand the difference between Global and Local RSI: The Global RSI represents broad relative strength, while the Local RSI describes the relative strength within wider movements. It's like having both a macro and micro view of relative strength.
Identify extreme values in Local RSI: Look for extremes in the Local RSI (overbought/oversold in Stochastic RSI). These often indicate a turning point in the RSI, which naturally reflects in the price. The Local RSI extremes are shown as dots outside the Global RSI bands in a "heatmap" style.
Smooth your RSI: You have the option to smooth your RSI with your preferred smoothing method (SMA , SMMA, EMA, DEMA, TEMA, LSMA, HMA, VWMA, WMA) and length.
Please bear in mind that high smoothing values can make the standard RSI extremes (>70 or <30) suboptimal or even useless. To address this potential problem, Adaptive levels were introduced.
Adaptive key levels for more relevant extremes: enabling Adaptive levels recalibrates extremes based on the historical RSI turning points (typical median turning points), providing much more relevant reference points for overbought/oversold states in both Global and Local RSI. This function can be used without smoothing but rarely provides significant difference unless you experiment with the length of RSI calculation.
Incorporate multiple indicators: besides Global and Local RSI, you can display six different proprietary indicators in the main oscillator theme. By choosing from these, you can apply the confirming condition as well. These include Sentiment (Fear and greed), Momentum, Trend Strength, Volume, and Volatility. These indicators use our TRMA** method to provide a comprehensive overview of market dynamics.
Choose your Global RSI display style: the Global RSI can be represented in candle, bar, line or ribbon form. Candles and bars can be useful for detecting rejections of relative strength (wicks), similar to OHLC data. Sometimes there are "hidden rejections" visible in relative strength but not in OHLC data, which naturally presents an advantage.
Customize the colors: All colors can be adjusted from the input menu to suit your preferences. This personalization allows you to make the Oscillator clear and intuitive for your individual trading style as possible.
Monitor Real-time Indicator values: In the bottom right corner, you can view real-time color-coded indicator values. This feature gives you the ability to quickly assess the market's current conditions without needing to navigate away from the chart.
Use multiple indicators in conjunction: while each indicator within the Oscillator provides valuable insights, their true power lies in their combination. Identify alignment among indicators to validate potential trades. For instance, when a bullish sentiment indication aligns with a low volatility reading, it may suggest a favorable buying opportunity.
Consider the market context: while the Oscillator provides a robust set of tools, always consider other aspects of the market environment. Use the oscillator in conjunction with other technical, fundamental, or sentiment analysis methods to develop a comprehensive trading strategy.
🛑 Remember, the oscillator should be used as a confirmational tool in your overall trading strategy. Make reasonable use of all its features, and always keep risk management principles in mind.
* By default, these are fine-tuned RSI and Stochastic RSI indicators.
** TRMA (Trend Rainbow Moving Averages) is a complex but customizable moving average matrix calculation that is designed to accurately measure market trend direction, strength and shifting.
⭐ Conclusion
We hold the view that the true path to success is the synergy between the trader and the tool, contrary to the common belief that the tool itself is the sole determinant of profitability. The actual scenario is more nuanced than such an oversimplification. Our aim is to offer useful features that meet the needs of the 21st century and that we actually use.
🛑 Risk Notice:
Everything provided by trademasterindicator – from scripts, tools, and articles to educational materials – is intended solely for educational and informational purposes. Past performance does not assure future returns.
RSI Supreme Multi-Method [MyTradingCoder]Introducing the "RSI Supreme Multi-Method" indicator, a powerful tool that combines the Relative Strength Index (RSI) with selectable manipulation methods to identify overbought and oversold conditions in the market, along with the ability to detect divergences for enhanced trading insights.
The indicator features four distinct manipulation methods for the RSI, each providing valuable insights into market conditions:
1. Standard RSI Method: The indicator uses the traditional RSI calculation to identify overbought and oversold areas.
2. Volatility Weighted RSI Method: This method applies a volatility formula to the RSI calculation, allowing for a more responsive indication of market conditions during periods of heightened volatility. Users can adjust the length of the volatility formula to fine-tune this method.
3. Smoothed RSI Method: The smoothed RSI method utilizes a smoothing algorithm to reduce noise in the RSI values, presenting a clearer representation of overbought and oversold conditions. The length of the smoothing can be adjusted to match your trading preferences.
4. Session Weighted RSI Method: With this innovative method, users can specify multipliers for different time sessions throughout the day to manipulate the base RSI. Each session can be customized with start and end times, enabling or disabling specific sessions, and specifying the multiplier for each session. This feature allows traders to adapt the RSI to different market sessions dynamically.
Additionally, the "RSI Supreme Multi-Method" indicator draws divergences on the oscillator, providing an extra layer of analysis for traders. Divergences occur when the direction of the RSI differs from the direction of the price movement, potentially signaling trend reversals.
Key Settings:
RSI Length: Adjust the length of the base RSI before applying any manipulation.
RSI Source: Determine the data source for the base RSI calculation.
Overbought Value: Set the RSI value at which overbought conditions are indicated.
Oversold Value: Set the RSI value at which oversold conditions are indicated.
RSI Type: Choose from four options: Standard, Smoothed, Volatility Manipulated, or Session Manipulated.
Volatility Manipulated Settings: Adjust the length of the volatility formula (applicable to Volatility Manipulated method).
Smoothed Settings: Adjust the length of the smoothing (applicable to Smoothed method).
Session Manipulated Settings: Customize six different time sessions with start and end times, enable or disable specific sessions, and specify multipliers for each session.
Divergence Color: Adjust the color of the drawn divergences to suit your chart's aesthetics.
Divergence Tuning: Fine-tune the sensitivity of the divergence detection for more accurate signals.
The "RSI Supreme Multi-Method" indicator is a versatile and comprehensive tool that can be used to identify overbought and oversold areas, as well as to spot potential trend reversals through divergences. However, like all technical analysis tools, it should be used in conjunction with other indicators and analysis methods to make well-informed trading decisions.
Enhance your trading insights with the "RSI Supreme Multi-Method" indicator and gain an edge in identifying critical market conditions and divergences with precision.
AlexD Intraday market footprintThe indicator shows probability of a moving average non reversal at certain moment of day.
IMF_Predict line shows the probability of a reversal for the specified period.
moving average - period/2 shifted sma of typical price ( (close+high+low)/3 ).
Parameters:
Number of days - previous days to calculate the probability
SMA filter period - chart smoothing period
IMF smooth period - additional indicator smoothing after calculation
IMF predict period - period for calculating the probability of a reversal in the next N bars
Skip N hours in days(optimisation) - I recommend a half of the normal session time. Low values - long calculation time, High values - skipping days.
Anit Momentum IndicatorAnit Momentum Indicator: A Powerful Trend Continuation Tool for Long-Only Strategies
The "Anit Momentum Indicator" (AMI) is a powerful technical analysis tool designed to assist traders in identifying potential trend continuation opportunities in the financial markets. Unlike traditional trend reversal indicators, AMI is specifically crafted for long-only strategies, making it an ideal tool for traders seeking to capture sustained uptrends.
Concepts and Functionality:
1. Momentum Calculation:
The Anit Momentum Indicator begins by calculating the momentum of the closing price over a specified period. Momentum represents the rate of price change, offering clues about the strength and direction of price movements during the chosen duration.
2. RSI for Trend Continuation:
The script then applies the RSI to the previously computed momentum values. The RSI is a well-known oscillator used to measure the speed and magnitude of price changes. By utilizing the RSI on momentum data, the Anit Momentum Indicator gains a distinct advantage in gauging the strength of price momentum, leading to more accurate trend evaluations.
3. Rescaling for Better Visualization:
To enhance visual clarity and maintain consistent representation, the RSI on Momentum is rescaled to range from 0 to 100. This normalization ensures that the indicator's values remain within a fixed range, making it easier for traders to identify crucial overbought and oversold regions.
How to Use the Indicator:
Long-Only Strategy:
The AMI is most effective in long-only strategies. Traders can deploy the indicator to identify promising opportunities to go long on a stock or asset. A long position is established when the AMI crosses above 50, signaling a robust upward momentum.
Trend Continuation Confirmation:
The AMI's ability to capture trend continuation opportunities allows traders to stay invested in an uptrend for an extended period. As long as the AMI remains above 50, the uptrend is considered intact, and traders may continue to hold the position.
Higher Timeframe Advantage:
The AMI's effectiveness is further enhanced on higher timeframes. Longer timeframes provide a more reliable and sustained view of the underlying trend, giving traders greater confidence in their long-only strategies.
Conclusion:
The Anit Momentum Indicator is a valuable tool for traders pursuing trend continuation strategies, specifically long-only approaches. By leveraging the concept of momentum and RSI, the AMI helps traders identify and participate in sustained uptrends. With its focus on trend continuation rather than reversals, the AMI can be a key component in building successful long-only trading strategies, especially on higher timeframes. Traders can use this indicator to stay invested in robust uptrends, maximizing their profit potential while minimizing exposure to counter-trend moves by staying long till AMI value is greater than 50,it is better to stay away or exit from the asst class when AMI value is less than 50.
Normalized Close IndicatorThe central aspect of this indicator is the computation of a normalized close price. The normalized close price is computed by first determining the highest and lowest closing prices over a specified historical period. This highest and lowest value form the boundaries of the historical price range.
Once these bounds are established, the current closing price's position within this range is calculated. This is done by subtracting the lowest close from the current close and dividing the result by the range (the highest close minus the lowest close). This yields a value between 0 and 1, which is then multiplied by 100 to provide a percentage. This is not calculating percentile rank, but often it overlaps.
This percentage represents where the current close price stands relative to the historical price range. If the value is near 0, it indicates that the current close price is near the historical low, potentially signaling an oversold condition. Conversely, if the value is near 100, it suggests that the current close price is near the historical high, possibly indicating an overbought condition.
By using this approach, the indicator helps identify points at which the price may be considered relatively high (overbought) or low (oversold) compared to its recent historical range.
Additionally alerts are to switch from long to short and vice versa, for the most part, my strategy that incorporates this indicator is either long or short, sometimes though, the opposite bounds (high level for longs and low level for shorts) are not reached, then stop loss and take profit levels are needed.
I discovered it works fine on markets that spend most of time in a range like BTC/USD, adjustment needs to be done in user inputs and in Pine Script (length) for different exchanges, in current configuration works fine for me on Deribit Perpetuals (BTCUSD.P and ETHUSD.P), on 5 minute and 3 minute timeframes with a stop loss of 1.5% and take profit of 4.5% for BTCUSD.P and 1.7% and 5.1% for ETHUSD.P.
Stocashi + CaffeineCrush Momentum Indicator by CoffeeShopCryptoThis is just a fun script to give a different representation to the ever popular Stochastic RSI
Even for me over the years the stochastic has been a difficult one to use in trading merely because of its choppy look.
Since Heikin-Ashi Candles do such a powerful job in smoothing out the look of choppy markets,
I decided to test it out on the look of the Stochastic RSI.
From an initial visual standpoint it worked out WAY better than I thought but it seemed to need something more.
I decided to use the PineScript "Color.From_Gradient" feature to give the Stochastic a more 3 dimensional look, which really brought the "old-school" indicator to life.
Description:
The CaffeineCrush Momentum Indicator is your ultimate trading companion, blending the invigorating world of coffee with the excitement of market momentum. Just like a finely brewed cup of joe,
This indicator provides you with a powerful insight into market dynamics, helping you stay in the trading groove.
As you sip on this caffeinated delight, CaffeineCrush monitors the velocity and strength of price movements,
measuring the momentum of the market. But here's where it gets even more enticing – it goes a step further by incorporating a pressure indication, adding a stimulating twist to your trading experience.
Imagine yourself in a bustling coffee shop, surrounded by the aroma of freshly roasted beans and the energetic buzz of conversations.
CaffeineCrush mimics that atmosphere, keeping you on your toes, always aware of market forces at play.
With CaffeineCrush, you'll never miss a beat. It identifies and highlights moments of heightened momentum and increased pressure,
giving you an edge in capturing profitable opportunities. Just like a perfectly extracted espresso shot, this indicator helps you maintain your trading momentum and navigate the market with confidence.
So, grab your favorite cup of joe, fire up your trading charts, and let CaffeineCrush awaken your trading prowess.
Stay in the groove, embrace the buzz, and master the momentum with this flavorful indicator by your side.
Divergence -
Regular Divergence shows when there is a conflict between the strength of the trend and the swing of the price movement.
Hidden Divergence -
Are to be traded using the same methods as hidden divergences of the MACD or the RSI. A hidden divergence is commonly a trend CONTINUATION move.
Pink Pause -
This shows a ranging area where price is taking a pause. It can be a single candle or a string of candles. But histogram with continue with its RED / GREEN colors once the pause is over.
Stocashi + CaffeineCrush is not an entry / exit indicator. It's designed to help you understand:
1. Weather your trend is continuing
2. When it pauses
3. Has your pullback started / ended
Its best used near area of conflict. For example:
1. If you have a breakout to the low side of support zone, and you get a BULLISH divergence, this can be viewed as a false breakout.
2. If you trading towards the opposite area of a range or key level and you get conflicting movement in the Stocashi + CaffeineCrush, then you should take ur profits and wait for the next move.
3. If you are following through with example 2 above, but get NO conflicts, you can immediately look for a secondary take profit area and split / hedge your take profits.
Advanced Cumulative TrendThis is advanced version of Cumulative trend Indicator. The "Advanced Cumulative Trend" indicator calculates the strength and direction of a market trend by incorporating volume and volatility adjusted price changes. It uses various time frames to compute intermediate metrics such as price change, intraday volatility, and volume adjustments. Traders can customize the indicator by selecting which calculations to include in the average, allowing for personalized trend analysis. The indicator then derives the cumulative sum of the average volume and volatility adjusted price change to evaluate the overall trend direction. Additionally, users have the flexibility to toggle between two visualization options: the ROC histogram and the average cumulative sum for trend analysis. They can choose to display either the ROC histogram or the average cumulative sum (trend) plot separately, based on their preference or focus. providing valuable insights into trend momentum and potential reversals. (DO NOT HAVE BOTH ON SAME PLOT IT MAKES VISULIZATION HARD)
The primary calculation remains the same but it calculates the volume and volatility adjusted price on three different time frames and Users can customize the indicator by selecting which calculations (time frame) to include in the average," it means that the code allows traders or analysts to have control over which specific calculations are used to compute the average volume and volatility adjusted price change. The indicator offers flexibility in choosing the underlying data points and time frames that contribute to the final trend analysis.
In the code, this customization is achieved through the use of three input options: useCalculation1, useCalculation2, and useCalculation3. Each of these options corresponds to a specific set of volume and volatility adjusted price change calculations with different time frames.
For example, if a user wants to include calculations based on a shorter time frame, they can enable useCalculation1. If they prefer calculations based on a longer time frame, they can enable useCalculation3. If they don't want to include a particular calculation in the average, they can simply disable the corresponding option.
By selecting or deselecting these options, users can tailor the indicator to their trading preferences and strategies. This flexibility allows them to experiment with different combinations of calculations to gain deeper insights into the trend's behavior across various time frames. Ultimately, the ability to customize the indicator empowers users to adapt it to different market conditions and improve the accuracy of their trend analysis.
Calculation of Volume and Volatility Adjusted Price Change:
The term "previous" refers to the average of the previous data points over a defined length. Instead of considering the exact previous data point, the code calculates the average of a specific number of preceding data points. It enables the consideration of multiple preceding values, resulting in a smoother representation of trends and a more robust analysis of the data
The indicator starts by calculating the price change as a percentage relative to the previous opening price.
It determines the standard deviation of the close prices, providing a measure of price volatility.
The coefficient of variation is calculated by comparing the standard deviation to the previous close price.
Intraday volatility is calculated as the difference between the high and low prices divided by the close price.
Various ratios are derived by comparing the current volume to the previous volume and relating the intraday volatility to the coefficient of variation.
Cumulative Sum:
The Volume and Volatility Adjusted Price Change values are cumulatively summed to form the cumulative sum.
This cumulative sum represents the overall trend of the price changes, incorporating the impact of volume and volatility.
Average Cumulative Sum:
The average cumulative sum is calculated by applying a simple moving average to the cumulative sum over a specified window size.
This moving average helps smooth out the cumulative trend and highlights the general direction of the price changes.
Average Cumulative Sum Change:
The change in the average cumulative sum is determined by subtracting the previous average cumulative sum value from the current value.
This calculation provides insights into the rate of change in the cumulative trend.
Color Determination:
Thresholds are introduced to define levels at which the trend is considered to change.
The average cumulative sum change is compared against these thresholds.
If the average cumulative sum change exceeds the upper threshold, the color is set to green, indicating a potential upward trend.
If the average cumulative sum change falls below the lower threshold, the color is set to red, indicating a potential downward trend.
If the average cumulative sum change is within the threshold range, the color is set to a yellowish tone, indicating a neutral or transitional phase.
Plotting:
The average cumulative sum is plotted as a line on the chart.
The color of the line is determined based on the calculated color value, reflecting the perceived trend direction.
In summary, the Cumulative Trend indicator integrates volume, volatility, and price changes to provide a cumulative perspective on the trend. It tracks the cumulative price changes, calculates the average trend, and visually represents potential trend shifts through color changes. Traders and analysts can utilize this indicator to identify and monitor changes in the underlying trend, aiding in decision-making and market analysis.
Price Acceleration Indicator (PAI)I have designed a "Price Acceleration" Indicator (PAI). It tracks the second derivative in price movements. This is different from ROC as that one measures Price Velocity rather than Acceleration. This Indicator should give you an idea of when the steam has come out of a move, or when one is getting started. For example, if RSI is reaching overbought, and PAI is Negative, that means the move is slowing down and likely to give in to the opposite direction soon.
CoinFxPro Range indicator V 1.0This indicator has a structure that combines daily and weekly pivot levels, moving averages, and strength index-linked oscillators. The purpose of the indicator is designed to analyze price movements and identify potential trend reversals. Daily pivot levels are helpful in identifying critical support and resistance zones, while moving averages and oscillators indicate overbought or oversold situations in the price.
It is very simple to use and simple in appearance.
Triangular Signals appearing on the chart screen come when the price touches the daily or weekly support and resistance levels.
If you want the signals to be received less or more healthy, I added the filtering feature. In this way, you can filter the incoming signals through the volume or volatility filter, so that less signals are received.
On the other hand, the 4 timeframe rsi values of the price for daily use of the indicator are also given in the table.
You can change the RSI timeframes as you wish.
In this way, it is seen more clearly whether the signal is healthy and provides convenience while trading.
Evaluation of incoming signals;
First of all, when the signal occurs, pay attention to whether the RSI values that occur in the timeframe you trade and in other timeframes are overbought (red) or oversold (green).
When the signal comes, I buy or sell, especially if the RSI values in the 5 minutes, 15 minutes and 1 hour time periods are overbought or oversold.
If you wish, you can try a different strategy for yourself.
After the healthiest of the signals on the chart comes, the RSI values are also at overbought or oversold levels in 5-15 minutes and 1 hour timeframes and if there is a Trendline line above or below the price, it is out of that region.
A healthy buying or selling transaction can be made.
It should be noted that since risk = return, high risk means high return. High risk must be taken for high returns. Therefore, I recommend that you do not exceed 10% of your capital as margin when trading with leverage.
When trading, I always recommend trading with additional confirmation from a different indicator.
I also added a filtering feature to the indicator to block market structure related variables. Those who want to use can also use filtering.
I have added the automatic trendline for ease of trading. You can increase or decrease the number of trend lines as you wish.
I just published the indicator for daily use.
TTP Alt HedgeAlt hedge is a pine script that allows you to backtest and live hedge trade alt coin pairs.
Once you have selected 20 alt coins and your preferred take profit and a stop loss settings the script will find pairs: one coin that is very overbought and one that is very oversold. It will then long the one in discount and short the premium one.
The script will show you the PNL of the hedge combined position. If together they reach the TP or SL the position will be closed.
Use the "max profit retracement" to target larger TP levels and lock in profits if they retrace more than the chosen ratio. Example: if the TP retraces more than the golden ratio of 0.618 then close the position.
The indicator offers a table of profits with overall PNL and win rate stats.
It can be hooked up to WickHunter bots using alerts and the UUID of the bot.
Debug alerts shows the messages that will be sent for entry/exit deal messages.
Plot PNL shows the cumulative PNL in percentage in the same chart. This function is particularly useful since it shows the performance of the bot.
Each deal in this bot can consist of any pair of coins provided by the user. For example: long ADA + short ETH when ADA is very expensive and ETH is very cheap.
Consider using alt coins that have either strong or vey low correlation, the closer to 1 or -1 in correlation coefficient the better.
Have fun!
OnChart_RSI💡 RSI superimposed on the chart!
👉 This indicator clearly shows the overbought and oversold zones directly on the chart of any instrument!
The RSI settings are standard.
In the settings menu, the RSI length and data type are set. In addition, the lower and upper boundaries are set.
The values of the boundaries and the RSI index are automatically adapted to the price of the instrument.
Thus, the boundaries of UP and DN form a kind of price channel and are displayed on the chart with a red and green line.
The RSI value is the yellow line.
The colors of the lines can be changed in the Style menu.
The exit of the RSI line above the upper limit (UP) indicates the entry of the price into the overbought zone (here you should look for a sale), the exit below the lower limit (DN) indicates the entry into the oversold zone (here you should look for purchases).
The return of the RSI from the overbought zone or from the oversold zone into the trading channel is marked on the chart with triangles and has a built-in alert.
When the price is fixed beyond the upper limit of UP, an uptrend is activated, and when fixed beyond the lower limit of DN, a downtrend is activated. The trend direction is highlighted by filling the channel (Show TREND in the settings menu).
The trend change also has a built-in alert.
👉 I wish everyone a profit and be sure to follow risk management in trading!
For any questions, you can write to me in private messages or by the contacts in my signature.
===============================================
💡 RSI наложенный на график!
👉 Данный индикатор наглядно показывает зоны перекупленности и перепроданности непосредственно на графике любого инструмента!
Параметры настройки RSI - стандартные.
В меню настройки задаётся длина RSI и тип данных. Кроме этого задаются нижняя и верхняя границы.
Значения границ и индекса RSI автоматически адаптируются под цену инструмента.
Таким образом, границы UP и DN образуют некий ценовой канал и отображаются на графике красной и зеленой линией.
Значение RSI - желтая линия.
Цвета линий можно изменить в меню "Стиль".
Выход линии RSI выше верхней границы (UP) говорит о входе цены в зону перекупленности (здесь следует искать продажу), выход ниже нижней границы (DN) говорит о входе в зону перепроданности (здесь следует искать покупки).
Возврат RSI из зоны перекупленности или из зоны перепроданности внутрь торгового канала - отмечается на графике треугольниками и имеет встроенное оповещение.
При закреплении ценой за верхней границей UP, активируется восходящий тренд, а при закреплении за нижней границей DN - нисходящий. Направление тренда подсвечивается заливкой канала (Show TREND в меню настроек).
Смена тренда также имеет встроенное оповещение.
👉 Желаю всем профита и обязательно соблюдайте риск-менеджмент в торговле!
По любым вопросам Вы можете написать мне в личные сообщения или по контактам в моей подписи.
Buyers & Sellers / RangeBuyers & Sellers / Range
Volatility oscillator that measures the relationship of Buying & Selling Pressure to True Range.
In other words, how much % Buyers and Sellers separately occupy the Bar
BSP is a part of Bar Range. Entire bar metrics will always have bigger value than its composite elements (body and wicks).
Since there will be NO chance of BP or SP being more than ATR, their ratio would serve crucial Volatility details.
Hence, we can relate each of them to the overall range.
As a result we have simultaneous measurements of proportions buyers and sellers to the bar.
Default mode shows BP/ATR and SP/ATR mirrored. When one rises, the other falls to compensate.
Buying Pressure / True Range ⬆️🟢 ⬇️🔵
Selling Pressure / True Range ⬆️🔴 ⬇️🟠
They are being averaged in 2 different ways:
Pre-average first, then relate as ratio
Related first, then Averaged
Enable "Preaveraged" to use already averaged BSP and Ranges in ratio instead of averaging the ratio of BSP to individual bar. For example, we're looking BP/ATR, in calculation of buyers / Range it will use "MA(Buying Pressure) / MA(True Range)" instead of "MA(Buying Pressure / True Range)".
Due such calculation, it is going to be more lagging than in off mode. Nevertheless, it reduces noise from the impact of individual bar change.
Second way of noise reduction is enabling "Body / Range"
BSP Body / Range where Bullish & Bearish Body = Buying & Selling Pressure - Relevant Wick
Buying Body = Buying Pressure - Lower Wick
Selling Body = Selling Pressure - Upper Wick
And only then it is divided to ATR.
Note that Balance line differs because body is less than it used to be with wicks. So change in wicks won't play any role in computing the ratio anymore. Thus, signals of their crossings will be more reliable than in default mode.